|
Rank: Newbie Groups: Member
Joined: 7/20/2008 Posts: 2 Points: 0 Location: London
|
Hi,
I am having a wierd problem when I make a reference to the mylittlewriter dll into my project it stops the site from completely working causing my rolemanager to drop out with a system out of memory problem.
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: Exception of type 'System.OutOfMemoryException' was thrown.
Source Error:
Line 62: <providers> Line 63: <clear/> Line 64: <add name="WebUserRole1" type="SSRI.BusLayer.WebUserRoleProviderV2" connectionStringName="RUBBISHCONNECTIONSTRING" applicationName="/" writeExceptionsToEventLog="true"/> Line 65: </providers> Line 66: </roleManager> Source File: C:\Work\Website\web.config Line: 64
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
My Custom Provider works fine without the dll being add into the bin but as soon as I add the DLL into the Bin directory I get the above message. Anybody got any ideas? My only work around to this is now to build a webservice project at to generate RTFs which obivously has a different bin and directory. Could this be a naming issue?
Cheers,
James
|
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
I just sent you an email with a zip archive containing myLittleWriter for .NET 2.0
|
|
Rank: Newbie Groups: Member
Joined: 7/20/2008 Posts: 2 Points: 0 Location: London
|
Thanks thats perfect ;-) Sorted my problem. Thanks for the quick response also.
|
|
Rank: Newbie Groups: Member
Joined: 4/2/2007 Posts: 2 Points: 0
|
Can you please also send me the zip archive containing myLittleWriter for .NET 2.0
I will be moving to .Net 2 soon and would would the latest version of myLittleWriter.
Thanks.
|
|
Guest |