Need help with VB console apps menu

Shout-Out

User Tag List

Results 1 to 13 of 13
  1. #1
    Sm00gel's Avatar Corporal
    Reputation
    4
    Join Date
    Dec 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help with VB console apps

    Hi all.
    Im a bit of a noob when it comes to programing but well, we all start somewhere

    Basicly I have made a console application in VB 2010.
    It works good. So I published it and it made aload of application files and created files to install the console application. But I don't want it to install I want it to just run.

    Any ideas how to get around this?

    Thanks.
    Code:
    https://www.mmowned.com/ap_ver8/inde...tes&uid=100000 - If you want to advertise on MMOwned

    Need help with VB console apps
  2. #2
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know how VB 2010 works, but I'd guess it's something similar as C# express 2008, so try push F6 (Build -> rebuild) and then you'll get an exe (with eventual manifest & dll files etc) in the %project%\bin\
    i.e (windows 7)
    Libraries\Documents\Visual Studio 2008\projects\bin (something similar)

    A good tip is to make a folder and enter the projects properties, and then save where it should "save" (output) the files, way cleaner & easier to find if you ask me.
    Last edited by Danne206; 03-18-2010 at 02:04 AM.
    Dahnniel [DOT] s [AT] gmail [DOT] com

  3. #3
    Sm00gel's Avatar Corporal
    Reputation
    4
    Join Date
    Dec 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tryed it. Noting came in the release folder
    Would it be worth downgrading to 2008 VB?
    Code:
    https://www.mmowned.com/ap_ver8/inde...tes&uid=100000 - If you want to advertise on MMOwned

  4. #4
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just build it, not publish it, if you publish it it makes a installer for it, if your build it on Release and go to your Project folder/Bin/Release/ it would be there.


  5. #5
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run it for debug, it's in /bin/Debug as ProjectName.exe
    Choose build (not publish), and it'll be in /bin/Release

  6. #6
    Sm00gel's Avatar Corporal
    Reputation
    4
    Join Date
    Dec 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thanks to both of you. +rep
    Got it now. But I have a other issue. To run it it needs .net framework 4
    Not that many people have that so, how do I make it not need it?
    Code:
    https://www.mmowned.com/ap_ver8/inde...tes&uid=100000 - If you want to advertise on MMOwned

  7. #7
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sm00gel View Post
    Ok thanks to both of you. +rep
    Got it now. But I have a other issue. To run it it needs .net framework 4
    Not that many people have that so, how do I make it not need it?
    Its VB.NET, so it needs .NET. you can configure which version in the options pane though

  8. #8
    Sm00gel's Avatar Corporal
    Reputation
    4
    Join Date
    Dec 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Forgive my noobishness, but where in the option pane?
    Code:
    https://www.mmowned.com/ap_ver8/inde...tes&uid=100000 - If you want to advertise on MMOwned

  9. #9
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Project -> Properties and then switch around with the Target framework, remember that you can only use features native for the version you are targeting

  10. #10
    Sm00gel's Avatar Corporal
    Reputation
    4
    Join Date
    Dec 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get a error for any .net version i pick. Picture below:
    http://www.piroxtools.com/Untitled33333333.jpg
    Code:
    https://www.mmowned.com/ap_ver8/inde...tes&uid=100000 - If you want to advertise on MMOwned

  11. #11
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try 3 or 3.5

  12. #12
    Sm00gel's Avatar Corporal
    Reputation
    4
    Join Date
    Dec 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tryed all .net frameworks and i get the same error.
    Code:
    https://www.mmowned.com/ap_ver8/inde...tes&uid=100000 - If you want to advertise on MMOwned

  13. #13
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ....grab a copy of vs2010 that isn't express edition?

Similar Threads

  1. Need help with sig
    By sudnrage111 in forum Community Chat
    Replies: 0
    Last Post: 09-24-2006, 02:12 AM
  2. Need help with weapon model edit!
    By Chewbbaca in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-20-2006, 07:02 PM
  3. need help with model editing experts please
    By sportstud10124 in forum Community Chat
    Replies: 0
    Last Post: 08-10-2006, 09:30 PM
  4. need help with shammy talents
    By jason in forum World of Warcraft General
    Replies: 5
    Last Post: 07-19-2006, 02:02 AM
  5. Need Help with WoW Glider
    By paypal in forum World of Warcraft General
    Replies: 2
    Last Post: 07-07-2006, 02:08 AM
All times are GMT -5. The time now is 05:47 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search