Click here to Skip to main content
16,019,349 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a c# windows application and now i am developing a webservice(asmx).

the concept is i will send some details from my windows application to the webservice in the server. that webservice should write those datas into the ms access file(mdb).

when i run this webservice from my localhost it correctly works and inserts the data into the access file, but when i move this to webserver.

it gives error.

i need some help on this .




The Error i got was "Object reference not set to an instance of the object"
Posted
Updated 22-Jan-10 23:02pm
v2

1 solution

Can you post the error here so that someone can help you?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900