Developer forum

Forum » Dynamicweb 9.0 Upgrade issues
Subject
Replies
Started by
Last reply
Upgrade to 9.4.7: An item with the same key has already been added.
Hi Dynamicweb, After upgrading to 9.4.7 from 9.4.5 we have an error and cannot access the site: [ArgumentException: An item with the same key has already been added.] System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +56 System.Co ...
Anders Ebdrup
22/03/2018 07:09:59
Last post: 22/03/2018 22:58:54
OrderLineType stored differently
Hi guys, I think we ran into a major issue with the way order lines are stored in the database, In the past, OrderLine.Type was an enum dressed as an integer pretending to be a string or so, but the bottom line was that in the database I would get 1, ...
Imar Spaanjaars
21/03/2018 23:05:38
Last post: 28/03/2018 18:46:24
Error on update to 9.4.3
Using package manager Severity Code Description Project File Line Suppression State Error Unable to find a version of 'Dynamicweb' that is compatible with 'Dynamicweb.Admin 9.4.3 constraint: Dynamicweb (>= 9.4.3)', 'Dynamicweb.Analytics 1.0.0 cons ...
Peter Leleulya
27/02/2018 13:42:48
Last post: 28/02/2018 14:11:55
Error in OrderRepository
Hi there, On 9.4.2, we're getting this: System.ArgumentException: Must specify valid information for parsing in the string. at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument) a ...
Imar Spaanjaars
21/02/2018 01:15:06
Last post: 21/02/2018 15:12:44
Invalid characters in Query Name
Hi guys, I have just upgraded to 9.3.11 and all of a sudden I get some weird validation message everytime I try to save my Queries. Invalid characters in Query name. See screenshot. Is this a bug? I have not edited my queries and I had a look at a qu ...
Adrian Ursu
08/02/2018 00:14:39
Last post: 22/02/2018 09:18:50
Form settings: how to not send mail
Hi, We created a form with the forms for editors module. It is a register form, and we want that the filled in credentials go to the company, but not to the customer. In DW8 there was always a checkbox that you can say if it should send an email to t ...
Manon Wekking
05/02/2018 12:49:01
Last post: 05/02/2018 14:00:04
VAT Groups not working after upgrade
Hi Guys, I have recently upgraded a solution from the latest 8.9 to 9.3.9. In 8.9 we had a few VAT groups defined, that were assigned to different products. After the upgrade, although all definitions and allocations have been preserved, the VAT Grou ...
Adrian Ursu
31/01/2018 22:00:17
Last post: 09/02/2018 12:08:50
Statistics in DW 9.4?
I was told that statistics would be part of DW 9.4 but where can i find it? A lot of customers are waiting for it. ...
Per Søgaard
31/01/2018 11:21:33
Last post: 16/04/2018 09:33:46
CardCmd=Add&ProductID={non active product} is still added to the shopping card
Hi, The cardcmd command seems to be able to add inactive products to a shopping card. Instead of firing an error message the cardcmd command just adds the non active product to the shopping cart. Kind regards, Ben ...
Ben Doorn
30/01/2018 16:59:49
Last post: 31/05/2018 00:32:36
Template editor is blank
Hi Guys, I have just made a big update on one of our old solutions. From 8.6 to the latest 9.3 version. of course, with an intermediary stop to 8.9. Everything seems fine except for the template Editor. I cannot get it to dispay anything when I try t ...
Adrian Ursu
25/01/2018 13:42:40
Last post: 25/01/2018 17:07:02
ExtranetLogin
Hi guys, security.ExtranetLogin method seems to be removed in version 9.3.5. What is the replacement method? We are trying to upgrade a client solution where it is used in the context below: // Workaround for programmatic logins with hashed passwords ...
Peter Gustafsson
13/12/2017 23:29:17
Last post: 28/06/2018 10:18:07
ItemPublisher issue when selecting specific items
Hi. When I, in the ItemPublisher, try to select (more than one) specific items, it does not display any. If I only select one, it displays the one item correct. It seems like the loop is not pupulated if there is more than one specific item selected. ...
Mikkel Belchuke
13/12/2017 09:05:07
Last post: 03/01/2018 14:26:08
Link To Item doesnt work
Hi! Im working on a paragraph with 3 buttons. Each button har one text-field and one link to item-field. When i try t choose which page (see attachment) nothing happens, and if I write "Documents" or another page-name it just says "required" beneath  ...
David Alexandersson
08/12/2017 15:14:56
Last post: 08/12/2017 16:28:55
Default news detail template - how?
We have several solutions with up to 140 paragraphs with the news module. In DW 9 we have to select a news detail template for each paragraph with the news module - that means finding, opening, selecting, saving 140 times. (Because the templates sele ...
Per Søgaard
29/11/2017 12:15:56
Last post: 18/01/2018 09:15:12
Page Item based content in folder should be included in Google sitemap.xml
We are using page based items in folders for a lot of content like news, references etc. but it is not included in the Google sitemap.xml. This would would be nice so we can get it included faster in Google index. ...
Per Søgaard
27/11/2017 15:16:22
Last post: 28/11/2017 13:39:42
Loading icon not centered
Hi, In the File Manager we can see the loading icon is not centered - look odd https://www.screencast.com/t/If3VlqUJQpR6 Best Regards, Nuno ...
Nuno Aguiar
27/11/2017 12:16:07
Last post: 05/12/2017 08:12:10
NuGet issue?
Hi, Whan starting DW 9.35 on an testserver it automatically seems to update DLL files in the bin folder. I do not want this to happen, because it works on my computer locally (where it does not update the files automatically). Is there anyway of turn ...
Håkon Fogelberg
22/11/2017 15:03:34
Last post: 22/11/2017 15:30:38
Paragraph sorting with Dyanmicweb grid
Hi, We are experiencing issues with the drag and drop sorting of paragraphs. One of the issues is a JavaScript error as you can see here: https://www.screencast.com/t/pNrYt6saZ Another issue is the "Insert after" option, where it often ends up a coup ...
Mikkel Ulstrup
21/11/2017 01:35:47
Last post: 21/11/2017 08:21:08
Change log level
Hi there, When I use the new logging framework and use any methods below Info() II'm not seeing any output (i.e. it seems to ignore trace and debug statements). Is there a global config setting that we can change to include lower level messages? Than ...
Imar Spaanjaars
20/11/2017 20:39:34
Last post: 21/11/2017 17:24:23
Upload file with -- in the name
Hi, We have some projects where we are uploading files with "dash dash" in the filename. Example "{productNumber}--front.jpg" If I try to upload this image from the backend, it does not work. Shouldn't it work? (using 9.3.6) Best Regards, Nuno Aguiar ...
Nuno Aguiar
20/11/2017 13:23:48
Last post: 20/11/2017 14:21:26