nUnit error when loading dll what to do ?

Posted by Night Walker on Stack Overflow See other posts from Stack Overflow or by Night Walker
Published on 2010-06-08T10:55:06Z Indexed on 2010/06/08 11:02 UTC
Read the original article Hit count: 236

Filed under:
|

Hello all

I am trying to run my first nunit example , but i am getting some error when i am loading the dll file with the tests by nunit .

the example taken from here link text

---------------------------
Assembly Not Loaded
---------------------------
System.ApplicationException : Invalid cache path: C:\Documents and Settings\pauly\Local Settings\Temp;C:\Windows\Microsoft.NET\Framework\V2.0.50727\nunit20\ShadowCopyCache\4344_634116012858505240
----> System.NotSupportedException : The given path's format is not supported.

For further information, use the Exception Details menu item.
---------------------------
OK   
---------------------------

Any idea what is wrong here ? Thanks .

© Stack Overflow or respective owner

Related posts about c#

Related posts about nunit