Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jeff357
Starting Member
4 Posts |
Posted - 2008-09-09 : 13:38:35
|
Converting SQL Server 2005 Programs to SQL Server 20084 things are assumed windows installer 4.5, Visual Studio2008 (SP1) W/.NET Framework 3.5 SP1, SQL Server 2008is Installed.1. Backup the project directory !2. Enable TCP/IP In SQL Server Configuration/ Protocols3. Open Project in the Project Properties/Compile/AdvancedCompile Options/Target Framework to .NET Framework v3.5 4. In "Project Properties/Settings/"Value" Change the "User Instance from True to False 5. Rebuild and Compile the project and yer done.This Tutorial was directly for VB.NET 2008 Regards Jeff |
|
|
|
|