gee
September 24th, 2002, 03:33 PM
Hi guys,
I got the problem which I'm sure has simple solution. I have the C# class that is on the server. I made 'Add Web References' and point to the class. Its generate *.h file which I include into one of my files. If I create an instance of this class I'm able to get access to the public methods and properties of this (C#)class. It seems to work fine but when I compile the project it is shows that it doesn't recognise this class.
This is my first attempt of using .NET, I could think that it is
something small in the setting of my C++ project but I don't see it and I still looking throughout help trying to find the solution for this:confused:
Regards,
I got the problem which I'm sure has simple solution. I have the C# class that is on the server. I made 'Add Web References' and point to the class. Its generate *.h file which I include into one of my files. If I create an instance of this class I'm able to get access to the public methods and properties of this (C#)class. It seems to work fine but when I compile the project it is shows that it doesn't recognise this class.
This is my first attempt of using .NET, I could think that it is
something small in the setting of my C++ project but I don't see it and I still looking throughout help trying to find the solution for this:confused:
Regards,