Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Sunday, April 22, 2012

Visual Studio 2010 Just In Time Debugger - Cryptographic Exception

Hello,

A couple of weeks ago, Visual Studio 2010 started giving Just-In-Time debugger message as shown below:















It was not a code issue because we got this debugger message just after VS 2010 is started and frequently in middle of coding.

Solution:
The issue was because of Forefront Identity Manager service. It was disabled in my server. Just enable it and set it to start Automatically.


After this was done, we never got the above debugger message. More details on the issue can  be found here.

Thanks.

Sunday, April 1, 2012

Error occurred in deployment step 'Retract Solution': A timeout has occurred while invoking commands in SharePoint host process

Hi All,

We got this error when trying to deploy the SharePoint solution using Visual Studio 2010.

Error occurred in deployment step 'Retract Solution': A timeout has occurred while invoking commands in SharePoint host process











To resolve this error, make sure the following checks are made:

1. Make sure that Application Pool corresponding to the site on which deployment made is up and running.

2. Restart the Visual Studio and reset the IIS if necessary.

We did the above steps and issue got resolved.

Thanks.