Lev Gimelfarb

Results 11 comments of Lev Gimelfarb

Do you know in context of which Assembly this occurred? Was it a dynamic in-memory assembly?

@Critter79606 Thank you very much for the comprehensive information! I think I know what happened, and this is indeed a bug. The module 'Microsoft.GeneratedCode' (which participated in XML serialization) is...

@filippobottega Apologies it will take me a while to check, as I am travelling at the moment. The screenshots do look a bit off, the Guid parameter shouldn't change -...

Hi @sawilde, Thanks for the suggestion - I must say I didn't consider it. You are right it can help with projects where strong naming is a requirement. I know...

The "system error 5" means ACCESS_DENIED. This is a common error when starting to listen on a URL with http.sys API. The URL reservation has to be [explicitly allowed](http://msdn.microsoft.com/en-us/library/windows/desktop/cc307223%28v=vs.85%29.aspx). Jump...

I have added the explanation of the fix in the comment for the issue #40 .

I have a fix and will be submitting a pull request for this. **Update**: pull request is #41. Apologies about the 2 identical commits below, I am still learning how...

Now for the explanation of the problem and the fix. The crash happens in the native module `httpsys.cc` line 1490: ``` cpp void httpsys_write_callback(uv_async_t* handle, int status) { ... //...

@jmatthiesen - Thank you for working on the RequireJS support in VS, I've also been trying last few weeks to get it to work. I was excited to download the...

@jmatthiesen - Absolutely, I created a [bug report](https://connect.microsoft.com/VisualStudio/feedbackdetail/view/955524) on Connect site. Thanks for the quick response!