Hi,
I created a web service using vb.net.
It takes 3 parameters, connects to a database using a *.udl file under C:\
directory, executes some SP's on the database, does some calculations and
returns a string value.
On my local computer, it works fine and gives the result correctly. However,
on another client, when I deployed the application, it returns an error :
Object reference not set to an instance of an object.
When I checked the configurations on both my local and on the client, I
didn't see any differences.
What may cause this problem?
Regards.
I created a web service using vb.net.
It takes 3 parameters, connects to a database using a *.udl file under C:\
directory, executes some SP's on the database, does some calculations and
returns a string value.
On my local computer, it works fine and gives the result correctly. However,
on another client, when I deployed the application, it returns an error :
Object reference not set to an instance of an object.
When I checked the configurations on both my local and on the client, I
didn't see any differences.
What may cause this problem?
Regards.
Comment