Hi,
I have an assembly written in VB.Net library that that performs a calculation by making a call to a COM object written in VB 6.0. It works great when the library is referened in an ASP.Net project. However, I am trying to make the same calculation in a Windows Services application also written in VB.Net. Each time I call the method which references the COM object I get the following error:
System.Runtime.InteropServices.COMException
Additional Information: Library Not Registered
I know the library is registered b/c it works in my other project.
Anyone else seen this? Anyone have any ideas??
Thanks!
I have an assembly written in VB.Net library that that performs a calculation by making a call to a COM object written in VB 6.0. It works great when the library is referened in an ASP.Net project. However, I am trying to make the same calculation in a Windows Services application also written in VB.Net. Each time I call the method which references the COM object I get the following error:
System.Runtime.InteropServices.COMException
Additional Information: Library Not Registered
I know the library is registered b/c it works in my other project.
Anyone else seen this? Anyone have any ideas??
Thanks!