Deploy .NET 2 Windows form app

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cyberdwarf
    Recognized Expert New Member
    • Nov 2006
    • 218

    Deploy .NET 2 Windows form app

    Hi all,
    Sorry about the cross-post!
    I am new to this area, so please bear with the dumb questions!!
    • I have written a windows form app which is designed to run as an EXE under the .NET 2 framework;
    • I have used the OneClick publishing wizard to publish the app;
    • Everything works & deploys OK on my development PC;
    • Installation runs OK on a different PC, BUT....
    • Running the app produces a Microsoft security error.
    Anyone got any idea how to get my app to run without violating local security constraints? My app has no security requirements for itself.

    Any suggestions greatly appreciated.

    TIA

    Steve
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by cyberdwarf
    Hi all,
    Sorry about the cross-post!
    I am new to this area, so please bear with the dumb questions!!
    • I have written a windows form app which is designed to run as an EXE under the .NET 2 framework;
    • I have used the OneClick publishing wizard to publish the app;
    • Everything works & deploys OK on my development PC;
    • Installation runs OK on a different PC, BUT....
    • Running the app produces a Microsoft security error.
    Anyone got any idea how to get my app to run without violating local security constraints? My app has no security requirements for itself.

    Any suggestions greatly appreciated.

    TIA

    Steve
    For the benefit of everyone reading, which version of Windows is this attempting to run on?

    Regards,

    Jeff

    Comment

    • cyberdwarf
      Recognized Expert New Member
      • Nov 2006
      • 218

      #3
      Sorry Jeff

      Using WinXP Pro

      Comment

      Working...