create com objects from .net

  • Thread starter Thread starter vande
  • Start date Start date
V

vande

Hi,
I have a program that uses both asp and asp.net files. I
can create
com object from asp and the creation process is working
ok, but when I do the same from asp.net class the object
context in the com object is set to null. My com object
uses this context object in its code.
Any help
 
Not an expert on this area, but check out the ASPCompat page attribute for
ASP.NET, this should solve your problem.

Greg

This posting is provided "AS IS"with no warranties, and confers no rights.
 
Back
Top