Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
1/13/2012 6:48:38 AM
Gravatar
Total Posts 40

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive

I opened the mojoportal using the net35.sln file and when I go to start the site I get using F5 in Visual studio I get the:

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive for mojoPortal.Features.UI\web.config    Line: 69. My host only supports up .Net 3.5 so how do I fix this?

1/13/2012 6:58:17 AM
Gravatar
Total Posts 18439

Re: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive

Hi, 

Please see the notes in the README.VisualStudio.txt file in the root of the source code, and/or The .NET 4 Transition Plan.

However, my advice would be to get a different host. .NET 4 has been out for a long time and we will not support .NET 3.5 forever. Probably when .NET 4.5 ships we will drop support for  .NET 3.5 and focus only on .NET 4 and 4.5.

Also there are problems under medium trust hosting with .NET 3.5 as noted at the bottom of the article Understanding the theme.skin file.

So there are many good reasons to make the move to .NET 4. I would not recommend setting up new sites under .NET 3.5 today.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.