Results 1 to 8 of 8

Thread: [02/03] Vista can't open my vb exe?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Location
    U.K
    Posts
    752

    [02/03] Vista can't open my vb exe?

    Hi people,

    Bit of a bizzare problem really, at work I have created this vb executable file and have saved the folder on a network drives for me and my colleagues to use. Now three of us are on XP and we have no problems running the exe file, however one of my colleagues is on Vista and when he tried running it Vista does not allow him to run it for security reasons.

    Ive checked the intranet settings and tried everything possible, could someone offer me some help please and tell me why its not letting me open the file?

    Thanks

    (im not sure but I heard somewhere it wont open it because its on a 1.1 net framework)

  2. #2
    Addicted Member sauronsmatrix's Avatar
    Join Date
    Jun 2008
    Location
    USA
    Posts
    133

    Re: [02/03] Vista can't open my vb exe?

    Tell him to install Windows XP I would install it back myself, but I don't feel like backing up all my Vs projects and such.

    Vista has that annoying User Account Control. Or maybe his account doesn't have administrative privileges.

  3. #3
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: [02/03] Vista can't open my vb exe?

    Hi,

    Here's some explanation how to run other programs with Vista:

    http://windowshelp.microsoft.com/Win...f5f101033.mspx

    You could try this.

    Wkr,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

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

    Re: [02/03] Vista can't open my vb exe?

    The UAC can alsways be turned off, not a reason to ditch Vista and go with XP (XP is no loner sold anyways).

    Do you get any errors when trying to run teh app on Vista? Did you run an installation package for your app or just copy over the exe or just make a shortcut? Does your app access the registry?
    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

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Location
    U.K
    Posts
    752

    Re: [02/03] Vista can't open my vb exe?

    Thanks guys,

    Well he is an admin on his laptop but still its not letting him use the exe program, RobDog I just coped over the folder which includes an exe file and an access database. The rest of us have no problems running the exe program, its only him and its something to do with Vista not allowing him to run an exe file.

    Im just trying to find way around it to be honest. Thanks again for your help guys.

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

    Re: [02/03] Vista can't open my vb exe?

    Even though hes an Admin that doesnt mean anything in Vista. You need to right click it and select "Run as Administrator" then if hes a true admin no logon credientials will be needed.

    By simply copying over the folder Vista knows the folder and its contents came from another computer and will usually Block it. Right click and select properties. You will see a "Unblock" button which you should click to unblock it. You really should create an installation package for the easiest and most problematic free deployment of your app.
    Last edited by RobDog888; Jul 6th, 2008 at 03:35 PM.
    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

  7. #7
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: [02/03] Vista can't open my vb exe?

    edited... no longer relevant
    Last edited by Lord Orwell; Jul 7th, 2008 at 02:37 AM.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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

    Re: [02/03] Vista can't open my vb exe?

    Forgot the word "free". edited.
    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

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