Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error: The given path's format is not supported. Pin
Vasudevan Deepak Kumar27-Aug-07 22:21
Vasudevan Deepak Kumar27-Aug-07 22:21 
AnswerRe: Error: The given path's format is not supported. [modified] Pin
Martin#27-Aug-07 22:23
Martin#27-Aug-07 22:23 
GeneralRe: Error: The given path's format is not supported. Pin
Lutosław27-Aug-07 22:36
Lutosław27-Aug-07 22:36 
GeneralRe: Error: The given path's format is not supported. Pin
Martin#27-Aug-07 22:38
Martin#27-Aug-07 22:38 
GeneralRe: Error: The given path's format is not supported. Pin
Vasudevan Deepak Kumar27-Aug-07 23:06
Vasudevan Deepak Kumar27-Aug-07 23:06 
QuestionNo source code available Pin
kbalias27-Aug-07 22:03
kbalias27-Aug-07 22:03 
AnswerRe: No source code available Pin
Vasudevan Deepak Kumar27-Aug-07 22:24
Vasudevan Deepak Kumar27-Aug-07 22:24 
AnswerRe: No source code available Pin
Lutosław27-Aug-07 22:27
Lutosław27-Aug-07 22:27 
I did.

1.) It happens when an exception occurs within Framework .NET. The solution is to put a breakpoint before a certain excpetion occurs (you have to find out an approximate location in the code) and then debug step by step up to the broken code. The fastest way is to put a breakpoint before the method call (not inside it's body).

2.) Check if your use "Debug" configuration (not "Release"), because some stuff may be optimized out.

3.) You are able to debug only if you reference to a project (when u can access the code through IDE), not just a DLL file.

Greetings - Gajatko

Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.

QuestionGet external application name Pin
Lilupa27-Aug-07 21:56
Lilupa27-Aug-07 21:56 
AnswerRe: Get external application name [modified] Pin
Martin#27-Aug-07 23:50
Martin#27-Aug-07 23:50 
GeneralRe: Get external application name Pin
Lilupa28-Aug-07 5:59
Lilupa28-Aug-07 5:59 
GeneralRe: Get external application name Pin
Martin#28-Aug-07 6:14
Martin#28-Aug-07 6:14 
QuestionModify the App.Config File at Run Time Pin
BhuMan27-Aug-07 21:48
BhuMan27-Aug-07 21:48 
Questionmemory exception Pin
arkiboys27-Aug-07 21:25
arkiboys27-Aug-07 21:25 
AnswerRe: memory exception Pin
Martin#27-Aug-07 22:25
Martin#27-Aug-07 22:25 
AnswerRe: memory exception Pin
Vasudevan Deepak Kumar27-Aug-07 22:28
Vasudevan Deepak Kumar27-Aug-07 22:28 
AnswerRe: memory exception Pin
Rudolf Jan28-Aug-07 9:05
Rudolf Jan28-Aug-07 9:05 
QuestionSorted List and Garbage Collector Pin
JoZ CaVaLLo27-Aug-07 21:14
JoZ CaVaLLo27-Aug-07 21:14 
AnswerRe: Sorted List and Garbage Collector Pin
Martin#27-Aug-07 22:20
Martin#27-Aug-07 22:20 
GeneralRe: Sorted List and Garbage Collector Pin
Luc Pattyn28-Aug-07 0:54
sitebuilderLuc Pattyn28-Aug-07 0:54 
GeneralRe: Sorted List and Garbage Collector Pin
Martin#28-Aug-07 1:01
Martin#28-Aug-07 1:01 
AnswerRe: Sorted List and Garbage Collector Pin
Luc Pattyn28-Aug-07 0:59
sitebuilderLuc Pattyn28-Aug-07 0:59 
Questionpicture viewer?? Pin
jith - iii27-Aug-07 21:14
jith - iii27-Aug-07 21:14 
AnswerRe: picture viewer?? Pin
Christian Graus27-Aug-07 21:19
protectorChristian Graus27-Aug-07 21:19 
GeneralRe: picture viewer?? [modified] Pin
jith - iii27-Aug-07 22:07
jith - iii27-Aug-07 22:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.