The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) and Compiler Error Message: CS1583

0

I am debugging the web application on browser as application built in .Net framework with Knockout.js, MVC 4.5.

Below two issues are occurring in order on my machine as First:

and on refreshing browser again and again for multiple time, below second error is shown as:

  • Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1583: 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\319fdbfa\d4467656\CSC7451AF8AE7204B6CA14A4B158BEA80FA.TMP' is not a valid Win32 resource file

For it Screen shot of Compilation Error

And again on multiple time refreshing site, first issue is shown on screen and after that second.

Note

I have tried all the solutions as shared in other posts as:

  1. taskkill /fi "imagename eq webdev.webserver40.exe"
  2. server where website sits, open the command prompt and run the command with framework path: aspnet_regiis.exe -i -
  3. Include 'Min Pool Size =1' in the connection string.
  4. Clear out the temporary ASP.Net files on the server
  5. Clear out the bin folder files

However same application is debugging successfully without any error on my colleagues machine with same environment and configuration.

c#
asp.net
.net
asp.net-mvc
knockout.js
asked on Stack Overflow Jun 17, 2016 by Manveer Singh • edited Jun 17, 2016 by Manveer Singh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0