3,961 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
66
views
How to fix 2sxc (v20.0.8) AppCode HotBuild compile error — AppCode.dll not generated
I'm having an issue when creating a new view in a 2sxc app (version 20.0.8).
Whenever 2sxc tries to generate the datamodels / compile the AppCode, the HotBuild process fails.
It looks like 2sxc is not ...
0
votes
1
answer
43
views
Update context.form.runFormulas() from V1 to V2 formulas
2sxc v20 deprecates form.runFormulas() as stated in this alert:
"form.runFormulas() is being deprecated and will stop working end of 2024. Use V2 formulas and return the promise. Formulas will ...
1
vote
1
answer
64
views
DNN UPGRADE from 9.7.4 to 9.13.9 fails at DnnPlugins_09.13.09_Install.zip
I made a local copy of a live remote dnn site that is version 9.7.4. I am testing an upgrade to 9.13.9 before I attempt it on the live server.
When I test running the upgrade locally I get the ...
0
votes
2
answers
133
views
Why could dependency injection of the `IServiceProvider` break in a DNN website and how to fix it?
I have a website with DNN v 9.10.2. Some time ago a custom sitemap provider that inherits DNN's DotNetNuke.Services.Sitemap.SitemapProvider class. For some crutial logic we need to use a ...
-1
votes
1
answer
31
views
Sort Items doesn't seem to pick up items within list 2sxc
I have just upgraded 2sxc to the latest version (19.3.3), and have lost the ability to reorder items within the toolbar.
See below:
Redorder list toolbar item symbol
Once clicked I am presented with ...
0
votes
1
answer
46
views
2sxc - how to use prefill in edit form
I'm trying to add an ephemeral field to pass in a prefill value and conditionally show or hide another field, as demonstrated here by Aaron Lopez
https://wolfxmachina.com/blog/category/video/hide-and-...
0
votes
0
answers
114
views
Stored procedures xp_dirtree, xp_fileexist, and xp_regread are not available on Azure SQL Server and getting server exceptions
I'm running my DNN v9.8 site on Azure Server and getting server exceptions for a few stored procedures that are not available.
The stored procedures xp_dirtree, xp_fileexist, and xp_regread are ...
0
votes
0
answers
33
views
Indexing content-in-content in 2sxc not working
We recently upgraded to 2sxc 19.3.1 and placed some apps in a accordion app.
It seems the DNN indexer picks up the title of the accordion app, but not the apps inside the accordion. Is that possible? ...
0
votes
1
answer
47
views
2sxc HotBuild Access to the path 'C:\WINDOWS\TEMP\**\*.tmp' is denied
Summary
2sxc HotBuild feature only allowing unregistered users to compile app code if an initial code compilation has been triggered by a registered user. Otherwise an error is thrown.
Description
I ...
0
votes
1
answer
43
views
2sxc v.19.3.0 VisualQuery multiple filters issue
It seems like there is an issue with Relationship Filter. Testing on DNN 09.13.04 and 2sxc 19.3.0.
There is ContentType "Publications" with 3 fields:
Title (string);
Theme (relationship to "Themes" ...
0
votes
0
answers
19
views
DNN 9.6.1.0: DotNetNuke.Security.Membership.MembershipProvider.Instance() == null
We have a service/console app that I am trying to use UserController.GetUserById(...) but it keeps failing because DotNetNuke.Security.Membership.MembershipProvider.Instance() == null. What ...
0
votes
0
answers
59
views
"Value Filter" - possible issue when QueryString parameter doesn't exist
We have a query with 2 filters: by Tags (Relationship Filter) and by "Name" (screenshot is below):
When both filters are selected or filter by "Name" is selected, then all works ...
-1
votes
3
answers
70
views
2SXC Image Format Not Updating
Problem:
I'm using the @Kit.Image.Picture() method to render an image with specific settings. My goal is to force the image to be in the WebP format. Here’s the code snippet I’m using:
@Kit.Image....
0
votes
2
answers
76
views
How to get the Razor Filename for a 2sxc View
In ICmsView, MyView provides a few things like:
MyView.Name: FCTRL - Dark Card w Tawk JS API Experiments
MyView.Path: /Portals/0/2sxc/Content/FCTRL
What is weird is that I need the template ...
1
vote
1
answer
30
views
Add custom options to field-string-dropdown
I'm using DNN 9.13 and 2sxc 17.
I'm trying to create a custom dropdown field in my Content Type that will use code to dynamically add this year and next year to the text options. So the list will ...