Click here to Skip to main content
15,885,244 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: HOW TO DISTINGUISE POINTS OF LINES AND CURVES ??? Pin
TARAK NATH ROY26-May-09 0:01
TARAK NATH ROY26-May-09 0:01 
GeneralRe: HOW TO DISTINGUISE POINTS OF LINES AND CURVES ??? Pin
TARAK NATH ROY26-May-09 0:03
TARAK NATH ROY26-May-09 0:03 
GeneralRe: HOW TO DISTINGUISE POINTS OF LINES AND CURVES ??? Pin
molesworth26-May-09 1:23
molesworth26-May-09 1:23 
GeneralRe: HOW TO DISTINGUISE POINTS OF LINES AND CURVES ??? Pin
TARAK NATH ROY26-May-09 2:15
TARAK NATH ROY26-May-09 2:15 
GeneralRe: HOW TO DISTINGUISE POINTS OF LINES AND CURVES ??? Pin
molesworth26-May-09 3:05
molesworth26-May-09 3:05 
GeneralRe: HOW TO DISTINGUISE POINTS OF LINES AND CURVES ??? Pin
molesworth26-May-09 3:20
molesworth26-May-09 3:20 
QuestionWSE 3.0 setting option is not available Pin
kamaldeepgurhani24-May-09 21:13
kamaldeepgurhani24-May-09 21:13 
QuestionI need to Debug my setup project. Pin
velkumar_in24-May-09 21:05
velkumar_in24-May-09 21:05 
Dear Friends.
Actually i need to debug my setup projects. which is is Release mode.
i can able to debug my projects in Debug mode.
whats is wrong in my coding
public override void Install(System.Collections.IDictionary stateSaver)
{
try
{
System.Diagnostics.Debugger.Launch();
//----
// My Stuff here
//----

}
catch (Exception ex)
{

}
}

And also i tried this instead of
System.Diagnostics.Debugger.Launch();
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
System.Diagnostics.Debugger.Break();
#endif

Please tell me, the solution to debug my project in Release mode.
AnswerRe: I need to Debug my setup project. Pin
Moim Hossain2-Jul-09 9:36
Moim Hossain2-Jul-09 9:36 
QuestionHow to run .net application on Macintosh operating system.? Pin
Piyush Vardhan Singh24-May-09 20:45
Piyush Vardhan Singh24-May-09 20:45 
AnswerRe: How to run .net application on Macintosh operating system.? Pin
molesworth25-May-09 0:10
molesworth25-May-09 0:10 
GeneralRe: How to run .net application on Macintosh operating system.? Pin
Piyush Vardhan Singh25-May-09 1:46
Piyush Vardhan Singh25-May-09 1:46 
GeneralRe: How to run .net application on Macintosh operating system.? Pin
molesworth25-May-09 2:03
molesworth25-May-09 2:03 
Question[Message Deleted] Pin
bfis10813724-May-09 2:20
bfis10813724-May-09 2:20 
AnswerRe: help reading stack trace Pin
Luc Pattyn24-May-09 3:10
sitebuilderLuc Pattyn24-May-09 3:10 
AnswerRe: [Message Deleted] Pin
Luc Pattyn25-May-09 2:07
sitebuilderLuc Pattyn25-May-09 2:07 
Questioncrystal report taking long time for preview Pin
srinisiv24-May-09 1:05
srinisiv24-May-09 1:05 
AnswerRe: crystal report taking long time for preview Pin
ISoftwareDev24-May-09 2:09
ISoftwareDev24-May-09 2:09 
GeneralRe: crystal report taking long time for preview Pin
srinisiv24-May-09 20:25
srinisiv24-May-09 20:25 
GeneralRe: crystal report taking long time for preview Pin
Pete O'Hanlon24-May-09 22:28
mvePete O'Hanlon24-May-09 22:28 
GeneralRe: crystal report taking long time for preview Pin
David Mujica22-Jun-09 16:20
David Mujica22-Jun-09 16:20 
QuestionHow to detect the person who will click the print option in windows application??? Pin
manjari kar23-May-09 0:52
manjari kar23-May-09 0:52 
AnswerRe: How to detect the person who will click the print option in windows application??? Pin
Colin Angus Mackay23-May-09 21:27
Colin Angus Mackay23-May-09 21:27 
GeneralRe: How to detect the person who will click the print option in windows application??? Pin
manjari kar24-May-09 18:28
manjari kar24-May-09 18:28 
Generalread my sig! Pin
Luc Pattyn25-May-09 0:07
sitebuilderLuc Pattyn25-May-09 0: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.