Hello,
I'm using Visual Studio 2008 and Web Deployment Projects to develop an ASP.NET web site.
The site uses a LinqDataSource to connect to a database within a database file (.mdf) on my local machine (a different source will be used in the release)
When I run my website for testing the link works correctly and everything appears kosher but when I stop the debugger and attempt to rebuild the project in VS2008 I get this error from the compiler:
The process cannot access the file '<filepath>.mdf' because it is being used by another process.
To build my project again I'm forced to exit VS2008 and re-start it. Obviously, this is very inconvenient. What could I be doing wrong?
Thank you.