Try our conversational search powered by Generative AI!

UI mapping problem in EpiServer CMS 5

Vote:
 

Hello!

I'm working on a CMS 5 project, and I'm specifically setting up the environment. I have no problem entering admin mode, although there are many images that are missing, but if I try to enter Edit mode then i get a strange error that says "Directory '[myAppDir]\Util' does not exist. Failed to start monitoring file changes."

Has anybody got this error before? Any ideas or suggestions would be great appreciated. Thanks in advance,

/Kenia

#52694
Aug 10, 2011 10:07
Vote:
 

Hi Kenia,

 

Check the <virtualPath></virtualPath> in the web.config file. See whether the physical path associated with "~/Util/" exists or not.

 

Regards,

S.K. SreeRaghavendra

 

 



#52705
Aug 10, 2011 12:24
Vote:
 

Hello and thanks for your reply.

That was you suggest was, as a matter of fact, the first thing I did and the physical path actually exists and points correctly to the Episerver installation folder. What i find really strange is that the path in the error message is pointing to the project folder instead...

#52707
Aug 10, 2011 13:02
Vote:
 

Hi Kenia,

 

Can you paste the virtual path configuration related to the "Util" and also the site settings "uiUrl"... Coz the edit mode uses this value to connect to the Edit Mode.

 

Regards,

S.K. SreeRaghavendra

#52735
Aug 11, 2011 8:50
Vote:
 

Here it goes

<add virtualPath="~/Util/" physicalPath="C:\Program Files\EPiServer\CMS\5.2.375.236\application\util" name="UtilFiles" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer"/>

 and in site settings

uiUrl="~/sUI/" utilUrl="~/Util/"

Everything looks  just normal to me.
Thanks for your help!

#52738
Aug 11, 2011 11:35
Vote:
 

Any chance you're running a 64 bit operating system?

Frederik

#52739
Aug 11, 2011 11:40
Vote:
 

Hej!

As a matter of fact, yes I am! I run Windows 7 64 bits. I don't see how that would be important though...

Greetings,
/Kenia

#52740
Aug 11, 2011 13:18
Vote:
 

For 64bit operating system's EPiServer gets installed in the Program Files (x86) folder. Try updating the paths to:

C:\Program Files (x86)\EPiServer\CMS\5.2.375.236\application\util etc.

Frederik

#52741
Aug 11, 2011 13:20
Vote:
 

well, in this case i only have Program Files and that's where Epi was installed, so the paths are completely valid. I forgot to mention that the environment is mounted in a virtual machine, in case that would matter..

#52742
Aug 11, 2011 13:24
* 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.