|
IIS compiler problem with AjaxPro -- HenrikStidsen --
I have a very annoying problem and I think it is AjaxPro that causes it. Sometimes - very often - I get an errorpage saying: Compiler Error Message: BC2017: could not find library 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0f509e6d\d726281b\App_Web_4powprxw.dll' Source Error: vbc : Command line error BC2017 : could not find library 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0f509e6d\d726281b\App_Web_4powprxw.dll' vbc : Fatal error BC2000 : compiler initialization failed unexpectedly: The filename, directory name, or volume label syntax is incorrect. Could this be caused by AjaxPro or am I looking in the wrong direction ? |
|
-- BrianTrueax --
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B897299 maybe the dll in question needs registered in the GAC? -Brian From: "Henrik Stidsen" <henrikstidsen> Reply-To: ajaxpro To: "Ajax.NET Professional" <ajaxpro> Subject: IIS compiler problem with AjaxPro Date: Tue, 25 Jul 2006 13:51:48 -0000 I have a very annoying problem and I think it is AjaxPro that causes it. Sometimes - very often - I get an errorpage saying: Compiler Error Message: BC2017: could not find library 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0f509e6d\d726281b\App_Web_4powprxw.dll' Source Error: vbc : Command line error BC2017 : could not find library 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0f509e6d\d726281b\App_Web_4powprxw.dll' vbc : Fatal error BC2000 : compiler initialization failed unexpectedly: The filename, directory name, or volume label syntax is incorrect. Could this be caused by AjaxPro or am I looking in the wrong direction ? |
|
-- HenrikStidsen --
Brian Trueax skrev: maybe the dll in question needs registered in the GAC? Well, it would be really weird to register af temporary DLL in the GAC wouldn´t it ? ;) According to the errormessage the DLL is located in a folder named "Temporary ASP.NET Files" - it seems to be a temporary DLL file that IIS (?) in some way forgets to make before it tryes to compile it :( |
|
-- JosephGuadagno --
Try restarting IIS and then clearing out the temporary ASP.NET files. Joseph Guadagno http://josephguadagno.net |
|
-- HenrikStidsen --
Joseph Guadagno skrev: Try restarting IIS and then clearing out the temporary ASP.NET files. We have restartet IIS several times - I'll try cleaning out the temporary folder. |