How to create object of a class which is outside of App_Code folderin Asp.net 2.0 using C#.??

C

chandan

Hi friends,

I wanted to create object of the class which was outside of App_Code
folder , but i am not able to create the instance of that class.. can
we do that into Asp.Net 2.0 , C#

How to create object of a class which is outside of App_Code folder in
Asp.net 2.0 using C#.

thanks in advance.. waiting for your valuable comments.

Chandan
 
B

bruce barker

if using visual studio, add a reference to the assembly containing the
class, if notepad, manually add a reference in web.config.

-- bruce (sqlwork.com)
 

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