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?