G
Glyn Meek
When one gets an error message of the format:
ArgumentException
Could not find resource assembly
Strings::Mid+0x2e
Opportunity::isYYYYMMDD+0X29F
Opportunity::XmlOpportunityProcess+0x260
PocketSalesManager::LoadTree+0x1ce
PSMLogo:SMLogo_Load+0x3ba
Form::OnLoad+0x15
Form::_SetVisibleNotify+0x1d
Control::set_VisibleNotify+0x1f
Application::Run+0x7
what tools are available in the development/debug environment to tell me
which source code instruction corresponds to a hex offset such as :
Opportunity::isYYYYMMDD+0X29F
I can figure out which routine I am in, but cannot figure out how to get the
object code<->source code mappings anywhere. (I remember (back in the
day...LOL) when you could get printouts which would list source code down
the left hand side of those giant 11"x17" sheets of paper, and the generated
assembler code with offsets was listed down the right hand side along with
the hex machine code...ahhh, the good old days !)
Does anything like this exist for VB?
I can't reproduce this error in the debugger and go straight to the line in
error, because this was reported to me by a user and I cannot reporduce the
error but want to 'dig around' in the relevant code.
Thanks
Glyn
ArgumentException
Could not find resource assembly
Strings::Mid+0x2e
Opportunity::isYYYYMMDD+0X29F
Opportunity::XmlOpportunityProcess+0x260
PocketSalesManager::LoadTree+0x1ce
PSMLogo:SMLogo_Load+0x3ba
Form::OnLoad+0x15
Form::_SetVisibleNotify+0x1d
Control::set_VisibleNotify+0x1f
Application::Run+0x7
what tools are available in the development/debug environment to tell me
which source code instruction corresponds to a hex offset such as :
Opportunity::isYYYYMMDD+0X29F
I can figure out which routine I am in, but cannot figure out how to get the
object code<->source code mappings anywhere. (I remember (back in the
day...LOL) when you could get printouts which would list source code down
the left hand side of those giant 11"x17" sheets of paper, and the generated
assembler code with offsets was listed down the right hand side along with
the hex machine code...ahhh, the good old days !)
Does anything like this exist for VB?
I can't reproduce this error in the debugger and go straight to the line in
error, because this was reported to me by a user and I cannot reporduce the
error but want to 'dig around' in the relevant code.
Thanks
Glyn