Hi guys, whenever I build my web solution I get this error :
Could not load file or assembly 'dotless.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
I have VS 2010 with .NET 4.0 on Windows 7.
The dlls are located inside the Bin folder of the Web Application.
Any suggestions?
Thanks.