Hi,
I have created a namespace containing several classes..( Compliled into a library .DLL)
( IIS 6, Win Server 2003, .Net 2)
This works fine when placed in the bin subdirectory of the application root that will use it (with a <%@ Import namespace="HrGeneral" %> tag)...
I would like to add it to the namespaces listed in the site's web.config file so that all applications on that site can use it..I added it and placed the .DLL in the '\WINDOWS\Microsoft.NET\Framework\v2.0.50727' directory ( where the other ones seem to reside), but I obviously missed something, since it does not work- error indicates that the class is not being found)...
Did a miss a step ( like registering the .DLL, maybe) or have I missed a bigger concept here?
Thanks for helping a new .NET person...
![[profile] [profile] [profile]](/data/assets/smilies/profile.gif)
To Paraphrase:"The Help you get is proportional to the Help you give.."
I have created a namespace containing several classes..( Compliled into a library .DLL)
( IIS 6, Win Server 2003, .Net 2)
This works fine when placed in the bin subdirectory of the application root that will use it (with a <%@ Import namespace="HrGeneral" %> tag)...
I would like to add it to the namespaces listed in the site's web.config file so that all applications on that site can use it..I added it and placed the .DLL in the '\WINDOWS\Microsoft.NET\Framework\v2.0.50727' directory ( where the other ones seem to reside), but I obviously missed something, since it does not work- error indicates that the class is not being found)...
Did a miss a step ( like registering the .DLL, maybe) or have I missed a bigger concept here?
Thanks for helping a new .NET person...
![[profile] [profile] [profile]](/data/assets/smilies/profile.gif)
To Paraphrase:"The Help you get is proportional to the Help you give.."