Developer forum

Forum » Dynamicweb 10
Subject
Replies
Started by
Last reply
Error installing DW10
Hi, When installing DW10(OctoberBeta), I get a HTTP 500.19 Error with a 0x8007000d HRESULT code. According to Microsoft, this problem occurs because the ApplicationHost.config or Web.config file contains a malformed or unidentified XML element. See m ...
Tomas Gomez
08/11/2022 14:27:44
Last post: 16/01/2023 10:38:30
Dashboards DW10
Hi, The documentation says that Dashboards will be replaced with "DW10 UI". Does that mean that there will be dashboards in DW10 like in DW9 or is that something we as partners need to implement? Reards / Aki ...
Aki Ruuskanen
20/12/2022 09:41:27
Last post: 22/12/2022 14:26:10
Portnumber missing while running IISExpress (Kestrel)?
I have a dw10 solution, and added the Swift files. Now the preview of the homepage does show something but al lot of links to css and other resources cannot be loaded. Turns out these links point to http://localhost omitting the IISExpress portnumber ...
Justin Sjouw
14/12/2022 14:05:53
Last post: 14/12/2022 15:52:46
Cannot start DW10
Hi, I'm trying to istall DW10 with Swift but get an error. I have installed the .NET Core 6.0 runtime. The Event Viewer displays this error: Application: w3wp.exe CoreCLR Version: 6.0.1122.52304 .NET Version: 6.0.11 Description: The process was t ...
Aki Ruuskanen
14/11/2022 09:48:52
Last post: 09/12/2022 12:43:41
Cannot create new file in folder
Steps to reprocuce Under Digital Assets, create a new folder called Stuff Refresh the tree On the Stuff folder, click the ellipses and choose New file Enter Test.cshtml as the name Click OK Actual results: An error message appears: {"status" ...
Imar Spaanjaars
27/09/2022 15:41:20
Last post: 11/11/2022 03:09:29
Cannot configure live integration
When configuring live integration I get the following exception 500 https://localhost:6001/Admin/Api/Shadow/bcc454d0c1994096a9a0f432a28ee2de System.IO.IOException: The process cannot access the file 'D:\Repos\New\TestStuff\dw10\wwwroot\Files\Syst ...
Imar Spaanjaars
27/09/2022 15:39:44
Last post: 07/11/2022 00:29:19
Creating directory that already exists returns 500 error
When adding a new folder under Digital Assets that already exists, you get a JSON 500 error instead of a friendly warning. Steps to reproduce Click Digital Assets Under Media Files click the Plus icon Enter Test2 as the directory name Click OK. Click ...
Imar Spaanjaars
27/09/2022 15:40:52
Last post: 03/11/2022 19:41:32
Live Integration - Search orders/invoices on costumer page
Hi all, We have a client that's interested in having a search on the costumer orders/invoices list. Is it expected to have that feature on DW 10? It's configured to use Live Integration in Bussiness Center. Thank you :) ...
David Miguel Luis dos Santos
24/10/2022 18:22:30
Last post: 03/11/2022 11:44:20
Cannot create new product
I get the following error when trying to create a new product under Products. An unhandled exception occurred while processing the request. ArgumentNullException: Product id to export is not specified. (Parameter 'productId') Dynamicweb.Produ ...
Imar Spaanjaars
27/09/2022 15:32:10
Last post: 02/11/2022 03:07:28
Can’t edit existing product
When editing an existing product, I get the following error: An unhandled exception occurred while processing the request. NullReferenceException: Object reference not set to an instance of an object. Dynamicweb.Products.UI.Screens.ProductEditScreen. ...
Imar Spaanjaars
27/09/2022 15:34:24
Last post: 02/11/2022 02:54:14
Creating a Products query crashes with a 500 exception when no index selected
Steps to reproduce: Click Products Click My Queries Click Add new query Enter a name and click Save and close Actual results: A JSON 500 error: https://localhost:6001/Admin/Api/QuerySave?Query.FolderPath=%2FFiles%2FSystem%2FSmartSearches%2FEcommerce% ...
Imar Spaanjaars
27/09/2022 15:37:14
Last post: 02/11/2022 02:40:15
Cannot create new indexes
Steps to reproduce: Click Settings. Under Settings | Repositories, click the + sign Actual results: An alert saying Create repository Expected results: The UI to create a new repo ...
Imar Spaanjaars
27/09/2022 15:37:44
Last post: 02/11/2022 02:22:24
Create new directory dialog doesn’t close
When adding a new folder under Digital Assets, the Create new directory dialog doesn’t close and the tree is not refreshed. Steps to reproduce Click Digital Assets Under Media Files click the Plus icon Enter Test as the directory name Click OK  ...
Imar Spaanjaars
27/09/2022 15:40:22
Last post: 02/11/2022 01:37:30
Dynamicweb 10 Swift template Conversion issues
Hey, we have been playing around with the new dw10 solution, and the swift templates aren't being converted correctly. I downloaded the dw10 october version, followed the guides to set up the site, added the dynamicweb suite package and got the b ...
Alexander Olsen
28/09/2022 15:34:40
Last post: 18/10/2022 15:47:49
spelling mistakes in typeahead search
Hi In an index based search, is it possible to handle spelling mistakes and show results that are spelled "close to" what the user types in? If so, how can this be achieved and how can you control how far from the searchterm the results sho ...
Hans Ravnsfjall
14/10/2022 08:35:02
Last post: 14/10/2022 09:01:39
Issue on Trial license Installation
whenwe try to configure trial license it gets following error >> https://www.dw10.lk/Admin/License/TrialInstallStep ...
Shiwanka Chathuranga
15/09/2022 18:02:27
Last post: 13/10/2022 08:50:10
CLI throwing error message
Hi there, I cloned the CLI repo and installed it using npm install -g . Then when I run any dw command, I get this: D:\Projects\Dynamicweb\Cli>dw --help node:internal/errors:464 ErrorCaptureStackTrace(err); ^ Error [ERR_MODULE_NOT_FOUND]: Cannot f ...
Imar Spaanjaars
12/10/2022 09:21:23
Last post: 12/10/2022 20:26:47
Compile error with DW10 Swift Summit Beta
Hi All, Im trying to get the Summit Swift demo running, the empty DW10 was running fine, but when I add swift I get: Error compiling template "Designs/Swift/Paragraph/Swift_ImpersonationBar.cshtml" Line 46: The name 'RenderSecondaryUser ...
Justin Sjouw
05/10/2022 16:50:55
Last post: 10/10/2022 11:01:25
Setup wizard incorrectly requires user name and password
Steps to reproduce: Create a new Dynamicweb project md dw10 cd dw10 dotnet new dw10-suite dotnet build dotnet run On the Installation step, choose to create a new Files folder On the Setup database step, enter a server name, a database name, set it t ...
Imar Spaanjaars
27/09/2022 15:30:31
Last post: 29/09/2022 13:32:12
Demo from Summit
Hey Nicolai, Any chance you'll be recording and sharing your DW10 demo from Summit on video? I didn't have a chance to participate, and I'm curious :-) Thanks, Jonas ...
Jonas Krarup Dam
28/09/2022 09:26:55
Last post: 28/09/2022 10:19:33