REG: COM Component in VB.Net
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Everyone, Is there is an replacement/Mappings for AspTypeLibrary component. I have an VB6 legacy application migrated to VB.NET . Iam searching for replacement to avoid registry entries and placing only in GAC. Req = ContextUtil.GetNamedProperty("Request") Sever = ContextUtil.GetNamedProperty("Server") Dim Appln As ASPTypeLibrary.Application Appln = ContextUtil.GetNamedProperty("Application") Any help is appreciated. Regards, Manowj