Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throws exception when Visual Studio 2015 launch #151

Closed
daviatorstorm opened this issue Jan 26, 2016 · 4 comments
Closed

Throws exception when Visual Studio 2015 launch #151

daviatorstorm opened this issue Jan 26, 2016 · 4 comments

Comments

@daviatorstorm
Copy link

Having a exception:
26.01.2016 16:13:59: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at MadsKristensen.EditorExtensions.JavaScript.FSPCache.d__6.MoveNext() in C:\projects\webessentials2015\EditorExtensions\JavaScript\Schemas\FSPCache.cs:line 68

I have no projects directory on C drive also any projects folder on it.

@puranjayjain
Copy link

@daviatorstorm I am also facing the same problem and reported it in issue #146 and the cause is very well highlighted by you.

@daviatorstorm
Copy link
Author

@puranjayjain Why is it disabled?

@puranjayjain
Copy link

@daviatorstorm I think it is because of the same error that you are getting, I got that error message sometime after updating the extension to the current release.
I have tried to :

  • clean install vs
  • repair vs
    but to no avail any ideas so as to how it maybe fixed?

@daviatorstorm
Copy link
Author

I tried to find FSPCache.cs file to fix the problem. But without any success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants