G
Guest
My first ASP.NET 2.0 app.
I added a reference to a class library containg the types I want to as a
source of data to populate my pages. The dll and all the dlls it uses appear
in the newly created bin folder.
I add the using directive to the page and try to call the type but I keep
getting an error that a type in one temporary folder conflicts with another
type in another tempory folder. The assemblies are not strongly named.
How are dlls added in 2.0? What am I doing wrong? I read the various FAQs to
no avail. Can anyone help. Thanks
I added a reference to a class library containg the types I want to as a
source of data to populate my pages. The dll and all the dlls it uses appear
in the newly created bin folder.
I add the using directive to the page and try to call the type but I keep
getting an error that a type in one temporary folder conflicts with another
type in another tempory folder. The assemblies are not strongly named.
How are dlls added in 2.0? What am I doing wrong? I read the various FAQs to
no avail. Can anyone help. Thanks