Results 1 to 8 of 8

Thread: [2005] Help! something bad happened to my vb

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2007
    Location
    Silly Clone Valley CA
    Posts
    47

    Unhappy [2005] Help! something bad happened to my vb

    I'm using the express version.

    I have a fairly large project and for some reason my recent changes aren't getting built. I was trying out some threading-process-open"cmd" stuff which I then removed, but now everytime I make changes and run it doesn't have the new changes in. For instance, I have a form set to Fixed single, and when I run my program it's sizable. I rebuilt it and re saved it, but still the same, resizable.

    Could it have anything to do with the sample code I was running which changed my system date (which I then changed back) through cmd?

  2. #2
    PowerPoster VBDT's Avatar
    Join Date
    Sep 2005
    Location
    CA - USA
    Posts
    2,922

    Re: [2005] Help! something bad happened to my vb

    when you click the arrow to run the project it runs in debug mode, but when you built the project it bults in the release folder.

  3. #3
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2005] Help! something bad happened to my vb

    Close the project then delete the bin and obj folder of that project. Now reopen the project and build...

  4. #4

    Thread Starter
    Member
    Join Date
    Jul 2007
    Location
    Silly Clone Valley CA
    Posts
    47

    Re: [2005] Help! something bad happened to my vb

    Quote Originally Posted by stanav
    Close the project then delete the bin and obj folder of that project. Now reopen the project and build...
    Thank you! that solved it.

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [2005] Help! something bad happened to my vb

    If you click the Build menu and then "Clean" it will do that for you automatically. So does the Build > Rebuild manu item but it also compiles a new exe version too.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: [2005] Help! something bad happened to my vb

    Just a follow up to what RobDogg said. Coming from a fellow Express user since you are using the Express version, you'll have to manually add those options to your Build menu. Tools->Customize->Build(Categories)

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [2005] Help! something bad happened to my vb

    Thats lame. MS should have made the menus for certain key parts the same in all versions so when developers go from one version to another they will have less headaches adjusting.

    All versions of Office apps have allthe same base menus. Its only the extra features that have additional menus and toolbars. This makes life so much easier when using or programming against it.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: [2005] Help! something bad happened to my vb

    Agreed. I've seen lots of posts on forums from users complaining why they didn't have certain options (such as "Clean") on their Express version menus. Until I realized that it had a Customize option like many other MS products I've used, I was one of them!

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