function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vineet GogiaVineet Gogia 

SERIOUS PROBLEM WITH API

Hi there ,

I am  using Salesforce soap api to build the our application in asp/vb.net 2003. while debugging  I encounter logins and logout  enumurous time. but problem arises when i have to close application without logout. if i do it for several times (say more than 10 times) the soap api Starts giving error " object refrence not set to an instance"  in logon call.

the error continues  for for another 1-2 hours. till than i have to stop my work and sit back.

Please help!!

Thanx,
DotNetDevil.

 

DevAngel2DevAngel2

Hi Vineet,

Sounds like a serious problem with your code.  When you say your application "encounters" numerous logins and logouts, just what exactly to you mean?  Does this mean you are constantly having your session id revoked?  Does it mean your application logs in and logs out numerous time?

I think an architecture review is probably called for.