The whole SQL Server thing!

pachjo

Well-known member
Joined
Dec 12, 2006
Messages
370
Programming Experience
10+
HI,

I am developing my application on a laptop that has SQL Server Database tools install, QA, Enterprise Manager etc, MSDE and SQL that comes with VS.NET 2005 Pro.

I have created my application database, an mdf file using VS.NET and it runs a treat on my laptop.

I tested the first run of the install on another PC in my office and it too worked fine, probably cos it too has various components of SQL Server installed on it.

I have just tried the same test install on my sons laptop which has neither the .NET Framework installed or any SQL Server stuff.

I installed the .NET Framework and the application installed but when we try to run it we get an error 26 related to SQL Server and access problems with the database.

Have I missed a vital part in my deployment project?

I thought by creating everything in VS.NET, database too everything would be included in the setup files ready to go on the users target computer?

Any help really appreciated......

Thanks
 
Back
Top