Hi,
this one is a little bit tricky...
We have a web project in ASP.NET which uses the functionality of a COM
object, which we store in Session scope between multiple http requests.
We tested this scenario on several OS and PCs - and we found out that in
some cases the ASP.NET web site returns an exception which says:
Object reference not set to an instance of an object.
The rest of the system (not .NET) works fine, but it fails on either on
creating the instance of COM object or setting the Session variable in
ASP.NET.
Has anyone faced similar problem?
Any clue how to troubleshoot this?
Thanx in advance,
Peter
Peter Kissa - 14 Nov 2003 16:12 GMT
One more fact I forgot to mention:
The COM (STA-ATL) object runs in COM+ environment as Server Application.
> Hi,
> this one is a little bit tricky...
[quoted text clipped - 12 lines]
> Thanx in advance,
> Peter