jeshra279
October 21st, 2009, 11:26 AM
I have designed a VB.NET application with SQL server 2005 Database and Crystalreport in Visual Studio 2005.
To install my project on client machine, I have created the setup project in Visual Studio 2005.I am using sql server 2005 express edition as .mdf database file in my project. After installation of the setup project on my client machine, my SQL database file ".mdf" was absent, due to which my application is not able to connect to the database.
My client machine doesnt have sql server installed. Do I need to install separately or there is any option while creating setup project to include sql server files? What are the system/software requirements on my client machine required for my application to install/run.
Can someone Pls help me on this?
To install my project on client machine, I have created the setup project in Visual Studio 2005.I am using sql server 2005 express edition as .mdf database file in my project. After installation of the setup project on my client machine, my SQL database file ".mdf" was absent, due to which my application is not able to connect to the database.
My client machine doesnt have sql server installed. Do I need to install separately or there is any option while creating setup project to include sql server files? What are the system/software requirements on my client machine required for my application to install/run.
Can someone Pls help me on this?