473,587 Members | 2,229 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

making sense of unhandled stack traces: +393, +195...

First, I borrowed the below stack trace from another posting as an
example of the sort of issue I have with my own software. When I see
stack traces like this from my own software, I do not understand what
the +393, +195 numbers are for that come at the end of each line.

Question: Does anyone know what these +###s refer to or how I should
interpret them?

Stack Trace:

[UnauthorizedAcc essException: Access to the path
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\riskclien t\f9b11085\d1ce f5aa" is denied.]
System.IO.__Err or.WinIOError(I nt32 errorCode, String str) +393
System.IO.Direc tory.InternalCr eateDirectory(S tring fullPath, String
path)
+632
System.IO.Direc tory.CreateDire ctory(String path) +195
System.Web.Comp ilation.Preserv edAssemblyEntry .DoFirstTimeIni t(HttpContext
context) +85

System.Web.Comp ilation.Preserv edAssemblyEntry .EnsureFirstTim eInit(HttpConte x
t context) +97

System.Web.Comp ilation.Preserv edAssemblyEntry .GetPreservedAs semblyEntry(Htt p
Context context, String virtualPath, Boolean fApplicationFil e) +29
System.Web.UI.T emplateParser.G etParserCacheIt emFromPreserved Compilation()
+91
System.Web.UI.T emplateParser.G etParserCacheIt emInternal(Bool ean
fCreateIfNotFou nd) +148
System.Web.UI.T emplateParser.G etParserCacheIt emWithNewConfig Path()
+125
System.Web.UI.T emplateParser.G etParserCacheIt em() +88
System.Web.UI.A pplicationFileP arser.GetCompil edApplicationTy pe(String
inputFile, HttpContext context, ApplicationFile Parser& parser) +171
System.Web.Http ApplicationFact ory.CompileAppl ication(HttpCon text
context)
+43
System.Web.Http ApplicationFact ory.Init(HttpCo ntext context) +485
System.Web.Http ApplicationFact ory.GetApplicat ionInstance(Htt pContext
context) +170
System.Web.Http Runtime.Process RequestInternal (HttpWorkerRequ est wr)
+414
Nov 16 '05 #1
0 1261

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

85
3230
by: masood.iqbal | last post by:
I know that this topic may inflame the "C language Taleban", but is there any prospect of some of the neat features of C++ getting incorporated in C? No I am not talking out the OO stuff. I am talking about the non-OO stuff, that seems to be handled much more elegantly in C++, as compared to C. For example new & delete, references, consts,...
7
4677
by: Manu | last post by:
Hi! How can i make the .net applications run faster on user computers. I have used .net a lot and proagrammed int it. But the applications developed using ..net framework are very slow when compared to other progrmming tools like VB6.
0
215
by: Frank | last post by:
First, I borrowed the below stack trace from another posting as an example of the sort of issue I have with my own software. When I see stack traces like this from my own software, I do not understand what the +393, +195 numbers are for that come at the end of each line. Question: Does anyone know what these +###s refer to or how I should...
5
2170
by: Boniek | last post by:
Hi I define a public property in a new form and I can see this property in table of Properties in Visual. How I can hide this property to see only in code ? Thank's Boniek
7
2670
by: Chuck Hartman | last post by:
I have a Windows service that requests web pages from a site using an HttpWebRequest object. When I try to request a page from an ASP.NET 2 site, I get a WebException with message "The remote server returned an error: (500) Internal Server Error." I found a post that suggested to catch the WebException to retrieve the actual HttpWebResponse...
5
3379
by: Simon Tamman {Uchiha Jax} | last post by:
Now this is bugging me. I just released software for a client and they have reported an unhandled stack overflow exception. My first concern is that the entirity of the UI and any threaded operations are all within Try Catches to help me locate the problem and the origination of any problem by specifiying an error code in the "Catch"...
2
2283
by: robert | last post by:
When employing complex UI libs (wx, win32ui, ..) and other extension libs, nice "only Python stack traces" remain a myth. Currently I'm hunting again a rare C-level crash bug of a Python based Windows app with rare user reports - and still in the dark (I get snippets of machine stack traces / screenshots with random "mem. access error" /...
14
7526
by: Ben Voigt | last post by:
Under certain circumstances I get: First-chance exception at 0x7c812a5b (kernel32.dll) in LTMGUI.exe: 0xC0020001: The string binding is invalid. First-chance exception at 0x7c812a5b (kernel32.dll) in LTMGUI.exe: Microsoft C++ exception: at memory location 0x00000000.. Unhandled exception at 0x7c812a5b (kernel32.dll) in LTMGUI.exe:...
4
11379
by: call_me_anything | last post by:
Here is a code to have a debug printf : #ifdef DEBUG #define DEBUG_printf(...) {printf(":",__FUNCTION__);printf(__VA_ARGS__);printf("\n");} #else #define DEBUG #endif int main () {
0
7915
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8205
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7967
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5712
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3872
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2347
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1452
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.