Other projects gets edited automagically since I installed EPiServer CMS
Vote:
Some projects have been struck with Voodoo magic since I installed EPiServer CMS.
A couple of weeks ago, a tagname mapping in an usercontrol had added version 5.1.358.4 and when I got to work this morning this was found in the web.config of a site I've been working on for a couple of weeks (4.61 project):
...and so on.
I haven't touched the EPiServer Manager since installing EPiServer CMS on another site 1.5 months ago.
Any idea what is editing my project files?
Thanks,
Magnus von Wachenfeldt
Since installing EPiServer CMS I have had Visual Studio (I assume) changing web.config (like you describe) for any 4.61 projects I open. It's quite annoying, does anyone know how to stop this behaviour?
Try removing the new EPiServer Assemblies from the GAC.
To succeed doing this after installing the SDK you will have to clean the registry under:
HKLM\SOFTWARE\Classes\Installer\Assemblies\Global
/Fredrik
I'm also experiencing Visual Studio voodoo. If I open a page or user control that contains a <%@ Register TagPrefix="EPiServer" Namespace="EPiServer(.Web).WebControls" Assembly="EPiServer" %> tag, Visual Studio will automagically create a web.config file for me if one does not already exist.
Yup. It's really really annoying. When I'm working on a 4.6 site after working on a CMS, I have to start with reverting all changes to web.config.
EPiServer: I hope you do something about that in the next release....