Search Result

Collapse
9 results in 0.0040 seconds.
Keywords
Members
Tags
debug
  •  

  • How can I debug a form calling an openFileDialog?

    Gentle Advisors,
    I have a form where a button selects an image and passes it on a control of this form and an other one.
    I wanted to debug the statements but I got an error message at the source line
    Code:
    if (openFileDialog1.ShowDialog() == DialogResult.OK)
    :

    "Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttrib ute marked on it.
    ...
    See more | Go to post

  • declaration terminated incorrectly... what could be the problem?

    Hi! I'm new in turbo C... and I'm trying to make a Program to calculate the product of two numbers.
    please help me! I'm using Turbo C v3.0

    this error occured:
    25:Declaration terminated incorrectly

    Code:
    #include<stdio.h> 
                                                                
    int a, b, c;                                                                 
    int product (int
    ...
    See more | Go to post

  • declaration terminated incorrectly... what could be the problem?

    Hi! I'm new in turbo C... and I'm trying to make a Program to calculate the product of two numbers.
    please help me! I'm using Turbo C v3.0

    this error occured:
    25:Declaration terminated incorrectly

    Code:
    #include<stdio.h> 
                                                                
    int a, b, c;                                                                 
    int product (int
    ...
    See more | Go to post

  • NeoPa
    started a topic How to Debug SQL String

    How to Debug SQL String

    Overview

    One of the most popular (frequently occurring rather than best liked) problems we get here is with SQL strings being created/manipulated in VBA code. This is also true in other coding environments, but I'll work here with the VBA situation.


    Explanation

    The reason this is so difficult is that all the work is being done at a level of redirection. What I mean by this is that the coder is never...
    See more | Go to post
    Last edited by NeoPa; Dec 16 '11, 12:47 AM. Reason: Added third potential solution

  • mysticwater
    started a topic Why is there no release mode in Xcode?

    Why is there no release mode in Xcode?

    Hi,

    there seems to be no release mode option in xcode for me... I only see the debug mode option, there are no other options!

    I want to release my app so that it can be run without compiling it first in xcode thus i wanted to change the build from debug to release....

    anyone else experience the same problem? Do I need to first configure the release build????
    See more | Go to post

  • Breakpoints not being hit in a Webservice hosted in IIS

    I am trying to debug a webservice that is hosted in IIS. When I open it through Visual Studio as a website, put a breakpoint and run it, it is executing as expected but none of the breakpoints are being hit.
    When I remove the virtual directory from IIS, I am able to hit the break points.

    One of the suggested solutions was to attach aspnet_wp process during Debug. But the aspnet_wp is not running on the system (I have checked...
    See more | Go to post

  • Sapna DSouza
    started a topic Debug C dll

    Debug C dll

    Hi,

    I want to debug a C dll that is being called by my C# code. I want to put break points in the function that C# calls. once i run the code in c# it does not step into the c code that i expect it to step into. i have followed the following steps:

    1) in c# i have set the option of enabled unmanaged code debugging
    2) i the c dll codes properties, under debug i have mentioned the .exe of the c# code that will call...
    See more | Go to post

  • robygus
    started a topic Debug c++ dll vs2005 with test exe ( No debug Info )
    in C

    Debug c++ dll vs2005 with test exe ( No debug Info )

    Hello

    I'm tring to debug a DLL using an application ( I'm creating an extension of postgres function ), but when I try to run debug dll the vs2005 say me "no debug information for application pgadmin.exe, symbols not found". I don't know the way pgadmin.exe has been compiled , but I have to debug extension and I don't know how to do it.
    Please Help !!!!!

    Bye
    Robygus
    See more | Go to post

  • Visual Studio 2008 Debugger exits without stepping into code

    Hi,

    I am using VS 2008 and when I am debugging the code, it jumps out of the code after it hits the break point. F10 or even F11 doesnt go to the next line. I will have to keep adding break points on every line. Does anyone know what this problem is?
    See more | Go to post
Working...