Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error deleting folder 'bin'. The system call level is not correct

What does this error mean and how do I solve it?

visual studio 2010,
windows 7,
in case it matters.

I tried closing and opening the solution but it still won't delete.

Thanks!

like image 847
bevacqua Avatar asked May 08 '11 01:05

bevacqua


1 Answers

This is an issue that Microsoft isn't going to fix, according to this post: http://connect.microsoft.com/VisualStudio/feedback/details/508695/cannot-delete-the-bin-folder-from-solution-explorer

They were going to make the error message more intuitive but I guess that didn't happen.

Update:

Microsoft has since deleted this page. Here is a cached copy: https://web.archive.org/web/20130825001252/http://connect.microsoft.com/VisualStudio/feedback/details/508695/cannot-delete-the-bin-folder-from-solution-explorer

The message from microsoft is as follows:

Posted by Microsoft on 11/20/2009 at 11:54 AM Thank you for your feedback. This is because we cannot delete the folder with the hosting process in it. However, the error message can definitely be smarter. We will not be able to address this in the VS2010 timeframe but I am resolving this as a postpone so that we can consider improving the error message post-VS2010. Thank you for contacting us.

Richa Prasad Program Manager Visual Studio Platform Team Posted by Microsoft on 11/11/2009 at 9:28 PM Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.

Thank you

like image 132
IAmTimCorey Avatar answered Sep 27 '22 23:09

IAmTimCorey