Error while adding reference on COM+ object created in C#
Hello
I 've written COM+ librart within C#.
Then, when i try to add reference on it to my C# application
I get error message:
" A reference to "MyLib" could not be added. Converting the library to .NET assembly failed. Type library MyLib was exportrd from CLR assembly and can'not be re-imported to CLR assembly"
:confused:
What does it mean?
To use COM+ in C# I need write library in C++ 6.0 ?
or C# have alternative mechanism of remote using DLLs ?
Help me plz