Debug Class library

N

Nicholas Paldino [.NET/C# MVP]

zion,

Do you have the library project added as part of the solution?
 
Z

zion

No.
It's stand alone project.


Nicholas Paldino said:
zion,

Do you have the library project added as part of the solution?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

zion said:
Hello,

How can I debug C# class library in asp project?

Thanks
 
N

Nicholas Paldino [.NET/C# MVP]

Well, you should add it as part of the solution for your web project.
Once you do that, you should be able to debug it in your web app (you might
have to enable debugging in your web app as well in the config file, but the
IDE should ask you about this when you try and run your app).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

zion said:
No.
It's stand alone project.


Nicholas Paldino said:
zion,

Do you have the library project added as part of the solution?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

zion said:
Hello,

How can I debug C# class library in asp project?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top