|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
- Parser Error Message: Unable to load fileEverything seemed to work fine till this morning...and than this happened What could this possibly mean? Is it the file? (The file in the error is not missing nor is it misspelled or on a different path) Is it permissions? (ASP.NET account is given full access to E:\DNN dir) Has something gone wrong with ASP.NET installation? I am running out of sites on Google... Any help, please! ========================================================================== Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unable to load file 'FreeTextBox'. Source Error: Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 258: <add assembly="*"/> Line 259: </assemblies> Line 260: Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258 Assembly Load Trace: The following information can be helpful to determine why the assembly 'FreeTextBox' could not be loaded. === Pre-bind state information === LOG: DisplayName = FreeTextBox (Partial) LOG: Appbase = file:///E:/DNN LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: FreeTextBox LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/roseconnect/88dfdc54/ea3a61ff/FreeTextBox.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/roseconnect/88dfdc54/ea3a61ff/FreeTextBox/FreeTextBox.DLL. LOG: Attempting download of new URL file:///E:/DNN/bin/FreeTextBox.DLL. LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: FreeTextBox, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=5962a4e684a48b87 Never mind.. got it fixed :)
Aparently, system drive was running out of space. Thats all there was... Show quote "Dan" <da***@softhome.net> wrote in message news:e2zFa19BGHA.3984@TK2MSFTNGP14.phx.gbl... > Environment: Win2k Server, ASP.NET(v1.1.4322) > > Everything seemed to work fine till this morning...and than this happened > > What could this possibly mean? > > Is it the file? (The file in the error is not missing nor is it misspelled > or on a different path) > > Is it permissions? (ASP.NET account is given full access to E:\DNN dir) > > Has something gone wrong with ASP.NET installation? > > I am running out of sites on Google... > Any help, please! > > ========================================================================== > Configuration Error > Description: An error occurred during the processing of a configuration > file required to service this request. Please review the specific error > details below and modify your configuration file appropriately. > > Parser Error Message: Unable to load file 'FreeTextBox'. > > Source Error: > > > Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> > Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> > Line 258: <add assembly="*"/> > Line 259: </assemblies> > Line 260: > > > Source File: > c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: > 258 > > Assembly Load Trace: The following information can be helpful to determine > why the assembly 'FreeTextBox' could not be loaded. > > > === Pre-bind state information === > LOG: DisplayName = FreeTextBox > (Partial) > LOG: Appbase = file:///E:/DNN > LOG: Initial PrivatePath = bin > Calling assembly : (Unknown). > === > > LOG: Policy not being applied to reference at this time (private, custom, > partial, or location-based assembly bind). > LOG: Post-policy reference: FreeTextBox > LOG: Attempting download of new URL > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET > Files/roseconnect/88dfdc54/ea3a61ff/FreeTextBox.DLL. > LOG: Attempting download of new URL > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET > Files/roseconnect/88dfdc54/ea3a61ff/FreeTextBox/FreeTextBox.DLL. > LOG: Attempting download of new URL file:///E:/DNN/bin/FreeTextBox.DLL. > LOG: Publisher policy file is not found. > LOG: No redirect found in host configuration file > (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). > LOG: Using machine configuration file from > C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. > LOG: Post-policy reference: FreeTextBox, Version=3.0.5000.1, > Culture=neutral, PublicKeyToken=5962a4e684a48b87 > > > > > > > > |
|||||||||||||||||||||||