|
-
Jul 13th, 2007, 02:26 PM
#1
Thread Starter
Member
[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?
-
Jul 13th, 2007, 02:36 PM
#2
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.
-
Jul 13th, 2007, 02:41 PM
#3
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...
-
Jul 13th, 2007, 02:48 PM
#4
Thread Starter
Member
Re: [2005] Help! something bad happened to my vb
 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.
-
Jul 13th, 2007, 03:43 PM
#5
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jul 13th, 2007, 03:46 PM
#6
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)
-
Jul 13th, 2007, 04:09 PM
#7
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jul 13th, 2007, 04:23 PM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|