Bug reports Found a bug? Post it here please.
Version 5.x > Bug reports > [CMSDataProperties.LoadTransformation]: The file does not exist. View modes: 
User avatar
Member
Member
nvpat - 7/29/2011 11:05:46 AM
   
[CMSDataProperties.LoadTransformation]: The file does not exist.
I copied the following post from the Version 4.x Bug Report section because I'm seeing the same thing in v5.5.4216 R2, even though it says it was fixed in 4.01:

persona wrote: I am using Kentico version 4.0 and constantly keep getting this error saying that a transformation does not exist -

[CMSDataProperties.LoadTransformation]: The file '/CMSTransformations/Ecommerce/Transformations/Product_Preview_BD.ascx' does not exist.

Surprisingly, if I refresh the page, it loads the transformation and the page works fine. I have tried to save all virtual objects to the file system in CMS Site Manager -> Administration -> System -> Deployment interface by clicking the button “Save all virtual objects to disk”. Also restarted the application after that. But it did not help. It still shows the same error.

Has anyone else experienced this problem? Is there any solution to this? I have never noticed anything like this in earlier versions?

Note that I haven't done the "Save all virtual objects to disk" step because I'm wary of the warning: "Please note that you may need to manually delete some files if you changed the object code names or deleted the objects between two deployments" and I have no current need to pre-compile or to run the site in a Medium Trust environment.

Surely the site should work properly without this extra step? As stated in the original post, once I refresh the page I don't get that error. It only seems to occur if I visit the site after it hasn't been visited for a long time.

Thanks.

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 8/1/2011 4:38:05 AM
   
RE:[CMSDataProperties.LoadTransformation]: The file does not exist.
Hi,

would it be possible to send us the export of your site to support@kentico.com and tell us on which page is used the transformation. Please add a reference to this thread as well.

It seems that virtual path provider is stopped for some reason.

Best regrads,
Ivana Tomanickova

User avatar
Member
Member
nvpat - 8/6/2011 12:05:24 AM
   
RE:[CMSDataProperties.LoadTransformation]: The file does not exist.
Hi Ivana.

I'm not permitted to export and send my whole site, but I have worked around the problem for now by retrieving the information I need in my code-behind class. If I am able to isolate the problem in a smaller site, I will send that to you.

Thanks.