Ismet posted on April 16, 2010 01:45

While checking
Linkedin Discussions as my daily routine work, i noticed a Spanish friend's question. His question was about
installing DNN 5.2.2 on Windows Server 2008 with IIS7. Well, AFAIK he wasn't new to
DotNetNuke so, he was able to
install previous versions of DotNetNuke with same certain settings. So it must be something different than permissions.
Parser Error Message: No se puede cargar el archivo o ensamblado 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
Source Error:
Line 152: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 153: <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 154: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 155: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 156: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Although my first guess stayed within permissions, then i realized that there was something wrong with .
NET Framework version.
Heh, trouble comes again :)
Then thanks to someone, i had to check Release logs of DotNetNuke 5.2 and noticed following:
System requirements have changed in DotNetNuke 5.2.0. DotNetNuke requires SQL Server 2005 or above and .NET 3.5 SP1. Please ensure you are running a supported version of SQL Server and .NET before installing or upgrading to DotNetNuke 5.2.1.
So guys, if you need to
install DotNetNuke 5.2 or later, make sure that you have at least
.NET Framework 3.5 installed on your server.
Cheers :)