Hi,
I have some code that I want to use in an existing vs.net project. I add a class in the IDE and paste the code into into it.
Else where in the project I use this class. I import the namespace it is contained in and intellisense recognises the various member variables and functions within it. However when I run the project (an asp.net application) I get the errormessage "Type 'myClass' is not defined".

Do I have to create a new dll project thing, compile the class and add it to the bin directory or should the class be automatically compiled into the project dll?

Also when I make changes to the class code will it automatically recognise these when the project is recompiled?

Thanks,

Alex