Object reference not set to an instance of an obje
Hello,
I have a dll for which a PIA has been created. I am trying to call methods on this PIA. Everything works fine in a normal application without any hitches.
However, if I use the same code in ASP.NET, I get the above error at the very first access to the PIA.
Any idea what might be happening. Considering the same code works in an application, is something extra needed for IIS?
- The PIA is installed in GAC
- .NET 1.1.4322
- VS.NET 2003
- Windows 2000 Server SP4
- IIS 5.0
I have given full access to IUSR, IWAM and ASPNET to all dlls and directories that this PIA might be accessing. Still nothing.
Thanks
Reg
aashish
|