Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi guys
i have created an app in c# and using entities and sql server 2008 database and it contains about 15 datasets, after compiling and creating setup, i installed it in another computer to test it, i have configured database and app.config file , its successfully connect to database BUT when its trying to load data from datasets to combobox [i have binde combobox with dataset]
it show me error, couldnt login, and some times its show me that there is no instance of that dataset!!!!!!!!!!!!!!!!!!
should i have to include datasets in setup pack?
Posted
Comments
Please post relevant codes.
Varun Sareen 27-May-13 3:20am    
Please post some relevant code here so that we can see what is wrong with your code.

Thanks

Varun

1 solution

finally i found whats wrong, the datasets created with wizard , so the connection strings are diffrenet from the one in app.config, so i have set them on form loading and this solve the issue.
 
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