Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.

 

Config Transform

Vote:
 

I am trying to run a config transform on the episerver.config file, however the file starts with

<episerver xmlns="http://EPiServer.Configuration.EPiServerSection">

but a transform file must start with

<episerver xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">	

This causes the transform not to work. Is the xmlns of the original config required?

#66885
Mar 12, 2013 8:39
Vote:
 

Nope, all you need is this :<episerver xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">

#66886
Mar 12, 2013 9:01
Vote:
 

There is a problem with the namespace, see http://tedgustaf.com/blog/2010/7/using-config-transforms-for-EPiServer-settings/ 

If i remember correctly this is a bug in the VS 2010 files, fixed in VS2010 SP1. So upgrade if you haven't already.

#66892
Mar 12, 2013 10:34
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.