开发者

How to create an EXE file in VB.NET

开发者 https://www.devze.com 2022-12-14 06:41 出处:网络
How can I create an EXE file for a VB.NET project. I tried with file -> New project -> setup and deployment -> setup wizard.

How can I create an EXE file for a VB.NET project. I tried with file -> New project -> setup and deployment -> setup wizard.

But I can't include SQL Server 2000 database. Showing error

Error. Unable to find source file 'C:\Program Files\Microsoft SQL Server\MSSQL\Dat开发者_StackOverflow社区a\eg_Log.LDF' for file 'eg_Log.LDF', located in '[TARGETDIR]', the file may be absent or locked. C:\Documents and Settings\XP\Desktop\egg\Setup1\Setup1.vdproj Setup1


SQL Server puts a hard lock on the database files when it is running. Stop it first with the service manager.

0

精彩评论

暂无评论...
验证码 换一张
取 消