Results 1 to 13 of 13

Thread: Resolved - VB.net Deployment / Installation

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Resolved - VB.net Deployment / Installation

    right i have a project completed i've been working on for my dad

    i've searched lots but cannot find a solution

    .... when i test and install it on my machine it runs fine

    (ive created a setup project inside the original solution)

    .... when i try to run it on my dads it tells me the files been blocked


    can anyone explain why this keeps happening ??

    its really frustrating !!

    btw.. hi to everyone ... this is my second post have been lurking for ages but need some knowledge hope you guys can help ;0)

    many thanks
    ill skills
    Last edited by illskills; Dec 30th, 2005 at 10:47 PM. Reason: Resolved

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

    Re: VB.net Deployment / Installation

    Do you have Admin permissions on your Dads system? Is it running any kind of antivirus program or other protection program? What OS is he running? Which version of .NET are you running?
    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: VB.net Deployment / Installation

    vb .net 7.1.388

    windows xp at home

    windows xp on my dads pc

    .net framework 1.1.4322

    and he has the default ms fire wall and virus sotware on there ... its these programmes that keep blocking mine

    hope this helps pin pointing the problem

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: VB.net Deployment / Installation

    and i should have admin permissions on his pc ... its just a standard desktop pc with xp

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: VB.net Deployment / Installation

    anyone ?

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

    Re: VB.net Deployment / Installation

    Quote Originally Posted by illskills
    right i have a project completed i've been working on for my dad

    i've searched lots but cannot find a solution

    .... when i test and install it on my machine it runs fine

    (ive created a setup project inside the original solution)

    .... when i try to run it on my dads it tells me the files been blocked


    can anyone explain why this keeps happening ??

    its really frustrating !!

    btw.. hi to everyone ... this is my second post have been lurking for ages but need some knowledge hope you guys can help ;0)

    many thanks
    ill skills
    Just thinking?
    I've got a question for you, because your application runs well on your PC!
    ( your files still exist on your PC: c:\ documents and settings.....blablabla )
    I think you didn't included you files into your applicationsetup and that's, I think, the reason why the Files been blocked on your dad's PC.

    Trying to help and learning in the mean time!

    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

  7. #7
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: VB.net Deployment / Installation

    Could you give us the exact error message or, maybe a screenshot?
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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

    Re: VB.net Deployment / Installation

    Could you try turning off the AV and lowering the firewall just for a test install?
    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

  9. #9
    Lively Member cageybee's Avatar
    Join Date
    Nov 2005
    Location
    Stanardsville, VA
    Posts
    81

    Re: VB.net Deployment / Installation

    I had this problem with my first "deployment" as well, but it was related to permissions. Seems like since i developed it on my computer, it had all the permissions it needed there by default. So, on at least one of the other PC's i had to go to control panel, administrative tools, microsoft.net framework ....wizards and gave the executable all the possible rights it could need. Subsequently, when i "built" the application and took the MSI file and setup/install files to other machines, and installed it, this wasn't a problem - but I'm not sure why. Could be that the pc tech that imaged the machines for me copied that adjustment as well.

    kgb

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

    Re: VB.net Deployment / Installation

    If he imaged the system after you adjusted the framework permissions then it would have been set already for the others.
    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

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: VB.net Deployment / Installation

    thanks dudes ... will ask my dad what the exact error it is hes getting and get back to you

  12. #12

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: VB.net Deployment / Installation

    i could post the installer ... anybody willing to give it a look and ill pm you a link

  13. #13

    Thread Starter
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    Re: Resolved - VB.net Deployment / Installation

    wrong version of the framework on his pc .... have tested it on a 98 machine and works sweeet ... many thanks

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