Thread: Release and Debug builds dont work

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    6

    Release and Debug builds dont work

    when i build me release and debug builds neither work. But when i run the program through the IDE there is no problem

    anybody know why this is happening

    Cheers


    GAR!

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    Make sure the computer you run the application you made has the .NET Framework installed. It should work on your computer though because you have VS.NET installed. What's the error if any?

    Anyways, here's the link for the client .NET Framework. A small 20mb download and needed on every computer to run .NET apps.

    http://msdn.microsoft.com/downloads/...mpositedoc.xml

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    6
    The .NET framework is Installed alright.
    There is no error it just sits there and does nothing.
    it is a multithread networking application that also accesses the serial port......

    thanks

    GAR!

  4. #4
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    1) Do any other .NET programs you write work? Some that don't do any IO?
    2) Put message boxes everywhere so you can isolate the problem to a specific area. Then fix that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. debug release conf problem
    By fighter92 in forum Game Programming
    Replies: 6
    Last Post: 03-20-2009, 04:39 PM
  2. makefiles - debug & release?
    By cpjust in forum C Programming
    Replies: 6
    Last Post: 10-26-2007, 04:00 PM
  3. Results in Debug and Release mode are different
    By jaro in forum C Programming
    Replies: 11
    Last Post: 05-27-2006, 11:08 AM
  4. Release vs. Debug mode builds
    By earth_angel in forum C++ Programming
    Replies: 5
    Last Post: 11-10-2005, 04:41 PM
  5. Differences in Debug and Release builds in MSVC
    By TravisS in forum C Programming
    Replies: 5
    Last Post: 06-19-2002, 10:40 PM