0
votes
1answer
16 views

Stacktrace on remote server points to local directory

In order to troubleshoot an issue with a remote server, I copied over the non-compiled ASP.NET application to the server. The stacktrace indicates the code is located in ...
0
votes
1answer
47 views

Weird behaviour in asp.net/C# web app

I've been trying to solve some UI issues I had on my website. I realized that my web app was moving textboxex, dropdownlists, etc.. when after I was putting values on them. They passed from being on ...
0
votes
0answers
18 views

Mono ASP.NET Trace does not work

I have a trouble with ASP.NET Trace.axd file. Config file is next: <configuration> <system.diagnostics> <trace autoflush="true" indentsize="4"> <listeners> ...
1
vote
0answers
20 views

“Unable to step. Process is not synchronized” error in VS2010 after upgrading .NET Framework

I had Visual Studio 2010 installed on my Windows 7 desktop, that I was using primarily to debug ASP.NET solutions. Everything was working great, until one of the Windows updates installed a new ...
0
votes
0answers
17 views

Debug a service in a network server from my computer

I'm installing my service in a server I have in the network. But I want to debug it in there, because the behaviour is not going to be the same that in my computer. But I dont want to install Visual ...
0
votes
0answers
18 views

Script Documents in Visual Studio 2012 for Firefox

I know how to debug scripts and aspx controls using Visual Studio and Internet Explorer (Script Documents). However in IE app works very well. On the other hand in Firefox (latest) I get many errors ...
0
votes
0answers
32 views

Interpreting WinDbg for w3wp.exe crashes

I am getting frequent crashes of an ASP.NET 4.0 website on a production server and managed to get hold of a crash dump file to analyze. I don't have much experience working WinDbg but with lots of ...
1
vote
0answers
35 views

Asp.NET application is supressing errors on localhost.. Why?

I am working on a web application, developing in VS 2012, and have lately been deploying fairly often to a test server. I keep a separate web.config for deployment, as I got tired of copying and ...
1
vote
1answer
43 views

Looking for ASPX and C# debugging alternatives

I have an interesting and rare situation. There is an single stand-alone ASPX and C sharp file I am debugging. It is not part of a project or web site. It runs with other files and libraries ...
0
votes
0answers
30 views

Timeout on ASP.default_aspx.ProcessRequest

In my production server I have an ASP.NET application, and it sometimes is reporting a timeout in the page Default.aspx. However, when I use DebugDiag to find the problem, it always shows the stack ...
1
vote
1answer
54 views

Debug Typescript with breakpoints in Visual Studio

i use typescript 0.8.3.1 in an mvc4 project in VS2012. I can set breakpoints in the ts file but when i debug in internet explorer VS says The breakpoint will not be currently hit. No symobls are ...
0
votes
0answers
28 views

Attach to web application debug issue

I have my web app hosted on my local machine, and I try to debug it. I always use Attach to process to do this. BUT. Sometimes when I reach breakpoint and press F10 debugger just continue to run app ...
0
votes
0answers
39 views

Breakpoint will not currently be hit, no executable code associated with this line

Before we start, I did check this question first, and it didn't help as implementation was different. This guy was told to delete all exes, dlls and pdb files and recompile. My app is a standard ...
2
votes
2answers
65 views

Assertions C# + When to use them

I have seen couple of posts regarding usage of Debug.Assert in C#. But I still have one doubt, may be its repeated, but I need to ask. Is there a strict rule that Debug.Assert should be used only for ...
0
votes
0answers
98 views

visual studio debug error unable to start program no more files

System info: Win 7 x64 SP 1, IE 10, Visual Studio 2010 I've been researching this error all over. visual studio debug error: "unable to start program (File path) no more files" This started with ...
0
votes
2answers
54 views

Setting start page when debugging ASP.NET not working

I am using Visual Studio 2012. In my solution explorer I would normally right click on a ASPX file and click on "Set as Start Page". When running the website, it would then start with that page. ...
0
votes
0answers
42 views

need further explanation of “no symbols have been loaded” error

I have seen the posts on this site about the following error: The breakpoint will not currently be hit. No symbols have been loaded for this document. But, the problem descriptions and solutions ...
0
votes
1answer
31 views

Exception Debugging using Unity IOC

I'm having issues getting good Exception information when using Microsoft.Practices.Unity to load some classes dynamically. The code is on a remote server and I'm using ELMAh to capture errors. I ...
0
votes
1answer
45 views

C# Step Into variable list

There usually is a variable list at the bottom of the screen that helps me follow the value of different variables in my app while using the f11 'step into' function, but since I updated to web ...
0
votes
0answers
36 views

Object Reference not set to an instance of an object in VS 2012

i have done this a thousand times. this is my first time doing so in Visual Studio 2012 though. I have reduced my code to the following: In the App_Code Folder I have a DALbatter class that looks ...
1
vote
2answers
189 views

Unable to do 'add a Button to the Sitecore Content Editor Ribbon to Debug Any Item in Any Database'

I have tried to create a debug button as shown below taking reference from link#3 in bottom, I have compiled and configured the button in core database and configured the Commands.config but I am ...
0
votes
2answers
38 views

VS2008 on Windows 8 stepping through when debugging a web-app takes a long time

When I try to step through a web-app via F10 key in VS2008 running on Windows 8 Pro it takes about 3 seconds for each step through to complete. On windows XP and windows 7 running VS2008 debugging ...
1
vote
4answers
95 views

Is there some way to save objects to disk in Visual Studio 2012?

I'm hunting for a bug, and it would be really helpful if I could dump the contents of the objects my Locals Window to a file so that I could compare it in Notepad++ with another object record that ...
1
vote
0answers
83 views

Remote debugging asp.net web application with external IP

I try to install remote debugger in my remote machine, and connect to it in my local computer, using visual studio 2012 for asp.net web application, windows8. remote and local computers are not in the ...
4
votes
2answers
144 views

system.web.compilation.debug vs. system.codedom.compilers.compiler.compilerOptions /define:Debug=True

When I deploy my ASP.NET web app to production, I use a config transform to remove debug="true" from <compilation>. However, just today I noticed another section in the web.config that looks ...
1
vote
1answer
57 views

How do I debug inside the System.Web.Compilation.BuildManager

How do you debug events inside System.Web.Compilation.BuildManager? And in what stage of the IIS/ASP.net lifecycle is it called? The problem is I have some code that uses the ...
1
vote
1answer
115 views

Debugging javascript in ASP.NET project

I'm just starting doing js development, my experience with server-side, XAML, etc. I'm used to intellisence and nice debug experience. Now I'm struggling. What is the best combo for debugging asp.net ...
1
vote
2answers
106 views

Can I step through the source of my IIS 7 deployed MVC app?

I'd like to step through the source code of my MVC application that I just deployed locally on an IIS 7 server. Is it possible? How?
0
votes
1answer
31 views

Debug parameter in system.web part of the web.config file in my ASP.NET web application

I'm trying to find out some info on what does debug parameter do in this line of the web.config file for my web application: <system.web> <compilation targetFramework="4.0" ...
1
vote
2answers
85 views

TraceSource : Custom TraceListener not working

I'm using TraceSource to log the ASP.Net application. To change the output format I need to create own TraceListener instead of TextwriterListener. <trace> <listeners> ...
0
votes
2answers
96 views

VS starts IE in compatibility mode

Visual Studio 2012 always starts IE in compatibility mode. Is it possible to run ie10 instead from VS?
2
votes
1answer
307 views

StackTrace/StackFrame don't return expected info in a production environment

I use the following method in my ASP.NET web application to receive the stack trace for an exception: public static void getStackTraceInfo(System.Diagnostics.StackTrace trace) { for (int i = 0; i ...
1
vote
1answer
34 views

Locating bug in complex application

This is going to be a very general question. I'm hoping to find some tool or trick within Visual Studio 2010 that I don't know about. Long story short, I'm taking over a very big accounting ...
0
votes
2answers
121 views

How can I debug a working directory *.aspx.cs file when running the main project in ASP.NET (using Visual Studio (2010))?

Okay, first things first, I don't usually develop ASP.NET applications and nor do I regularly use Visual Studio. I'm not entirely sure if the title to this question makes a whole lot of sense, so let ...
0
votes
2answers
105 views

SharePoint HttpHandler debug issue - AdaptiveImages

We're working on making SharePoint responsive. Part of the deal is to have responsive images. I would very much like to start with an IHttpHandler ala https://github.com/davemcdermid/AdaptiveImages ...
0
votes
3answers
47 views

the debugging finish without completing the debug

I debug my code as usual , and put set of break points but i note that the debugging finish without completing the cycle !! and this is happened in a dummy manner . How to fix this problem ?
0
votes
0answers
72 views

Facebook OpenGraph and Asp.Net application can't pass debug tool validation

We want to add open graph functionality to our facebook app. I've following the tutorial on facebook.com with simple cook recipe application. It is work ok when i use just simple .html page for open ...
10
votes
2answers
520 views

ASP.NET Hang - Generic Dictionary concurrency issues causes GC deadlock

In the last month our ASP.NET web app has stopped responding to requests and we have had to reset the app pool to get it back up. We are having trouble identifying the exact cause of the issue, as ...
0
votes
3answers
99 views

VS2008 - Unable to start debugging

I am getting the error when I try to debug my application, its build successfully also its not showing me any error.But once I start debugging its showing me the error and even Help button redirects ...
1
vote
1answer
487 views

Error in Global ASAX: File Does Not Exist

I am trying to understand what error occurred that sent me to the Global ASAX OnError handler. using System; using System.Web; namespace GLSS.Components.HttpModules { public class ExceptionModule ...
2
votes
0answers
74 views

Need help trying to replicate Microsoft steps in WinDBG [closed]

We sent this dump to MS and they sent us back these results. I am trying to replicate this so that we can find out why the web app crashed on a different server. My comments start with @@@. Any help ...
0
votes
0answers
185 views

Visual Studio 2012 hangs, when observing an Collection while debugging ASP.Net 3.5

for some time i've got a problem debugging my asp.net 3.5 Application with Visual Studio 2012. Each Time i want to observe which values are in an Collection,List or similar classes, Visual Studio ...
0
votes
1answer
89 views

Asp.net web application with vb.net in codebehind VS2005

I´d like to know if there is any way to edit the codebehind of an Asp.net web application while debugging? When I try this, a message is displayed on the status bar saying "cannot currently modify ...
2
votes
3answers
59 views

Is there some debug tools to show the result in a flat table

I want to ask if there 's some debug tools to show the result in a flat table to facilitate finding any logical errors . For Example :: Now I want to see all these rows in a flat table instead of ...
1
vote
1answer
119 views

debugger does not stop on error

I'm working on Asp.net MVC4 project using Visual Studio 2012. When there's an error during debugging, it used to stop on the error. But suddenly, the debugger does not stop and just spit out the ...
1
vote
1answer
37 views

Visual Stuido 2010 Disable Debugging of External Websites

I am improving an ASP.Net website using VS2010. As part of the payment flow I need to redirect to an external website (like Paypal) to process the payment before returning to my website, however this ...
2
votes
1answer
117 views

ASP.NET Trace - Custom HttpModule

We have developed our custom HttpModule. Now I want to add ability to trace it, and see the trace results in standart ASP.NET tracing page (or trace.axd). I try to use ...
1
vote
1answer
684 views

Web API in MVC Project isn't hitting breakpoints (“symbols not loaded”)

I have an ASP.NET MVC project, with an ASP.NET web api defined as an area in this project. So the structure is the following: MVC Web Controllers Views Areas API (web API) ...
-2
votes
1answer
28 views

how to Debbuging sharepoint 2007 feature with spitemeventreciever code in visual studo 2008 with break points

Hi i developed a small code in sharepoint which will copy one list items to another list,when i debug in visual studio to track error ,the break point isn't firing .Initially it was working fine but ...
1
vote
2answers
114 views

Visual Web Developer 2010 skipping breakpoints

My Visual Web Developer Express 2010 project has started skipping breakpoints, regardless of where I put them. For example, break point at [*]: public string login(string username, string password) { ...

1 2 3 4 5 11