|
Apr
27 |
|
awarded | Yearling |
|
Mar
22 |
|
comment |
GIT: "fatal: unable to write new_index file" while commit Yep, 0 bytes free on my disk was causing this error. |
|
Mar
11 |
|
asked | angularjs how to avoid dynamic html compilation in controller? |
|
Nov
27 |
|
revised |
Visual Studio 2010 Browse To Find Source fixed grammar |
|
Nov
19 |
|
revised |
Visual Studio 2010 Browse To Find Source improved spelling |
|
Nov
19 |
|
revised |
Visual Studio 2010 Browse To Find Source clarified the answer with more details |
|
Jul
21 |
|
awarded | Notable Question |
|
Apr
27 |
|
awarded | Yearling |
|
Apr
9 |
|
awarded | Nice Answer |
|
Mar
2 |
|
awarded | Nice Question |
|
Feb
15 |
|
revised |
Silverlight IsolatedStorageFile.IncreaseQuotaTo improved answer |
|
Feb
15 |
|
revised |
Comparing object properties in c# improved answer |
|
Jan
24 |
|
revised |
Comparing object properties in c# fixed grammar |
|
Jan
12 |
|
awarded | Popular Question |
|
Dec
22 |
|
awarded | Necromancer |
|
Dec
7 |
|
awarded | Popular Question |
|
Nov
15 |
|
comment |
Visual Studio 2010 Browse To Find Source If that's the case, then the pdb Microsoft Symbol Server is giving you doesn't contain source line number informations, hence it is unusable for debug stepping purposes. You can double check this by using dia2dump to look inside the pdb MS is giving you. Unfortunateley, this happens quite often because of patches. The options I know of are: reflector pro, VM with a .net framework version where there is a good System.Web pdb from MS or download the .net sources from referencesource.microsoft.com/netframework.aspx and look inside them (without debugging). |
|
Nov
14 |
|
comment |
Visual Studio 2010 Browse To Find Source @abatishchev you can't enable it. The first step you do if you get “No source code available” is right click on the top call-stack instruction, choose “Symbol Load Information” and be sure you have a “Symbols loaded” message somewhere there. If you don’t see any “Symbols loaded”, then you should try placing the pdb at one of the locations which is listed there. Also the pdb has to have source line numbers information inside it. |
|
Oct
24 |
|
accepted | WeakEvent garbage collection in C# |
|
Oct
17 |
|
asked | WeakEvent garbage collection in C# |