From some reason I cannot make an ObjectContext variable.
I have the ASP libarary added (I can make response variable for example)
I am using IIS 5.0, VB 6.0
What other object libarary should I add ?
Printable View
From some reason I cannot make an ObjectContext variable.
I have the ASP libarary added (I can make response variable for example)
I am using IIS 5.0, VB 6.0
What other object libarary should I add ?
Are you trying to retrieve the object context from an ASP page or a VB Component?
In the Component ..
I have read something about it in microsoft website, they say that it wouldn't work with win2000 and that for win2000 you need to use COM+ , but I couldn't find any proper documentation for that.
Doesn't sound logical because it just came out with IIS 4.0 ...
You can't use the MS Transaction server type library in W2k, you need to add a reference to COM+ Services Type Library.
You can then declare on ObjectContext object and use GetObjectContext the same way you would using MTS
Thnks, it is WORKING now.
So, do you think that thid DLL would also work on IIS 4.0 ?
Or do I need to recopile it to MTS ?