New Post: LocalizeString is not declared
Looking at my ObjectBrowser I can't find LocalizeString method in DotNetNuke.Services.Localization. It is an inheritance of ModuleSettingsBase The problem is that for some reason it is accessible from...
View ArticleNew Post: get menu item on runtime using C#
Hi, I am new in DNN and developing modules. I want to get on runtime the selected menu item and display the right form/user control(ascx) . Say I have the following menu layout. Menu1 Menu2 SubM11...
View ArticleNew Post: IIS virtual directory error ...
FYI - Deleting the virtual directory and/or application will only work in certain instances where it won't be created again. Be sure you do that, but if the issue keeps happening, follow the directions...
View ArticleNew Post: Unable to load module.css file
FYI - Deleting the virtual directory and/or application will only work in certain instances where it won't be created again. Be sure you do that, but if the issue keeps happening, follow the directions...
View ArticleReviewed: DNN 7 Project Templates V3 for VS2013 (Aug 25, 2014)
Rated 1 Stars (out of 5) - dotnetnuke project template not working on vs 2013, when create project, it not add project
View ArticleNew Post: Installed module and get error unable to load View.ascx
I was having a similar issue with the module icons on my custom modules not showing up. That, in fact, was the problem. Visual studio had marked my DesktopModules folder as an application in IIS. I...
View ArticleNew Post: Toolbox controls not working with template
I have installed this template, and have a build that compiles, but am unable to drag and drop a control from the toolbox into Settings.ascx or any other file. In design mode, the controls show up...
View ArticleNew Post: Error HRESULT E_FAIL
thank you very much . THE ISSUE IS RESOLVED . But it gave me an 47 error in the reference Error 3 The type or namespace name 'DotNetNuke' could not be found (are you missing a using directive or an...
View ArticleNew Post: Error HRESULT E_FAIL
so sorry . the error now is Error 1 The name 'ClientAPI' does not exist in the current context ClientAPI.AddButtonConfirm(lnkDelete, Localization.GetString("ConfirmDelete", LocalResourceFile));
View ArticleNew Post: Error when NuGet Packages are added to project
I have a class library that I added to the C# compiled template. It requires the Entity Framework and Json.NET NuGet packages. When I add the packages to the main project and then build in release, it...
View ArticleNew Post: Error when NuGet Packages are added to project
As we discussed in www.dnnchat.com this is likely related to a newer version of the newtonsoft DLL being included, and DNN requiring a specific version of that assembly.
View ArticleNew Post: Error when NuGet Packages are added to project
That was it, Chris. I referenced the DNN version of Json.NET instead of through NuGet and it worked. Thanks again for the help!
View ArticleNew Post: Issue in creating package from Release mode with latest release...
The "MSBuild.Community.Tasks.XmlRead" task could not be loaded from the assembly C:\inetpub\wwwroot\DesktopModules\DNNModule1\packages\MSBuildTasks.1.4.0.74\tools\MSBuild.Community.Tasks.dll. Could not...
View ArticleNew Post: Issue in creating package from Release mode with latest release...
You likely have a newer version of the MSBuild tasks package from NUGET and need to simply update the references to 1.4.0.78 (or whatever version you have)https://www.nuget.org/packages/MSBuildTasks
View ArticleCreated Unassigned: Multiple Views Development [11887]
Hi there, i just wanted to know if there's any example out there for Multiple Views Development with Christoc's DNN Template.For example, if i need more than the standard view.ascx, edit.ascx and...
View ArticleClosed Unassigned: Multiple Views Development [11887]
Hi there, i just wanted to know if there's any example out there for Multiple Views Development with Christoc's DNN Template.For example, if i need more than the standard view.ascx, edit.ascx and...
View ArticleReviewed: DNN 7 Project Templates V3 for VS2013 (Oct 11, 2014)
Rated 4 Stars (out of 5) - Are the zip file downloads going to be available for version 3.0? Sadly, you will need full version of Visual Studio 2013 to rebuild customized version , those using VS 2013...
View ArticleNew Post: errors with v3 and ms build tasks 1.4.0.74
environment:VS 2013Christoctemplate V3.0 Installed MSBuildTasks 1.4.0.74 (that ‘s what NuGet Package Manager shows) First error: In the file MSBuild.Community.Tasks.Targets this line...
View ArticleNew Post: errors with v3 and ms build tasks 1.4.0.74
Turns out the reason for the XmlRead task failing was a permissions issue. I need to run Visual Studio as an administrator for the release build tasks to work. The obvious question is why do these...
View ArticleNew Post: errors with v3 and ms build tasks 1.4.0.74
yeah, in order to do most things in Visual Studio with a local IIS you have to be running as Administrator.
View Article