P
Phil Jollans
Hi,
I have an error dialog which shows the stack trace, usually without line
numbers in the release version. To try to diagnose a particular problem, I
have provided a user with a debug version of my program, and now line
numbers do appear.
However, there is no line number at the top level in the stack, as shown
below:
System.IO.FileNotFoundException
at MultiLang.modResXUtil.ExportToResx_AllStr_SelLang(ICollection
SelectedLanguages)
at MultiLang.ctlToolWindow.ContextMenuExportResources() in
D:\MultiLang.NET\MultiLangVS2003\MultiLang\Controls\ctlToolWindow.vb:line
9452
at MultiLang.ctlToolWindow.ContextMenuResource(Object sender,
EventArgs e) in
D:\MultiLang.NET\MultiLangVS2003\MultiLang\Controls\ctlToolWindow.vb:line
9578
After adding debug messages, I am coming to the conclusion, that the program
may not even be entering the function shown at the top level.
What does it indicate, that there is no line number at the top level?
Could it mean that an error occured in the Just-In-Time compiler, so that
the function could not be called.
Thanks in advance for any quick help.
Apologies for posting to more than one newsgroup, but I am anxious to get
quick help on this problem.
Phil
I have an error dialog which shows the stack trace, usually without line
numbers in the release version. To try to diagnose a particular problem, I
have provided a user with a debug version of my program, and now line
numbers do appear.
However, there is no line number at the top level in the stack, as shown
below:
System.IO.FileNotFoundException
at MultiLang.modResXUtil.ExportToResx_AllStr_SelLang(ICollection
SelectedLanguages)
at MultiLang.ctlToolWindow.ContextMenuExportResources() in
D:\MultiLang.NET\MultiLangVS2003\MultiLang\Controls\ctlToolWindow.vb:line
9452
at MultiLang.ctlToolWindow.ContextMenuResource(Object sender,
EventArgs e) in
D:\MultiLang.NET\MultiLangVS2003\MultiLang\Controls\ctlToolWindow.vb:line
9578
After adding debug messages, I am coming to the conclusion, that the program
may not even be entering the function shown at the top level.
What does it indicate, that there is no line number at the top level?
Could it mean that an error occured in the Just-In-Time compiler, so that
the function could not be called.
Thanks in advance for any quick help.
Apologies for posting to more than one newsgroup, but I am anxious to get
quick help on this problem.
Phil