![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Hi I have a class that I want to place in COM+. But when I do I get the following error. 1: Invalid ServicedComponent-derived classes were found in the assembly. (Classes must be public, concrete, have a public default constructor, and meet all other ComVisibility requirements) I suspect that is has something to do with the sub New which I use to input a parameter on object creation. Public Sub New(ByVal UserSessionID As Guid) MyBase.New() End Sub |
|
Why can't I use this, |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |