A colleague has a Web Service project that uses a Queued Component. In
the global.asax, we are trying to add code that will start the COM+
Application in the Application_OnStart method. When we compile, we get
the following message:
Unable to emit assembly: Referenced assembly 'InterOp.COMAdmin' does
not have a strong name
I was able to take the same code and compile it into a console app
without it complaining about the strong name... Has anyone run into
this issue, and if so, how do I overcome it?
Another solution to this problem would be if there is another way to
access the COM+ Admin Catalog without referencing the InterOp.COMAdmin
object. Does System.EnterpriseServices expose the Catalog? I didn't
see a way to reference it.
Thanks,
Sam
|