CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    May 2002
    Posts
    63

    Project location is not fully trusted

    Don´t know if I´m in the right forum but I hope so

    When I create a C++ Empty Project in Visual Studio .NET 2003 I get this message that says: "The Project location is not fully trusted by the .NET-runtime..." (see attached file for the whole message).

    If I ignore the message and creates the project I can´t run the program, if I try I get the following error: "Unhandled Exception: System.Security.Policy.PolicyException: Unverifiable assembly 'z:\C_plusplus\test2\Debug\test2.exe' failed policy check."

    In Visual Studio 6.0 the same works perfectly fine so I guess thet .NET 2003 has better security?

    Is there any simple way to get around the problem without moving the project to the local drive?

    Thanks
    /Suzi
    Attached Images Attached Images

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

Featured