Compile failure

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 Jahre weitere
I run the install program from a web browser on my client machine pointed at the install.aspx file.  After a few moments I get this error.

CS0016: Could not write to output file 'c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.kwd-hkh9.dll' -- 'The directory name is invalid

I have confirmed I believe that the permissions are of as I have run a file monitor program that shows files being written to, opened, closed, and deleted in that directory.  A log file showing the success of file activity in that directory is attached below.  As you can see it tries to open bktf14ns.pdb but it is not there.  Later it is trying to open files from a non existing path that is a duplication of itself.  In other-words the path that it started with is d:\websites\kcproducts.

All of the SUCCESS show that files can be written to that directory

Thanks for any help.


LOG@@@@@@@@@@@@

5:53:15 PM  w3wp.exe:2740  OPEN  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\bktf14ns.pdb  NOT FOUND  Options: Open  Access: 00010080  
5:53:15 PM  w3wp.exe:2740  OPEN  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\bktf14ns.out  SUCCESS  Options: Open  Access: 00010080  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\bktf14ns.out  SUCCESS  FileAttributeTagInformation  
5:53:15 PM  w3wp.exe:2740  DELETE   C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\bktf14ns.out  SUCCESS    
5:53:15 PM  w3wp.exe:2740  CLOSE  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\bktf14ns.out  SUCCESS    
5:53:15 PM  w3wp.exe:2740  OPEN  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.1.cs  SUCCESS  Options: Open  Access: 00010080  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.1.cs  SUCCESS  FileAttributeTagInformation  
5:53:15 PM  w3wp.exe:2740  DELETE   C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.1.cs  SUCCESS    
5:53:15 PM  w3wp.exe:2740  CLOSE  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.1.cs  SUCCESS    
5:53:15 PM  w3wp.exe:2740  OPEN  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.0.cs  SUCCESS  Options: Open  Access: 00010080  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.0.cs  SUCCESS  FileAttributeTagInformation  
5:53:15 PM  w3wp.exe:2740  DELETE   C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.0.cs  SUCCESS    
5:53:15 PM  w3wp.exe:2740  CLOSE  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.0.cs  SUCCESS    
5:53:15 PM  w3wp.exe:2740  OPEN  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\App_global.asax.hvddpl2n.dll  NOT FOUND  Options: Open  Access: 00010080  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\kcproducts  NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\kcproducts  NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\kcproducts\install  PATH NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\kcproducts  NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\kcproducts\install\install.aspx  PATH NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\kcproducts  NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\config\browsers\browserCaps.token  NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7fbcc436\7a65d6c4\__browserCapabilitiesCompiler.compiled  NOT FOUND  Attributes: Error  
5:53:15 PM  w3wp.exe:2740  QUERY INFORMATION  D:\websites\kcproducts\App_Browsers\  NOT FOUND  Attributes: Error
13 Jahre weitere
Make sure that when you start debugging that you your current tab is on an .aspx file and not an .ascx or .cs file.  This may help you.

I have found that when I start debugging and the current tab is on a file that is not a .aspx file that Visual Studio does not load the modules as I expected.
13 Jahre weitere
I don't think I was clear about what is happening, but thank you for the effort of a response.

I have a server in my office to develop the web site.  The nopcommerce files were uploaded to the root virtual directory of the site.  I use a web browser from a cliant machine on the same local network to connect to http://sitename/install/install.aspx.  It runs for a few moments and then displays the error.

Thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.