Hi,
I have an itemtype (MyItem) which I have created using the Model-First approch (created from within the Management-Center). The xml file for the itemtype is part of my Visual Studio project which is in TFS. This means that the xml file for the itemtype is read-only whenever I have the file checked-in in TFS. But when it's checked-in Dynamicweb can't run because of this error:
Access to the path 'C:\MySite\Files\System\Items\ItemType_MyItem.xml' is denied.
Why does Dynamicweb want write-access to the file? It seems like Dynamicweb doesn't write to the file anyway, only if I make changes to the file using the Model-First approch.