473,386 Members | 1,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Q: Deploy apps with debug info.

Hi!

I have created an application that doesn't quite work on my co-workers
computer.
I want to install the app with debug information, in my crazy mind i thought
that when an exception was thrown, a window would appear giving me a bit
information, but noo...

He is running windows 2k... What do i have to do in order to fix that?

Regards

Martin
Nov 17 '05 #1
2 1603
Hi,

When you compile an app in debug mode actually is only a compiler
definition. So you remove some ASM enhancements, arithmetic flows, etc. Also
you build the PDB with symbols for your program. This means that if you have
your debugger you can attach you code and the symbols will be associated with
your code, that's all.

Actually what you should do is catching the exceptions and use the different
types of logging that .NET provides you, log files, events, etc. There you
can dump all the information that you need.

Best regards
Salva

"Visual Systems AB (Martin Arvidsson)" wrote:
Hi!

I have created an application that doesn't quite work on my co-workers
computer.
I want to install the app with debug information, in my crazy mind i thought
that when an exception was thrown, a window would appear giving me a bit
information, but noo...

He is running windows 2k... What do i have to do in order to fix that?

Regards

Martin

Nov 17 '05 #2
well, first of all nothing... debug info is used by a debugger in order to
get at the contents of your source code for purposes of debugging, but you
can't just have better errors popup just because you've included debug info.
If you do not have access to a debugger on your other computers then you
must resort to adding your own debug info in the way of error trapping and
showing messages along the way that will help you to see what is going on.
Or writing to a text file as you run through the program.

There may be other tricks that work better as well, but just including debug
info won't help you with your problem.

good luck,

glenn
"Visual Systems AB (Martin Arvidsson)" <ma**************@vsab.net> wrote in
message news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi!

I have created an application that doesn't quite work on my co-workers
computer.
I want to install the app with debug information, in my crazy mind i thought that when an exception was thrown, a window would appear giving me a bit
information, but noo...

He is running windows 2k... What do i have to do in order to fix that?

Regards

Martin

Nov 17 '05 #3

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

Similar topics

1
by: Visual Systems AB \(Martin Arvidsson\) | last post by:
Hi! I have created an application that doesn't quite work on my co-workers computer. I want to install the app with debug information, in my crazy mind i thought that when an exception was...
3
by: Nus Pieds | last post by:
Hi, I create and develop my ASP.NET apps locally on my PC, which is running IIS. Now I want to deploy those apps on another web server (application run-time only), so what exactly are the...
2
by: Zeroman | last post by:
Hello all, I'm new for .NET. I try to deploy new application. When I do step by step to deploy web. The Step Add project Output Group,It don't have 'PRIMARY output' to select but only has Content...
4
by: Tim Brooks | last post by:
All, Not sure where else to go. I have: VS2005, XP SP2 Media Center, IIS5.1 Problem: Apps developed (even simple "Hello WOrld") apps simply won't deploy properly to either my local IIS...
11
by: martin1 | last post by:
Hi, I want o deploy window app to another PC, which does not .Net 2.0 component. The window app has some .Net 2.0 support, so how to deplot the app to that PC? Thanks
10
by: morangolds | last post by:
Hi, I've been having a problem with C++ Windows Forms apps not "ending" when you close the form window. I've searched about this problem all over the place and most searches have lead me to...
4
by: Hardy Wang | last post by:
Is there a way I can disable Web Deploy Project to run while I am in debug mode? I think Web Deploy Project is very foolish, it could not detect if code of a website is changed or not, it will...
6
by: AGP | last post by:
I resisted for many years but I've just written my first app in .NET2005 and am looking to deploy my app with a third-party installer. ClickOnce and the VS Installer do not meed my needs and I am...
6
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.