tags:

views:

116

answers:

1

how can i create exe file for vb.net project.i tried with file->New project->setup and deployment->setup wizard. but i cannt include sql server 2000 database.showing error "Error Unable to find source file 'C:\Program Files\Microsoft SQL Server\MSSQL\Data\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

+2  A: 

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

Hans Passant