Developer forum
Subject
Replies
Started by
Last reply
pageView.Layout is null
Hi DW! I have run into a problem after upgrading to DW9.5. (I dont know if 9.5 is the actual problem, but maybe you can lead me in the right direction). I have a TranslationHelper method, that does something like the following var paragraph = _dwPara ...
Ronni Hansen
01/02/2019 10:09:41
Last post: 01/02/2019 12:01:09
Saving Addresses issue
Hello! I am trying to save the AccessUserAddress that is also saved on the AccessUser in its Address-field. This information is, from what I can gather, only in the AccessUserAddress table as a row with empty fields, and then they are shown somehow a ...
Oscar Romin
30/01/2019 16:37:21
Last post: 30/01/2019 16:59:30
Get page based on the friendly URL
HI guys, Is there any method to find a Page based on the Friendly URL? Thank you, Adrian ...
Adrian Ursu
16/01/2019 22:09:40
Last post: 21/01/2019 12:25:57
Data Integration: repeated table and column names
When setting up a Dynamicweb provider data integration job I noticed that the drop down list in "Source Table" contains multiple instances for the same table (see attachement di.png) when selecting any of the AIContactDetails (a table that contains 4 ...
Hafsteinn Hjartarson
10/01/2019 10:46:40
Last post: 11/01/2019 15:21:12
DW 8 Index DoNotFailOnMismatchingProductCount
Hi guys, I was wondering if there is any way I can get the DoNotFailOnMismatchingProductCount behavior on a SQL Index Builder in DW8. A patch or a custom SQL Index Builder. I have a very complicated query that takes like forever to run and I cannot g ...
Adrian Ursu
31/12/2018 16:11:19
Last post: 02/01/2019 11:46:10
Bypassing LoadStockUnitsOnProducts
I'm trying to retrieve a large amount of products (25000+) with the purpose of exporting them as CSV, but I'm met by the exception: System.Data.SqlClient.SqlException (0x80131904): The incoming request has too many parameters. The server supports a m ...
Vincent Gercke
12/12/2018 10:56:17
Last post: 14/12/2018 08:42:19
Emailmarketing and content a different way
Hi, I have a customer who really dislike the idea of content for emailmarketing being pages you have to create and select. Is there ANY was you can extend this, so I could for instance add an editor field within the creation of the email itself and u ...
Jan Sangill
09/12/2018 17:19:16
Last post: 12/12/2018 16:57:05
UserAddressOnAfterSave Event doesn't exist?
Hello! I'm looking through the documentation and find an event I want to subscribe to, Dynamicweb.Security.UserManagement.Notifications.UserAddressOnAfterSave, but it doesn't exist in that namespace? This page says that it should exist there, but it ...
Oscar Romin
04/12/2018 18:04:54
Last post: 05/12/2018 10:13:07
Usercontrols in dw9
Hi all, According to the documentation, the possibility of inserting a .ascx usercontrol has been removed in dw9. The Load tag has been removed as well. is it possible to load the usercontrol in a page/parahgraph razor template withouth doing it thro ...
Mikkel Toustrup Olsen
03/12/2018 13:44:06
Last post: 04/12/2018 10:00:14
DLL Hell - Dynamicweb overwriting DLLs
Hi there, We have many custom solutions that use a component that has a dependency on Newtonsoft JSON 11. The site is set up as custom but has /Admin point to a shared Admin folder. Whenever I log in to the backend, Dynamicweb does an upgrade check a ...
Imar Spaanjaars
17/11/2018 11:31:46
Last post: 14/01/2019 13:37:42
Use translation outside template
Hi, I'm creating an addin to create a couple of PDF-files for download. Is it possible to use the Dynamicweb.Rendering.Translation.Translation.GetTranslation without a design template, as my addin won't have any frontend, but will only run as a sched ...
Kurt Moskjær Andersen
15/11/2018 08:59:19
Last post: 15/11/2018 15:30:04
Get ecom product groups (tree) sorted on relations sorting
How do I get the product groups sorted by the relations sorting defined in the tables EcomShopGroupRelation and EcomGroupRelations? I basically want to retrieve the same tree that's displayed in the admin ecommerce tree from a template. I looked thro ...
Sander
13/11/2018 09:52:28
Last post: 23/11/2018 13:47:02
Limit the use of the image handler
Dynamicweb has a nice image handler for manipulating images on the fly (Admin/Public/GetImage.ashx). But how do I limit the use of this handler to only allow a predefined set of values? The reason I ask this is because someone who want to do harm, co ...
Martijn van Tongeren
06/11/2018 17:23:54
Last post: 06/11/2018 17:45:26
Disable ?debug=true
How do I disable the ability to render debug info when providing a debug querystring parameter? Because this contains alot of sensitive information. ...
Sander
06/11/2018 16:55:26
Last post: 07/11/2018 08:28:36
Convert quote to order
Hi guys, I have a situation where I need to convert a quote to an order and checkout. Basically, I need to move from Quote to completed order withour an intermediary step. For a very complicated reason, I am listing the quotes with Data list, so no C ...
Adrian Ursu
06/11/2018 15:31:34
Last post: 06/11/2018 18:56:02
Implementing a custom PriceProvider using different units
I'm trying to implement a custom price provider that calculates the price according to a specified unit. We have a custom table containing the information how to calculate from one unit to another: ProductId FromUnit ToUnit Factor 1 piece m2 278 1 pi ...
Martijn van Tongeren
06/11/2018 14:05:51
Last post: 06/11/2018 15:01:38
Implementing a custom DatabaseConnectionProvider
We've implemented the IDatabaseConnectionProvider interface to create a custom database connection provider which reads the connection string from the web.config. All seems to be working fine for regular requests, but when building a repository index ...
Martijn van Tongeren
01/11/2018 09:52:49
Last post: 01/11/2018 11:25:32
Major performance issues by "After DwNavigation"
Hello! I'm experiencing major loading times on every page on my site, and after putting ?debug=true in the url I see that the events 'After DwNavigation(navbar)' and 'After: BeforeSort' takes about 21 seconds to load. 'After: BeforeSort' is used on p ...
Oscar Romin
29/10/2018 16:42:42
Last post: 07/11/2018 08:51:24
GetItemList in DW 8
Hi guys, I know it's a bit old school, but I need a decent way to get the content of an ItemRelation list that is set on the PageItem. I can get the ID of the page, I can probably get the Item for that page but I don't know how to get the ItemRelatio ...
Adrian Ursu
25/10/2018 22:06:57
Last post: 03/11/2018 06:51:04
Nuget restore
Hi Is it posible to install all nuget packages without the admin content folder, so we can handle all dll's via nuget instead of adding them to source control or manual add to the website? Br. Mads ...
Mads Kold
24/10/2018 08:52:55
Last post: 24/10/2018 23:12:39