InvalidOperationException - Cannot create file mapping error

  • Thread starter Thread starter Ben Fidge
  • Start date Start date
B

Ben Fidge

When connecting to one of my Sql Server 2000 databases running locally using
SqlConnection, I get the following error:

InvalidOperationException - Cannot create file mapping

This is thrown during a call to SqlConnection.Open();

After this exception occurs, I can continue to use the connection without
any further (apparent) problems, running multiple queries against it. This
is only happening on one database, and others running on the same machine
are fine.


Anyone come across this before?

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top