SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

VS2008: Test Run deployment issue ICSharpCode.SharpZipLib.dll is not trusted.

Last post 01-02-2009 6:11 AM by PiksevillePaesano. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-10-2008 9:41 PM

    • sheir
    • Not Ranked
    • Joined on 03-10-2008
    • Posts 2

    VS2008: Test Run deployment issue ICSharpCode.SharpZipLib.dll is not trusted.

    Hi,

    I am using Visual Studio 2008 and created a unit test project which ends up failing to run because of an error such as

     Test Run deployment issue:
    The location of the file or directory
    'c:\projects\webapps\loguploader\testcommon\bin\debug\ICSharpCode.SharpZipLib.dll'
    is not trusted.

     

    Any ideas on how to fix this problem?

    A simple step-by-step instructions would be nice.

     

    Thanks

  • 03-11-2008 8:50 PM In reply to

    • sheir
    • Not Ranked
    • Joined on 03-10-2008
    • Posts 2

    Re: VS2008: Test Run deployment issue ICSharpCode.SharpZipLib.dll is not trusted.

    Found out there are 2 possible solutions to solve this problem.

    1) use CASPOL

    caspol -m -ag 1.2 -url C:\PROJECTS\WEBAPPS\LogUploader\Library\* FullTrust

    caspol -m -ag 1.2 -url c:\projects\webapps\loguploader\testcommon\bin\debug\* FullTrust

    2) "unBlock" the dll -- this one worked

    In Windows Explorer, view the properties of the file and click the unblock button in the General tab.   I did this for the file in both locations and restarted the VS2K8 IDE and it worked.

     

  • 01-02-2009 6:11 AM In reply to

    Re: VS2008: Test Run deployment issue ICSharpCode.SharpZipLib.dll is not trusted.

    2) "unBlock" the dll -- this one worked for me too!

     

    It didn't require a restart of the IDE.

     

    Much thanks!

Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.