nUnit error when loading dll what to do ?
- by Night Walker
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 .