Results 1 to 6 of 6

Thread: Project Not Building [worked-around]

  1. #1

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Project Not Building [worked-around]

    i have a problem with projects not building. There is no error but the project starts to build and never finishes the output menu displays :

    ------ Build started: Project: PinBallMaker, Configuration: Debug .NET ------

    Preparing resources...
    Updating references...
    Performing main compilation...
    it does this all the time execpt for the first time you try building it after starting up vb.net

    at that time it tells you there were build errors, but none appear in the Task List.

    if you tell it to continue and ignore the errors the prgram works fine.

    The propblem seems to have started after installing a game on my PC which i have already tried uninstalling.

    has anyone experienced this problem before or have any idea how to fix it??

    thanks,
    Nate
    Last edited by dogfish227; Jun 16th, 2004 at 08:35 PM.

  2. #2

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    also..

    it seems to be doing this with only that one project, however i havent made any changes to the code from when i last built it and it work fine (Before installing the Game).

  3. #3

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409
    well i figured out what i guess you could call a work around i made a new project and copied all the code into the new project. Still have no clue why the other started acting funny. It cant be ne thing in the code because the same code in the new project works fine.

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    If there were errors during the first build, you should pay attention to them. Just continuing isn't the correct course to take. What usually happens in that case is the file gets locked, then you can't build anymore. Post the error you got when you first build the application...

  5. #5

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409
    well that was the wierd thing it came and said there were errors during the build but then in the task list where it lists the errors there were none listed

  6. #6
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Hi.

    I have experienced similiar behaviour. Sometimes the IDE claims it has found build errors, but there really are none.

    Closing VS and restarting it usually fixed the problem.
    I never had to copy everything to a new project.

    But it just shows that there are bugs. Especially in 2002.

    I have seen it complain about something like this :
    Dim A as String="Test"

    where the bold/red part was underlined as a syntax error.
    It wasn't even a whole word it was just in the middle of everything
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

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