643 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 ...
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
0
answers
48
views
2sxc Gallery v7 Resource Referencing Error in Oqtane MAUI App
Oqtane 6.1.0 running on Azure App Service. Installed the 2sxc Gallery v7 using the marketplace module install.
The gallery loads and works perfectly when the app is run via website, but we're trying ...
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
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
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
78
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
60
views
Detect page change with 2sxc app in Blazor/Oqtane
Since Blazor and Oqtane are SPA, content is added to the DOM with no actual load to be always detected.
Also, 2sxc still does not seem to work with Blazor / .net on the client browser. So no @code{} ...
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 ...
0
votes
1
answer
41
views
DNN edit mode fails after upgrading 2sxc to 17.9 / 18.6.1 (TypeLoadException in ToSic.Eav.Core) [closed]
I have a DNN installation (version 9.11.2). After upgrading 2sxc from 17.8 to 17.9 and later to 18.6.1, the edit mode no longer works. Instead, I immediately get an error in the logs
System....