Connection Search Results
You searched for:
items submitted by Fabrice Marguerie for this connection
(signing in could show even more results)
It's now finally possible to customize context menus in Visual Studio. I've used this to customize the "Debugger Project Context Menu | Debug" menu to add "Start Without Debugging" - something I've be…
Created on 11/24/2009 (updated 6 hours ago) | 0 validations | 0 workarounds | 0 comments | feedback id: 513863
|
|
The following code produces and InvalidCastException on the call to ToList:
var query =
from book in dataContext.Books
select new { Rating = book.Reviews.Average(review => review.Rating) };
var r…
Created on 8/2/2007 (updated 119 weeks ago) | 1 validation | 1 workaround | 2 comments | feedback id: 290438
|
|
|
Closed
as Fixed
|
|
On some machines, my add-in does not show up in Visual Studio under "Tools | Add-in Manager...", even though the .addin file is there.
Created on 12/22/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 10 comments | feedback id: 109056
|
|
|
Closed
as Fixed
|
|
Once ASP.NET Development Server has acquired a port, it won't release it even if the server is stopped and does not appear any longer as a tray icon or in the task manager as a process.
When trying t…
Created on 11/8/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 9 comments | feedback id: 109058
|
|
|
Closed
as Not Reproducible
|
|
Changing the port number for web projects while the web server is running gets Visual Studio hold up all the CPU and never return.
Created on 11/3/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 109057
|
|
|
Closed
as Not Reproducible
|
|
In order to access to a project FileCodeModel, we need to call VSWebSite.Load(). But this is very very slow.
It almost makes it unusable, because an addin using this becomes very slow.
Created on 7/27/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 122253
|
|
|
Closed
as Won't Fix
|
|
Project extenders are not working for web projects.
They do work for class libraries, and they do work for web projects in Visual Studio 2003.
Created on 6/20/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 9 comments | feedback id: 109048
|
|
|
Closed
as Not Reproducible
|
|
The properties of projects are not working correctly any more.
Created on 5/28/2005 (updated 180 weeks ago) | 0 validations | 0 workarounds | 8 comments | feedback id: 109047
|
|
|
Closed
as Not Reproducible
|
|
Until now, when you were debugging a C# project, you were able to edit any source file if you wished. This is really useful and I'm using it extensively under VS2003 for quick fixes without having to …
Created on 5/28/2005 (updated 48 weeks ago) | 1 validation | 0 workarounds | 3 comments | feedback id: 106415
|
|
|
Closed
as By Design
|
|