Posted on 20/06/2007 08:53:32
sune@fonqi.dk wrote:
I tried to update to the newest Dynamicweb.dll but keep getting this error
http://fonqi.dk/DWError.gif
VS 2003 Does not recognize the new Dll as a valid file.
Does anybody know what could cause this error?
Does it have anything to do with the .NET versions? (Note that I use VS 2003)
kind regards
Sune Fengel
Hi Sune.
Since Feb. 6 Dynamicweb has only been released in .NET 2.0 - you can't use 2.0 assemblies in 1.1/vs2003 projects.
So you have to do one of the following:
- If you have VS2005 just open your project with VS 2005 and it will convert the project to .NET 2.0 - NOTE: it is very important that you install SP1 for VS 2005 before doing this. Then rebuild and upload - as easy as it can get.
- If you don't have VS 2005 you will have to keep coding against an old 1.1 Dynamicweb assembly. Then you can still upload your custommodules.dll to a website running the new 2.0 versions of Dynamicweb - it is backwards compatible.