1
Reply

Debugging Class libraries or DLL files through web application

GoLive

GoLive

Oct 24 2011 7:50 PM
1.5k

Hi,

I have a solution which consists of class library project and one web application. I created a dll from the class library project and add it as a reference to web application. I am really having difficulty in debugging. When i run default.aspx page it display error as "Value cannot be null.
Parameter name: format".

I am quite sure this error comes from DLL file. So could anyone help me to understand how to debug class libraries or DLL files together with web application side by side.


Answers (1)