Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
when i am trying to add .Mdf file to my project it gives me error Access is Denied
Posted

1 solution

What can't you understand about this error. You don't have enough permission.
This is either on the SQL Server (you don't have enough permissions to add the MDF file) or SQL Server doesn't have enough permission to read the file where it's at.
 
Share this answer
 
Comments
NABIN SEN 16-Oct-13 2:44am    
how to set permission to add mdf file?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900