We are developing a site using Visual Studio and Umbraco, where most of the development happens in VS. We have been experiencing some problems and are not sure if it's due to the Umbraco integration or VS.
Symptoms:
warning messages at all <asp:..> tags (green underline in VS) Unrecognized tag prefix or device filter 'asp'.
some events not firing properly to code-behind, especially dropdown/comboboxes SelectedIndexEvent not firing properly. Very random if the events is fired properly and correct eventargs is displayed.
Another annoying behavior is when saving the Markup file the cursor jumps to the top of the page.
Has anyone been experiencing this, it is slowing down our development so any help will be much appreciated.
We have fixed the problem. It was caused by a missplaced "MasterPageFile="---.master" tag. The top masterpage had somehow been set to be a child of the "default.Master" page, which we haven't used. We do believe that somehow the Umbraco admin has changed this when we either have saved the masterpage in umbraco admin or republished the site in umbraco admin.
Umbraco/Visual Studio weird/buggy behavior.
We are developing a site using Visual Studio and Umbraco, where most of the development happens in VS. We have been experiencing some problems and are not sure if it's due to the Umbraco integration or VS.
Symptoms:
Another annoying behavior is when saving the Markup file the cursor jumps to the top of the page.
Has anyone been experiencing this, it is slowing down our development so any help will be much appreciated.
We have fixed the problem. It was caused by a missplaced "MasterPageFile="---.master" tag. The top masterpage had somehow been set to be a child of the "default.Master" page, which we haven't used. We do believe that somehow the Umbraco admin has changed this when we either have saved the masterpage in umbraco admin or republished the site in umbraco admin.
is working on a reply...