Hi
I have a web application written on framework 1.1, that calls a component
wrapped within a COM+ application. The component has recently been changed,
and now I need to unregister the old one and register the new one.
To do this, I shut the COM+ application down from component services, and
delete it. I then use regsvcs.exe to register the latest .dll from the web
app's \bin folder. When the web app's execution reaches the point where it
activates the COM+ component, I get a TypeInitializationException
(0x80131534) in the web app's event log. Unregistering the new .dll and
registering the old one restores the application to a working state. It seems
that the COM+ application still points to the old dll. The target machine is
running Windows 2000 Server. The aforementioned registration procedure works
in Windows XP.
Thanks in advance.
I have a web application written on framework 1.1, that calls a component
wrapped within a COM+ application. The component has recently been changed,
and now I need to unregister the old one and register the new one.
To do this, I shut the COM+ application down from component services, and
delete it. I then use regsvcs.exe to register the latest .dll from the web
app's \bin folder. When the web app's execution reaches the point where it
activates the COM+ component, I get a TypeInitializationException
(0x80131534) in the web app's event log. Unregistering the new .dll and
registering the old one restores the application to a working state. It seems
that the COM+ application still points to the old dll. The target machine is
running Windows 2000 Server. The aforementioned registration procedure works
in Windows XP.
Thanks in advance.