Did you download the .NET 3.5 version of Umbraco (which you need for the .NET 2.0 user control)?
Which particular assembly (or assemblies) were 4.0.0.0? The only ones that are that as the CLR assemblies, and the only reason they'd have changed between the versions you downloaded is if you had different .NET versions of Umbraco.
After I installed version 4.5.2 from Web Platform Installer I checked the web.config everything was version 3.5.0.0. and .net version is 2 in config
The user control which is currently just a "hello world" message as i'm testing. was coded in VS2008.
If I run site with .net 4 integrated i get error control does not exist....if i change app pool to back to default as when i installed (.net 2 integrated) all is ok.
version 4.5 which i installed about a month ago was on version of assemblies was 4.0.0.0 and the control does not work here.
web config for version 4.5.2
Hi guys,
what should the assemblies version be in the webconfig for 4.5.2?
as I have a slight problem when I add a user control i get error.
when i installed version 4.5 the version of assemblies in web.config was 4.0.0.0
i installed version 4.5.2 and the version is 3.5.0.0
also when i set app pool .net2 user control works.
any ideas?
Did you download the .NET 3.5 version of Umbraco (which you need for the .NET 2.0 user control)?
Which particular assembly (or assemblies) were 4.0.0.0? The only ones that are that as the CLR assemblies, and the only reason they'd have changed between the versions you downloaded is if you had different .NET versions of Umbraco.
Hi Slace, thanks for your reply.
After I installed version 4.5.2 from Web Platform Installer I checked the web.config everything was version 3.5.0.0. and .net version is 2 in config
The user control which is currently just a "hello world" message as i'm testing. was coded in VS2008.
If I run site with .net 4 integrated i get error control does not exist....if i change app pool to back to default as when i installed (.net 2 integrated) all is ok.
version 4.5 which i installed about a month ago was on version of assemblies was 4.0.0.0 and the control does not work here.
thanks any help much appreciated
is working on a reply...