Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
sessionState 'StateServer' and 'SQLServer' not supported in DW
It looks like sessionState 'StateServer' and 'SQLServer' is not supported in DW. I get the following error: "Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a ...
Remi Muller
15/01/2014 13:03:28
Last post: 16/02/2014 22:24:28
dw:DateSelector month + 1 on 31 of the month
dw version = 8.2.3.17 I have a strange date bug with the dw:DateSelector. On any custom module when using a dw:DateSelector. Set the current datetime of the server to 31st of the month. On the dw date selector set a choose a month which does not end  ...
Remi Muller
09/01/2014 15:14:50
Last post: 10/02/2014 18:47:03
RE: FormSaveProvider return value
Hello. We have a form save provider that will send some data over to a web service and if anything goes wrong it will return false as the result. Is there a way to use this to present a message to the user ? Marco ...
Marco Santos
08/01/2014 11:54:15
Last post: 14/01/2014 15:38:14
Product.Save() gives error on some languages.
Hi DW, I have some code that saves product category field values on products, but when i hit the Save() method my code gives me this error: Errors while running pipeline : Message : Violation of PRIMARY KEY constraint 'EcomProducts$PrimaryKey'. Canno ...
Martin Nielsen
18/12/2013 15:52:54
Last post: 19/12/2013 10:18:33
Setting cookie trough querystring parameter
For one of our websites we needs to be able to set a cookie to influence some of the behavior on the website. We currently do this using a cookie which is set when a certain value is in the query string. For example; http://www.domain.com/default.asp ...
Rob Lohmann
16/12/2013 13:22:23
Last post: 17/12/2013 15:10:48
Method Save is not called (Code First)
Hi, I have created this item. But the Save method is never called! Why not? Im am using version 8.3.1.6. public class ItemSaveTest : ItemEntry { [Name("TestSave")] public string TestSave { get; set; } // this save method is never called! pu ...
Lars Larsen
06/12/2013 12:15:31
Last post: 27/01/2014 14:17:15
Wrong secret for completed order
Hi We have an issue in Chrome when completing an order, as we get "Wrong secret for completed order". I Works fine in IE and Firefox. The Order log is as follows: (The http://88888 is my doing) , 02 dec 2013 14:52:27 Order TEST641: Passing  ...
Lars Bruun
02/12/2013 18:27:25
Last post: 03/12/2013 10:18:54
Prevent form from saving
Hi, How can I prevent a form from getting saved? Can the FormSaveProvider be used for this? Regards / Aki ...
Aki Ruuskanen
02/12/2013 14:20:21
Last post: 04/12/2013 13:47:15
Boost a field
Hi, Does anyone know how to boost a field when querying the lucene index (or indexing)? I can only see how to boost a term with "BoostCriteria", but not a field, as you cannot boost at wildcard term, so you need to boost the field in stead  ...
Anders Ebdrup
21/11/2013 12:42:11
Last post: 12/12/2013 06:23:37
How to apply errormessage for itemfield validation
Hi, I am creating an item through the API and want to apply a validation to the itemfields in my item. I can see that it's possible to apply two types of validation attributtes: "RegExAttributte" and "RequiredAttribute". But I can ...
Lars Larsen
21/11/2013 11:28:47
Last post: 22/11/2013 08:59:24
Getting current ProductID in UserControl
Hi guys, Would love to get some help on this one, hopefully :-) I am in a situation where I MUST use custom .net usercontrol here, I am including this control into the Ecommerce product template. So when I am in ecommerce, when I am looking at the pr ...
Dmitrij Jazel
20/11/2013 10:50:03
Last post: 20/11/2013 11:53:10
Problems with UserManagement API
Hi DW, I have a solution that has about 1800 groups under one group in UserManagement. Each group represents a company, and under each group i have X employess. In my code a have a method that adds a user to a company, but it's pretty slow, he's a sn ...
Martin Nielsen
13/11/2013 14:56:08
Last post: 13/11/2013 16:13:07
API Send user registration email
Hi Guys. DW 8.3.0.4 - Can i send the Create user email, to a user i create with the UserManagement class ? Maybe by pointing to the paragraph where the extranet extented module is and the the settings from here? ...
Mikkel Høst
11/11/2013 17:42:25
Last post: 13/11/2013 13:13:41
Adding xml data to Rendering.Template
I have a question/request. Problem: 1. I have XmlDocument/XmlNode from other source/code/webservice/whatever 2. I want the contents to be available to processing in an xslt template. It seems stupid to iterate an xml document, creating loops, setting ...
Steen Nørgaard Perdersen
07/11/2013 09:14:03
Last post: 06/02/2014 13:41:42
Access DwTemplateTags via API?
Hi guys, I was thinking if I could access some of the global DW tags through API? Was looking at Dynamicweb.Rendering namespace but could not find the right method :-( ...
Dmitrij Jazel
06/11/2013 14:09:41
Last post: 06/11/2013 14:26:17
Redirecting URLs with URL REWRITE 2.0
Hey guys, I'm launching a site tomorrow and i need to map about 160 URLs to new locations on the new site. My URLs look like this: SHOP/Borddaekning.aspx?GroupID=GROUP137&cust_cat=bord#bord SHOP/Kunst.aspx?GroupID=GROUP290&cust_cat=kunst#kuns ...
Martin Nielsen
05/11/2013 15:56:49
Last post: 06/11/2013 08:54:19
Human readable Captcha?
Anyone has any suggestions for some Human readable Captchas maybe? by saying human readable I mean something that can be read, cause some of them have too much background noise that it is almost impossible for human to read it. ...
Dmitrij Jazel
31/10/2013 12:46:36
Last post: 07/11/2013 11:54:06
Dynamicweb Security Issue
Hi Nicolai, How can we verify correct implementation of the patch? should we write to support? or is there another way? online or? thanks /Bille ...
Peter Bille Larsen
29/10/2013 11:15:25
Last post: 31/10/2013 10:22:07
Problem with missing fields in index
Hi, I have a problem with my index and it could be related to this part private static Lucene.Net.Documents.Document EntryToDocument(IndexEntry e, bool createSummaryField) { string value = string.Empty; IndexEntryFieldInfo info = null; Lucene.Net.Doc ...
Anders Ebdrup
24/10/2013 16:14:20
Last post: 05/02/2014 17:47:36
Product Units
Hi, If I create a new product unit called "Boxes". In which table can I find these definitions? Regards / Aki ...
Aki Ruuskanen
23/10/2013 16:01:28
Last post: 24/10/2013 09:02:59