Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
65 views

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 ...
Rudhycodes's user avatar
0 votes
1 answer
43 views

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 ...
João Gomes's user avatar
1 vote
1 answer
64 views

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 ...
J King's user avatar
  • 4,516
0 votes
2 answers
130 views

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 ...
Constantine Ketskalo's user avatar
-1 votes
1 answer
31 views

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 ...
George Shaw's user avatar
0 votes
1 answer
46 views

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-...
Carl Roloff's user avatar
0 votes
0 answers
112 views

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 ...
Mohd Shamim's user avatar
0 votes
0 answers
33 views

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? ...
MBouwman's user avatar
0 votes
1 answer
47 views

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 ...
Zachary's user avatar
0 votes
1 answer
43 views

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” ...
Sergiy's user avatar
  • 1
0 votes
0 answers
19 views

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 ...
Jeff's user avatar
  • 1
0 votes
0 answers
59 views

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 ...
Sergiy's user avatar
  • 1
-1 votes
3 answers
70 views

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....
Rudhycodes's user avatar
0 votes
2 answers
76 views

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 ...
Jeremy Farrance's user avatar
1 vote
1 answer
30 views

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 ...
Carl Roloff's user avatar
0 votes
1 answer
41 views

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....
MBouwman's user avatar
0 votes
0 answers
49 views

I have a bizarre situation that my team and I haven't been able to put our finger on. I have a DNN-based website. I have a custom module that acts as a simple contact form. This contact form module ...
Ted Krapf's user avatar
  • 473
0 votes
1 answer
64 views

As the title says, we have a DNN Evoq Content site that we downgraded to Platform. We want to rebuild the Evoq Content Visualizer in 2sxc apps. Installing 2sxc wasn't the issue. When I drop the app ...
CodeWeaver's user avatar
0 votes
1 answer
55 views

I'm trying to work on a way to load CSS path with in the DNN CK Editor v4.18.0 preview mode, here are some images below. Now the using the Custom Editor Options I've been able to use a common.css ...
namco's user avatar
  • 155
0 votes
2 answers
53 views

I recently upgraded 2sxc to 18.0.0 on an installation. And in some apps we are using a database query (sql data block in the query designer). For some reason when I test it, it says: { "Default&...
MBouwman's user avatar
0 votes
1 answer
63 views

I've been trying to upload .js file extension in DNN v09.13.04 in the {dnnwebsite}/admin/File-Management path it shows me this error. Now what I've tried is in the Settings > Site Setting side bar ...
namco's user avatar
  • 155
0 votes
0 answers
27 views

On the 2sxc portal, I found the Swiper app that I can use to include on my website, however I would like more varieties of banners. for me to install and apply on my website. Where can I find more ...
Marcos Paulo's user avatar
0 votes
1 answer
36 views

So I am trying to use the fancy new TypedCode stuff in 2sxc 18. But I want to get some data from a query. So where I first did something like: var query = App.Query["EventDetailsByIds"]...
MBouwman's user avatar
0 votes
0 answers
27 views

When copying a template in the coursesandevents app of 2sxc. We are getting an error : error CS0234: The type or namespace name 'Data' does not exist in the namespace 'AppCode' (are you missing an ...
Rudhycodes's user avatar
0 votes
0 answers
39 views

I've got the source code of DNN 09.13.04 now I'm trying to debug DNN and want to debug the part where HTML editor stores its text now the way I do it is Attach to process --> search(w3wp.exe) and ...
namco's user avatar
  • 155
0 votes
1 answer
61 views

I'm using the 2sx App Events, Courses and Registration version 6.17.1. I'd like to extend the app by adding more fields to the Event content type. I'm running DNN 9.13.04 and 2sxc 17.09.00. I added ...
Carl Roloff's user avatar
0 votes
1 answer
79 views

I'm trying to create a site using Add New Site, in the DNN website. Whenever I create a Domain based site this page shows below. I've tried various aliases but none work When using Directory Based ...
namco's user avatar
  • 155
0 votes
0 answers
30 views

I am running Mobius Forms Builder v6, on 2sxc 17.9.0 in dnn 9.11.2 I have a simple form with some text fields and a file upload control. I have activated the features: Public Upload of Files ...
Peter's user avatar
  • 181
0 votes
1 answer
1k views

I am using Angular 18.2.0 & ag-grid-angular/ag-grid-community 32.1.0. If I run using "ng serve" the ag-grid works. But as soon as I put it on an existing page, the 1st error is "...
Jeff's user avatar
  • 1
0 votes
1 answer
491 views

Here is a screenshot below which shows I want to create a DAL2 MVC Module But after clicking ok on blue screen it shows me this error below the system cannot find the path specified. (Exception from ...
namco's user avatar
  • 155
0 votes
1 answer
37 views

In 2sxc app v17.x, From my view Im using js call $2sxc.cms.run('new',...) to create new contenttype item, after save and close dialog, how i can get new created entityId after modal dialog closed. I ...
Thiện Võ's user avatar
0 votes
1 answer
61 views

I need a syntax help to write the following code to use in Host Razor module on a dnn site version 9.13. I need to use a querystring parameter as a variable to get data related to a specific UserID. @...
Lu Ma's user avatar
  • 1
0 votes
3 answers
82 views

Is it possible to add accordion texts in the text editor below? Accordion effect to show and hide texts My idea is to insert several titles and in these titles I insert the contents relating to the ...
Marcos Paulo's user avatar
0 votes
1 answer
54 views

I need to update entities programmatically via C# code. I have some code already that creates IApp object of the target 2sxc app. From there I've been reading data via appObject.Data["...
Constantine Ketskalo's user avatar
0 votes
1 answer
61 views

After upgrading to 2sxc 17.9 we see the Eventlog filling up with the following error: AbsoluteURL:/api/2sxc/app/auto/query/System.EntityPicker/Default DefaultDataProvider:DotNetNuke.Data....
MBouwman's user avatar
1 vote
2 answers
89 views

We have got a 'live' dnn 9.13.2 installation with 2sxc 17.9 which is working without problems. I made a copy of this installation to use as a local dev environment. And when I try to login on this ...
MBouwman's user avatar
0 votes
1 answer
52 views

I wanted to try out 2sxc Mobius Forms Builder on a test website (running DNN9.13.3). Do I need to install the C# Roslyn complier to do this? Is this necessary any time 2sxc is installed? After I ...
Tom M's user avatar
  • 1
0 votes
1 answer
29 views

Just installed 2sxc 17.9 on an DNN 9.11 and at first it seemed to work. However when I try to edit, the popup won't open. When I look with F12, I get: " Failed to load module script: Expected a ...
MBouwman's user avatar
1 vote
1 answer
60 views

I am using Markdig nuget package right now to read my markup files and convert them to HTML string content = File.ReadAllText(mdFilepath); string? result = Markdown.ToHtml(content, pipeline); But ...
Wasim's user avatar
  • 744
0 votes
2 answers
107 views

In 2sxc, when embedding a separate app as inner content within a WYSIWYG Rich input, the rendered inner app's context returns the parent's ModuleID. This can be demonstrated using 2sxc's Blog app when ...
Yankee516's user avatar
  • 100
0 votes
1 answer
39 views

We have a site that's been running into a plethora of issues with the 2sxc module. I am currently getting a lot of "Remote Host Closed the connection" stemming from the ToSic.Imageflow.Dnn....
ajwaka's user avatar
  • 608
0 votes
1 answer
118 views

We've got a site running for some years, with 2sxc apps (content and other apps, like news, and some custom stuff). Since this morning we got this error saying: " Error: System.Exception: Data is ...
MBouwman's user avatar
0 votes
1 answer
78 views

Okay, so I am playing with the Strongly Typed stuff now. Having the whole shebang working all at once in VS Code with IntelliSense and being able to use both field names as properties as well as ....
Jeremy Farrance's user avatar
1 vote
2 answers
67 views

After making good progress adapting to Typed and recently Strongly Typed 2sxc on our in-development and production projects, I am returning to code we use a few times a year where we need access to ...
Jeremy Farrance's user avatar
0 votes
1 answer
98 views

I created a CI pipeline using Nuke that builds my project. On this stage the project throws some warnings that I'd like to ignore, but CI treats them as errors and fails. I want to suppress this ...
Alexandr Malkov's user avatar
0 votes
2 answers
78 views

I am failing to understand if: The contents of the form are emailed out or not. All I can get out and received via email are notifications of a submission. What I am looking for is where to put a ...
ELC Treasurer's user avatar
1 vote
1 answer
39 views

This was a common use in dynamic code: @foreach(var myData in AsList(App.Data["Data"])) { foreach(var x in AsList(myData.Specifications as object).Where(a => a.toApp)) { ... } } But ...
João Gomes's user avatar
1 vote
0 answers
34 views

With our dotnetnuke site we have installed SearchBoost. For the most part the searched results display fine except for many search queries that display the url of the result. Bad URL displayed https://...
Justin Trevorrow's user avatar
0 votes
1 answer
139 views

I have downloaded the code for and launched in VS2022, the latest Oqtane 5.0.2 and in the interface of Oqtane, installed the 2SXC module trying to get to where I could run Blazor-cms. Now, with Oqtane,...
Max McCreery's user avatar
0 votes
1 answer
52 views

I'm encountering an issue with my DotNetNuke(Verison 9) website where the layout of the user profile differs between the English and Italian language versions. Specifically, when accessing the user ...
Trent Smith's user avatar

1
2 3 4 5
80