1
Reply

Class Library Installer

Scott Wagner

Scott Wagner

Mar 23 2011 7:21 AM
1.7k
OK i have created a Class Library. Its nothing more than a ASP Classic wrapper for ASP.NET Application Variables. This is all working on my Development machine. I just used regasm and gacutil and all works fine. but when i try to do the same on my servers. Everything works ok with regasm and gacutil. but when i go to create the server object in asp classic. i get an error (Object required). I am not to worried about the ASP classic part but i was reading that i would need to create an installer to register it at install. so i created a setup project. I just cant find where to set the registration. I have set the registration in my setting. I am just curious if i need to copy the xml serialations. or am i missing something. Also its written in .NET 4.0

Answers (1)