Upgrading to version 7.04 fails on JavaScriptLibraries
Last Post 04/10/2015 8:02 AM by Bill Swanson. 4 Replies.
Author Messages
Bill Swanson
Nuke Active Member
Nuke Active Member
Posts:23


--
04/09/2015 8:11 AM  
CS0234: The type or namespace name 'JavaScriptLibraries' does not exist in the namespace 'DotNetNuke.Framework' (are you missing an assembly reference?)

Source File: e:\web\wcswanso\dnn\Default.aspx.cs Line: 40
using DotNetNuke.Framework.JavaScriptLibraries;

On the WinHost site I get the above error when I upgraded to 7.04. Version 7.04 is running on my own server. I uploaded the bin folder directly from my working bin folder. I am still getting the error.

Where is the source for using DotNetNuke.Framework.JavaScriptLibraries; located?

Bill
Joseph Craig
DNN MVP
Posts:11667


--
04/09/2015 8:44 AM  
Just to be sure, did you also upload the entire web directory?

Which exact version of DNN did you start with? What version did you end with? (I'm guessing that you meant 7.3.4)

It seems like something is missing on the WinHost install, because you are getting a compile error. You might want to delete everything in that web directory, and upload everything again. If using ZIP files is part of your process of uploading, make sure that the files get unblocked before you extract them so that that everything will be extracted.

Joe Craig, Patapsco Research Group
Complete DNN Support
Bill Swanson
Nuke Active Member
Nuke Active Member
Posts:23


--
04/09/2015 9:28 AM  
Joe,

I am trying to figure out what is missing. WinHost does not allows zips so it is a long process. Is the source for the DotNetNuke.Framework.JavaScriptLibraries; in the bin file?

Bill
Joseph Craig
DNN MVP
Posts:11667


--
04/09/2015 10:04 AM  
Bill,

I really don't know the answer to that question. You'd have to dig through the code or look at .dll files using VS to see where the namespace references occur. I haven't don't that.

You could look at the Install package for the version of DNN that you are using, open that .bin directory and compare its contents with the .bin file in your portal.

Or, compare the directory with your working version to make sure that everything is uploaded.

Joe Craig, Patapsco Research Group
Complete DNN Support
Bill Swanson
Nuke Active Member
Nuke Active Member
Posts:23


--
04/10/2015 8:02 AM  
Telerik.Web.UI.dll caused the issue. In FileZilla, it helps to read the error message.


---