Hi,
I have a problem trying to install a COM+, I have one class in my library with a function which returns an Object value but when I try to register my dll I get the error: Bad Variable Type.
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regsvcs DataAccessNet.dll
I have others functions in the library but they return integers and datasets values but I get no errors on these ones only with the one that return Object type
I am trying to do this installation on a server with Windows 2000 Advanced Server OS in a terminal server
Hope you can help me
Thanks in advance
I have a problem trying to install a COM+, I have one class in my library with a function which returns an Object value but when I try to register my dll I get the error: Bad Variable Type.
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regsvcs DataAccessNet.dll
I have others functions in the library but they return integers and datasets values but I get no errors on these ones only with the one that return Object type
I am trying to do this installation on a server with Windows 2000 Advanced Server OS in a terminal server
Hope you can help me
Thanks in advance