Greetings,
My Visual Studio 2010 hangs once i open and build the solution.It shows the 'Build Successful' message but after that Solution just hang forever.If I kill the devenv.exe process and start the solution again sometime it shows a message of updating Project information.If I select Cancel it works fine but if I don't cancel the update project information process solution will close abruptly.
What I have tried so far.
-Re-imaging my system (Before and After Using Windows 7 Enterprise sp1 64-Bit OS)
-Installing VS 2010 3 times.(2 Times used Ultimate and currently using Premium)
Additional Information
-Initially I thought may be this issue is only in Solution where I am trying to host WCF services in IIS but i encountered the same issue in other solution where I am running a windows form application.
-The same solution works for other developer with exactly same environment.
I have created log also using devenv.exe /log and the only error I received was
# | Type | Description | GUID | Hr | Source | Time (UTC) |
---|---|---|---|---|---|---|
1 | Microsoft Visual Studio 2010 version: 10.0.30319.1 | VisualStudio | 2014/02/05 16:38:55.236 | |||
2 | Running in User Groups: Administrators Users | VisualStudio | 2014/02/05 16:38:55.238 | |||
3 | Available Drive Space: C:\ drive has 370479529984 bytes | VisualStudio | 2014/02/05 16:38:55.239 | |||
4 | Internet Explorer Version: 11.0.9600.16428 | VisualStudio | 2014/02/05 16:38:55.269 | |||
5 | .NET Framework Version: 4.0.40305.0 | VisualStudio |
91 | ERROR | The process cannot access the file 'C:\Users\trikhaat\AppData\Local\Microsoft\VisualStudio\10.0\ComponentModelCache\Microsoft.VisualStudio.Default.cache' because it is being used by another process. C:\Users\trikhaat\AppData\Local\Microsoft\VisualStudio\10.0\ComponentModelCache\Microsoft.VisualStudio.Default.cache | Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost |
Previously with VS2010 Ultimate I was not getting the same error in log but the same issue was there.
I can reproduce this issue also.
Need some urgent help.
Thanks
-Atul