Hay, all time when I use the designer with FluentCode my VS begins to be very sluggish and once I desire to end it the following message:
Microsoft visual Studio
Microsoft visual studio has defected that an operation is blocking user input. This can be caused by an active model dialog or a task that needs to block user interaction. Would you like to shut down anyway?
Microsoft visual studio has defected that an operation is blocking user input
Dear Michael,
You can encounter this error due to different reasons, so try the following procedures to resolve your problem:
1. Disable Add-ins (like "Tools" | "Add-in Manager") then run "devenv.exe /safemode" this will resolve the problems caused by third party Add-ins.
2. Use “devenv.exe /resetsettings” to restore Visual Studio default settings.
3. Try to create a new project and check if the problem still there. Sometimes this problem can be caused by corrupted project settings.
4. If the problem still there, use Visual Studio Setup Wizard which will repair VS and restore it to its original state.