Hi all,
I'm developing a custom module using a separate project and solution.
Everytime I recompile the solution and copy the new dll into the
working DotNetNuke directory, run the DotNetNuke application I got the
following error
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: Access is denied: 'DotNetNuke.Modules.UserDefinedTable'.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="*"/> Line 199: </assemblies> Line 200: </compilation>
|
Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
Assembly Load Trace:
The following information can be helpful to determine why the assembly
'DotNetNuke.Modules.UserDefinedTable' could not be loaded.
=== Pre-bind state information === LOG: DisplayName = DotNetNuke.Modules.UserDefinedTable (Partial) LOG: Appbase = file:///D:/DotNetNuke 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: DotNetNuke.Modules.UserDefinedTable LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/67e01d5a/984180c0/DotNetNuke.Modules.UserDefinedTable.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/67e01d5a/984180c0/DotNetNuke.Modules.UserDefinedTable/DotNetNuke.Modules.UserDefinedTable.DLL. LOG: Attempting download of new URL file:///D:/DotNetNuke/bin/DotNetNuke.Modules.UserDefinedTable.DLL. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: DotNetNuke.Modules.UserDefinedTable, Version=1.0.1894.1925, Culture=neutral, PublicKeyToken=null
|
After that, I cannot run the application without restarting the machine. This solution is a waste of time, and not convenient.
Any one knows how to solve it?
Thanks