Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > [CMSDataProperties.LoadTransformation] error View modes: 
User avatar
Member
Member
info-business-it - 4/16/2013 12:43:03 AM
   
[CMSDataProperties.LoadTransformation] error
Hi,
from yesterday my site show this message on the ecommerce section.
I haven't done any change of last month.
My version is 5.5

[CMSDataProperties.LoadTransformation]: http://server/CMSTransformations/87899a0b-73dc-4355-9f98-76d71b32b4d5/Ecommerce/Transformations/Product_Preview---showeditdelete.ascx(8): error CS0433: The type 'EcommerceFunctions' exists in both 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a2c6c64f\2ed1a281\App_Code.sikfhywp.dll' and 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a2c6c64f\2ed1a281\App_Code.cbjgtugr.dll'

User avatar
Member
Member
lancetek - 4/16/2013 1:48:42 AM
   
RE:[CMSDataProperties.LoadTransformation] error
Asp .Net sometimes gets the temporary files confused. Try recycling the w3wp application or running an iisreset. You can also stop IIS, clear out all of your temp asp.net files and start IIS again.

PS: your temp files are in the c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\ directory.

http://stackoverflow.com/questions/8447879/duplicate-type-error

User avatar
Member
Member
info-business-it - 4/16/2013 9:14:59 AM
   
RE:[CMSDataProperties.LoadTransformation] error
Thanks lancetek

Set the compilation configuration in web.config to batch = false

<configuration ...>
<system.web>
<compilation ... batch="false"/>

and is ok