Unrecognized attribute 'targetFramework'.
Dear Sitefinity,
I was creating my first sitefinity project using Sitefinity Project Manager 4.0.1098.0
after creating the project Click Go to Administration button in the function bar
but I get the following error
Line 39: during development.
Line 40: -->
Line 41: <compilation debug="false" targetFramework="4.0">
Line 42: <assemblies>
Line 43: <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Source File: D:\03- Software Development\01- Development\Sitefinity\FirstSitefinity\web.config Line: 41
application pool not set to .net 4
Dear Telerik
thanks for your reply,
yes, I set to 4.0
but now I am getting the following error
need to add reference system.servicemoudle dll
It is not working, cause it is already refrenced
But I find the solution for this problem:
To resolve this issue, run the following from command line:
aspnet_regiis.exe /iru
The aspnet_regiis.exe file can be found in either
http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/
thanks,
Mohamed Taraman