Tuesday, April 10, 2012

Debugging of UnitTest cases from network drive

Hi,

 

This is in continuation of my original post:

http://explorecsharp.blogspot.in/2009/09/not-able-to-run-unittest-cases-when-you_3846.html

 

Please follow below given steps in order to enable debugging of unit test cases from network drive:

 

1.) Open window :  Control Panel > AdministrativeTools > .NET Framework Configuration

 

 

2.) Click on “Edit Code Group Properties” :   Set permission Set to “Full Trust” as shown below

 

 

 

Namaste!

Anugrah Atreya

 

1 comment:

Anugrah A said...

Just a note that in case ".NET Framework 2.0 Configuration" in not visible in your administrative tools then you need to install the SDK for .NET 2.0 explicitly from this url:

http://www.microsoft.com/en-us/download/details.aspx?id=19988

Namaste!