|
Home > Archive > Microsoft Content Management Server > June 2006 > Unable to set TemplateFile property
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Unable to set TemplateFile property
|
|
|
| I recently inherited a MSCMS project and successfully got it up and going on
an VPC installation. The site runs fine, I can view the template details
for all of the templates, create new postings, etc. I can create new
templates, but when I go to assign the TemplateFile I get a "COM Exception:
Unable to find the path specified." The odd thing is that the path is
appears to be looking for matches the path stored for existing templates,
Ex. "/WebApplications/root/Templates/ChannelLayout.aspx". Am I missing
something simple here?
| |
|
| Fixed by correcting the DeveloperTools.xml file in the directory C:\Program
Files\Microsoft Content Management Server\DevTools\
and altering the parameter - Instance ID
<CmsEnvironment>
<Server BaseUrl="http://localhost" InstanceId="380974556" />
<Template QueryString="" />
</CmsEnvironment>
Kevin
"KC" <nope@nope.com> wrote in message
news:OrUW9aTmGHA.1912@TK2MSFTNGP02.phx.gbl...
>I recently inherited a MSCMS project and successfully got it up and going
>on an VPC installation. The site runs fine, I can view the template
>details for all of the templates, create new postings, etc. I can create
>new templates, but when I go to assign the TemplateFile I get a "COM
>Exception: Unable to find the path specified." The odd thing is that the
>path is appears to be looking for matches the path stored for existing
>templates, Ex. "/WebApplications/root/Templates/ChannelLayout.aspx". Am I
>missing something simple here?
>
|
|
|
|
|