Register tags "flip" forcing VSS checkout?

M

Mark

At the top of my ASP.NET .aspx web page, I have several tags which I've
included below. We store our ASP.NET projects in VSS. Every time I open up
this project, VSS requires me to check out this page. Comparing the local
file to the VSS copy, it keeps flipping the order of the register tags
below. Any ideas on how to keep this from happening? Thanks in advance.
-Mark

<%@ Page language="c#" Codebehind="client_homepage.aspx.cs"
AutoEventWireup="false" Inherits="mycompany.myproject.client_homepage" %>
<%@ Register TagPrefix="uc1" TagName="nav_internal" Src="nav_internal.ascx"
%>
<%@ Register TagPrefix="uc1" TagName="footer" Src="footer.ascx" %>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top