CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2011
    Posts
    2

    Visual Studio C# Windows Forms design don't show my work

    Hi!
    I need yours opinions to fix this problem.
    I make a project( a design and code in C#), syntax and design are alright, but when i start debug my program, then program just stop and doing nothing. I have similar program that is working fine, because was made on another computer.
    Program that are working just counting time 1,2,3,..30
    My program just stay and do nothing.
    I have similar problems, when i try to make other program.
    My Visual Studio program show this error
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreportrompt /warn:4 /defineEBUG;TRACE
    Program that was made on another computer, don't show errors.
    File missing or another problem?
    I think you can help me
    Thank you!
    Sorry for English

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Visual Studio C# Windows Forms design don't show my work

    Post your code
    Code:
    //*  Use Code Tags *//
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured