MonoDevelop Running Slow

I recently added a dll library in the Plugins folder and MonoDevelop started to be really slow when I change to a different script, intellisense, event when scrolling down and up !

Realize it was 'cause the dll, tried only removing it from the solution references but didn’t change anything. I had to delete the plugins folder to work comfortably.

Did anyone have the same problem?

Thanks for the info, I did not realize it was the DLL that was making Monodevelop run slow. Deleting the DLL fixed my issue.

I did not have to delete the Plugin folder to get the performance back.

Maybe just deleting the project’s “.pidb” would solve your issue.

Thanks for reply, I’ll try the next time I need a DLL.