I am getting the following error after each rebuild of my custom module. Can anyone help me figure out a cause for this error???? I am usually stuck with this screen for about 5min or so before a refresh does the trick. I have tried restarting IIS, which doesnt always work and I have also tried to kill the aspnet_wp.exe. I recently had to rename some of my Assemblies and I dont know if that causes this or what? Let me know if you need more info.
Server Error in '/DNN' Application.
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.SqlDataProvider'.
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:\windows\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.SqlDataProvider' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke.Modules.UserDefinedTable.SqlDataProvider
(Partial)
LOG: Appbase = file:///C:/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: DotNetNuke.Modules.UserDefinedTable.SqlDataProvider
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dnn/51c5baaf/ce19d2e7/DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dnn/51c5baaf/ce19d2e7/DotNetNuke.Modules.UserDefinedTable.SqlDataProvider/DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.DLL.
LOG: Attempting download of new URL file:///C:/DNN/bin/DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.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.SqlDataProvider, Version=1.0.2022.35962, Culture=neutral, PublicKeyToken=null
|
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.1085