I get this error message:
NetworkError: 404 Not Found - http://dnndev.me/Resources/Shared/Scripts/jquery.min.js?cdv=49"
when loading my webpage.
I think this is related to the include:
I wrote some WebAPI controllers using WebAPI for DotNetNuke 7.0 using this method
Everything worked great.
Today I upgraded DNN to 7.2.1 and upgraded my projects to ASP.NET Web API2 and my services on my local machine are now not working - they…
I'm working on a custom PasswordReset and SendPassword. While doing so, I found the existing controls at the Website\admin\Security, the reference is pointing to DotNetNuke.Modules.Admin.Security namespace. So I went to look for it in the platform…
I have a dotnetnuke site. customers access this site with their username and password.
and, I am having another ASP.Net site. I want to let the customers enter the same dotnetnuke password & username to login here also. I searched everywhere in…
My DNN module page only contains some divs and a LinkButton. The contents of the div are populated using jQuery AJAX. The button is used to post a file to the server that needs to be uploaded. I am getting the "Invalid postback or callback argument"…
I have a simple custom module I am building but I have run into a problem when using the DAL2 GetById.
Here is the POCO declaration of the table i am using:
_
…
I am using bootstrap 3.0 nav in DNN with the navbar-fixed-top CSS class (I would not have this problem with navbar-static-top, but then the navbar disappears when one scrolls the page). When I log into DNN (as admin) then DNN will also produce a…
I have started using the DAL2 with dotnetnuke 7. I have some complicated queries that I have created views for in the SQL server database that my instance uses. What is the best practice for accessing a simple select from these views.
If I use the…
I have a dnn 7 website set up locally for development through dnndev.me. However I did not install the dnndev.me in the standard root folder c:\websites\dnndev.me\ it is in another location in my user documents. But the dnn installation works…
I have a dnn:FilePicker on my settings control for my module. I can get the path for the image from FilePicker.FilePath. That gives me something like:
/Images/Headers/Default.jpg
How on earth do I go from that, to:
/[virtual…
Is there a way in DNN 5, 6 or 7, via the DNN API to programmatically display our custom module version number (the one we set in the module manifest) so that we don't have to manually change it on each new version.
This would be handy so we can be…
I have a dnn website that I'm testing a move to Azure Websites. What I wanted to do was first recreate the database on Azure and then just change the connection string to point to the azure sql database. I migrated the database just fine. It…
I am working with DAL2 in DNN 7+.
I have a database table with a primary key created from 2-varchar(50) fields.
What is the proper way to declare the multi-field primary key in the attributes of the object?
I typically…
I have DotNetNuke version 7 installed on an Azure VM. I created a folder of type Azure Folder Provider in File Manager. I would like to just upload files directly to the Azure Blob Storage container and have DotNetNuke pick up the files that are not…