tagged [symbols]

Slow symbol loading in an ASP.NET Project in VS2012

Slow symbol loading in an ASP.NET Project in VS2012 I'm having an issue with loading symbols on my ASP.NET MVC project. The first time I load visual studio and debug my project, symbols are loaded in ...

How do I create and use a symbol server?

How do I create and use a symbol server? I created a powershell script that gets all the pdb files from the drop location after the build is set to release and copies them to a folder that is shared o...

6 Apr at 11:56

Debug Symbols not loading

Debug Symbols not loading I am trying to configure visual studio to enable me to step into the .net framework source code when I am debugging. I have tried with both Visual Web-Developer-Express-2010 ...

Light-weight Stand-Alone C# Debugger

Light-weight Stand-Alone C# Debugger I've been searching around the internet - and StackOverflow - for some recommendations on some lightweight .NET debuggers, but so far I haven't had a lot of luck. ...

Regex to remove letters, symbols except numbers

Regex to remove letters, symbols except numbers How can you remove letters, symbols such as `∞§¶•ªºº«≥≤÷` but leaving plain numbers 0-9, I want to be able to not allow letters or certain symbols in an...

11 Jul at 11:20

C# and ASP.NET MVC: Using #if directive in a view

C# and ASP.NET MVC: Using #if directive in a view I've got a conditional compilation symbol I'm using called "RELEASE", that I indicated in my project's properties in Visual Studio. I want some partic...