Cristiane
July 28th, 2003, 11:01 AM
Hi...
I'd like to ask your help for the following problem...
In my asp-C#.net project I need to use an COM object. I added its reference in my project and I can use the code:
objCOM myObj = objCOM();
(objCom is the name of the reference)
I don't have any compilation error but when I execute the project, I have the following error in this line of the code:
"COM object with CLSID {XXXXXXXXXXXXX} is either not valid or not recognized.
I used this component with asp-vb.net project with "CreateObject" but in C# I don't get it... :-(
Someone could help me?
Really thanks any help.
Cristiane
I'd like to ask your help for the following problem...
In my asp-C#.net project I need to use an COM object. I added its reference in my project and I can use the code:
objCOM myObj = objCOM();
(objCom is the name of the reference)
I don't have any compilation error but when I execute the project, I have the following error in this line of the code:
"COM object with CLSID {XXXXXXXXXXXXX} is either not valid or not recognized.
I used this component with asp-vb.net project with "CreateObject" but in C# I don't get it... :-(
Someone could help me?
Really thanks any help.
Cristiane