|
-
February 2nd, 2005, 12:20 PM
#1
Failed to register a .NET component in COM+
Hello,
I would like to register a .NET component in COM+.
The class I implemented is very simple:
using System;
using System.EnterpriseServices;
namespace ThreadingTest
{
/// <summary>
/// Summary description for Class1.
/// </summary>
public class Class1 : ServicedComponent
{
public Class1()
{
}
}
}
I strong named the assembly and then drag it into my COM+ package. COM+ gives the following error message:
"0x80020009- Exception occurred. The eventlog may contain additional troubleshooting information".
Unfortunately Event Viewer doesn't contain anything interesting.
Does someone have any idea of what could be the problem?
Arthur
-
February 18th, 2005, 06:27 AM
#2
Re: Failed to register a .NET component in COM+
IMHO U have to run regasm first to register your assembly as a COM object.
Best regards,
Krzemo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|