Your current Advanced Article version is supporting .netFramework 2.0 and supports till DNN 5.0.x.
Our Project is to be developed based on .NetFramework 3.5 and DNN 5.1.4.
I tried to Reference the DNN 5.1.4 dll in your Advanced Article Source code and compiled. It gave compile time errors which i have attached. We have to manually go and check each and every Compile error to resolve.
Can you provide us with a source code supporting DNN 5.1.4 ?
Following is the list of Objects which i could resolve. Let me know if they are correctly referenced?
a. DataCache - to be referred from DotnetNUke.UI.Utilities OR DotnetNuke.Common.Utilities? Used DotnetNUke.UI.Utilities for now.
b. ImportUrl - Referenced from DotNetNuke.Common.Globals
c. LogException - Referenced from DotNetNuke.Services.Exceptions.Exceptions.
Following are ones which i havent been able to resolve. Please provide the namespaces from which they are referred.
a. NUll.NullInteger - what is the expected value here?
b. GetContent - Are these user defined methods ? What is the context ?
c. QueryStringEncode - this variable is not declared.
d. glbRoleAllUsersName - This variable is not declared.
Please response as early as possible.