Should I just start over with a new copy fo DNN and build the site from scratch? That s a little scarry since what happens when next DNN upgrade comes out, will it ask for some DLL that I have never heard of either?????
I have no idea how to check the version of a DLL, but here is what is in web.config about Telerik.Web.UI (I THINK this is right area). There are MANY places that mentyion Telerik.Web.UI, but this seems to be the only place that mentions "upgraded".
<dependentAssembly>
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
<!--Upgraded by DotNetNuke.Telerik.Web version 6.1.0 - Date: 1/8/2012 5:42:28 PM-->
<!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.2.915.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
<!--Upgraded by DotNetNuke.Telerik.Web version 6.1.3 - Date: 5/2/2012 6:15:05 PM-->
<!--<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.2.915.35" xmlns="urn:schemas-microsoft-com:asm.v1" />-->
<bindingRedirect oldVersion="2008.0.0.0-2020.0.0.0" newVersion="2011.3.1115.35" />
</dependentAssembly>
When I look in C:\Websites\POL2012\bin on web server I see a file Telerik.Web.UI.Skins.dll created Thursday, December 08, 2011, 5:08:56 PM and last modified July 26, 2012, 11:11:12 PM, but there is no version number anywhere.
Joel in Houston