visual studio - Deploying SQL server with VS 2012 application -
i'm working on winform application using vs2012 (.net 4). use sql server database affairs, can run application smoothly on development systems (which have vs 2012 installed) when give exe , mdf files don't have vs2012 installed, sql server exception (also program runs cannot use database features), think problem don't have sql server installed, how can solve problem? should give users? there difference between debug , release versions? deploy debug exe runs mentioned sql server features not usable
Comments
Post a Comment