Setup & Deployment for windows application
-
hi all, actually we developed windows application using (Visual Studio 2008 C# & LINQ and sqlserever 2005 express edition).and i have to create setup and deployment for this project. i was added new project as "setup and Deployment" for my windows project .And i also included all the prerequisites to my project.exe layer.but main problem is "How can i deploy the database in Client machine ". i tried this in client Machine : it was installing All the Prerequisites in Client machine ,it was runnig succcesfully ,but it was showing "user is not trusted user" ,How can i solve this ,could u please help me,and i was strucking from last 3 weeks. i got the below error: ============================ Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. <configuration> <system.windows.forms jitDebugging="true"/> </configuration> When JIT debugging is enabled any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. ============================= Thanks in advance.
-
hi all, actually we developed windows application using (Visual Studio 2008 C# & LINQ and sqlserever 2005 express edition).and i have to create setup and deployment for this project. i was added new project as "setup and Deployment" for my windows project .And i also included all the prerequisites to my project.exe layer.but main problem is "How can i deploy the database in Client machine ". i tried this in client Machine : it was installing All the Prerequisites in Client machine ,it was runnig succcesfully ,but it was showing "user is not trusted user" ,How can i solve this ,could u please help me,and i was strucking from last 3 weeks. i got the below error: ============================ Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. <configuration> <system.windows.forms jitDebugging="true"/> </configuration> When JIT debugging is enabled any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. ============================= Thanks in advance.
Use "Integrated Security = false" in connection string
-
Use "Integrated Security = false" in connection string
i tried this, but it is not working ,it was showing bellow error message " Login Failed for user .The user is not associated with a trusted Sql Server Connection ",main thing is i want to deploy the database in client Sql server . And how can i do this ,could u please help me . Thanks in advance