Microsoft visual studio has defected that an operation is blocking user input

Asked By 60 points N/A Posted on -
qa-featured

 

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:

an active model dialog or a task that needs to block user interaction

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?

SHARE
Answered By 10 points N/A #175052

Microsoft visual studio has defected that an operation is blocking user input

qa-featured

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.

 

 

Related Questions