I have a very unusual problem. I made a project in C#.net in vs 2008 and SQL server 2005. I have two DB to use. Now, the problem is whenrunning the project on my PC it works fine, but when i install on users PC, through setup, im getting a exception handler error , when im trying to save any data in either of the DBs. However i tried to insert data through INSERT INTO coomand in sql it works fine. And i have no problem in retrieving data. So any one can help please do.
Thanks in advance