Problem in deploying windows application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ydmishra
    New Member
    • May 2007
    • 1

    Problem in deploying windows application

    Hi
    I have a windows application which have some dlls and exe files . I have made strong name for application and deployed it on computer A. Now when i try to open the project from computer B i get following error:
    Application attempted to perform an operation not allowed by the security policy.To grant this application the required permission ,contact your admin.or use .net framework tool.
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by ydmishra
    Hi
    I have a windows application which have some dlls and exe files . I have made strong name for application and deployed it on computer A. Now when i try to open the project from computer B i get following error:
    Application attempted to perform an operation not allowed by the security policy.To grant this application the required permission ,contact your admin.or use .net framework tool.

    check whether .NET Framework in the target machine is installed or not....

    Comment

    • Paulson
      New Member
      • Apr 2007
      • 63

      #3
      Originally posted by dip_developer
      check whether .NET Framework in the target machine is installed or not....

      Hi Mishra,

      I think you must check what dip said.If you developed the application


      1.) using VS2003 u must have .Net 1 framework


      2.) using VS2005 u must have .Net 2 framework

      If you are using VS2005 there are lot more feature in crating project.U can create a temporary sql setup which I think is not
      so possible.

      Anyway check with it and reply.Keep the good work going


      Thanks in advance bye Paulson.

      Comment

      Working...