I'm have the following situation with a Visual Studio 2003 app. When I execute it via web browser it behaves in a wrong "logical" mode (no error screen).
When I execute it in debug mode (step by step) it behaves fine (all variables gets values according to expectations), and expected final result is ok.
The directory files is the same for both execution escenarios (Only one IIS virtual directory)
It has happened to anyone? Any ideas to attain the solution?
Write to j u a n m a d i a z AT h o t m a i l . c o m
juanmadiaz
0 Points
1 Post
Visual Studio 2003: Debug mode vs. Run mode Diference
Jun 30, 2010 02:37 PM|LINK
Hi,
I'm have the following situation with a Visual Studio 2003 app. When I execute it via web browser it behaves in a wrong "logical" mode (no error screen).
When I execute it in debug mode (step by step) it behaves fine (all variables gets values according to expectations), and expected final result is ok.
The directory files is the same for both execution escenarios (Only one IIS virtual directory)
It has happened to anyone? Any ideas to attain the solution?
Write to j u a n m a d i a z AT h o t m a i l . c o m
Visual studio .Net 2003 Error
XiaoCheng Fa...
All-Star
17743 Points
1414 Posts
Re: Visual Studio 2003: Debug mode vs. Run mode Diference
Jul 02, 2010 07:25 AM|LINK
Hi,
As release mode will remove DEBUG constant and optimize your code. Did you use any debug feature in your code?
Can you provide more info about the issue lays in the release mode? It's difficult to find what causes this from your description.
I'm looking forward for your reply.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework