Wednesday, March 28, 2012

vss check out for edit problem

It's VS trying to reformat the HTML when opened. It's a common
problem/complaint. They aren't disconnected nor are they out of synch, it's
just VS trying to "readjust" it when you open it.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"msand" <msand@dotnet.itags.org.discussions.microsoft.com> wrote in message
news:0BFC619A-69D8-4A39-AE0C-D0DE5E747D68@dotnet.itags.org.microsoft.com...
> I'm having an issue with editing of the html portion of an aspx page. We
are using vss.
> In VS, I checked the file out, made a small change to the html page of the
aspx page, and checked the file back in and closed VS. Now, when I go back
in to VS, and open that solution, it right away gives me the "Check out for
edit" dialog box, for that file, but without the 'cancel' button - just the
'check out', 'edit' and 'help' buttons. There now seems to be a disconnect
between the html portion and the design portion of the file, and I can't
seem to get around it. I've tried wiping out my working folder and
starting fresh, but still get that same error.
> Thanks for any help!X in the coner?
There is no "cancel" button?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"msand" <msand@.discussions.microsoft.com> wrote in message
news:05D0D5EF-379D-48E7-8DA1-464C82EC86CE@.microsoft.com...
> Thank you so much for that. Just one more question: Is there any clean
way to get out of it when that dialog box pops up? It only gives me 2
options, 'edit' and 'check-out', neither of which I want to do typically,
I'm just trying to open the app and work on something else.
> thanks again
> "Curt_C [MVP]" wrote:
> > It's VS trying to reformat the HTML when opened. It's a common
> > problem/complaint. They aren't disconnected nor are they out of synch,
it's
> > just VS trying to "readjust" it when you open it.
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> > "msand" <msand@.discussions.microsoft.com> wrote in message
> > news:0BFC619A-69D8-4A39-AE0C-D0DE5E747D68@.microsoft.com...
> > > I'm having an issue with editing of the html portion of an aspx page.
We
> > are using vss.
> > > In VS, I checked the file out, made a small change to the html page of
the
> > aspx page, and checked the file back in and closed VS. Now, when I go
back
> > in to VS, and open that solution, it right away gives me the "Check out
for
> > edit" dialog box, for that file, but without the 'cancel' button - just
the
> > 'check out', 'edit' and 'help' buttons. There now seems to be a
disconnect
> > between the html portion and the design portion of the file, and I can't
> > seem to get around it. I've tried wiping out my working folder and
> > starting fresh, but still get that same error.
> > > > Thanks for any help!
>
Hmmm... weird, that might be something different. Maybe I've misunderstood.
Try viewing the copy in VSS through the VSS viewer and/or textpad. See how
they compare. If the server does indeed have the right info do a "get
latest" on your project to ensure synch.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"msand" <msand@.discussions.microsoft.com> wrote in message
news:5D141834-B633-41AA-960E-2D359FACE01C@.microsoft.com...
> yes, that's correct, there is no 'cancel' button. this is where my
dillema lies.
> "Curt_C [MVP]" wrote:
> > X in the coner?
> > There is no "cancel" button?
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> > "msand" <msand@.discussions.microsoft.com> wrote in message
> > news:05D0D5EF-379D-48E7-8DA1-464C82EC86CE@.microsoft.com...
> > > Thank you so much for that. Just one more question: Is there any
clean
> > way to get out of it when that dialog box pops up? It only gives me 2
> > options, 'edit' and 'check-out', neither of which I want to do
typically,
> > I'm just trying to open the app and work on something else.
> > > > thanks again
> > > > "Curt_C [MVP]" wrote:
> > > > > It's VS trying to reformat the HTML when opened. It's a common
> > > > problem/complaint. They aren't disconnected nor are they out of
synch,
> > it's
> > > > just VS trying to "readjust" it when you open it.
> > > > > > --
> > > > Curt Christianson
> > > > Owner/Lead Developer, DF-Software
> > > > Site: http://www.Darkfalz.com
> > > > Blog: http://blog.Darkfalz.com
> > > > > > > > "msand" <msand@.discussions.microsoft.com> wrote in message
> > > > news:0BFC619A-69D8-4A39-AE0C-D0DE5E747D68@.microsoft.com...
> > > > > I'm having an issue with editing of the html portion of an aspx
page.
> > We
> > > > are using vss.
> > > > > In VS, I checked the file out, made a small change to the html
page of
> > the
> > > > aspx page, and checked the file back in and closed VS. Now, when I
go
> > back
> > > > in to VS, and open that solution, it right away gives me the "Check
out
> > for
> > > > edit" dialog box, for that file, but without the 'cancel' button -
just
> > the
> > > > 'check out', 'edit' and 'help' buttons. There now seems to be a
> > disconnect
> > > > between the html portion and the design portion of the file, and I
can't
> > > > seem to get around it. I've tried wiping out my working folder and
> > > > starting fresh, but still get that same error.
> > > > > > > > Thanks for any help!
> > > > > > > > >
Thank you. I did what you suggested with the comparison and found that VS was inserting a lot of XML 'stuff' into the html portion when I went to Design mode. So we just rolled it back to the earlier version in vss and this seemed to clear everything up. I also then changed my default options settings in VS under text Tools/options/editor/HTMLXML/Format by unchecking all the check boxes, so this wouldn't happen again. This seemed to clear up the problem. It must have been all the default stuff it was inserting that caused the problem.

Thank you so much!

"Curt_C [MVP]" wrote:

> Hmmm... weird, that might be something different. Maybe I've misunderstood.
> Try viewing the copy in VSS through the VSS viewer and/or textpad. See how
> they compare. If the server does indeed have the right info do a "get
> latest" on your project to ensure synch.
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
> "msand" <msand@.discussions.microsoft.com> wrote in message
> news:5D141834-B633-41AA-960E-2D359FACE01C@.microsoft.com...
> > yes, that's correct, there is no 'cancel' button. this is where my
> dillema lies.
> > "Curt_C [MVP]" wrote:
> > > X in the coner?
> > > There is no "cancel" button?
> > > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > Site: http://www.Darkfalz.com
> > > Blog: http://blog.Darkfalz.com
> > > > > "msand" <msand@.discussions.microsoft.com> wrote in message
> > > news:05D0D5EF-379D-48E7-8DA1-464C82EC86CE@.microsoft.com...
> > > > Thank you so much for that. Just one more question: Is there any
> clean
> > > way to get out of it when that dialog box pops up? It only gives me 2
> > > options, 'edit' and 'check-out', neither of which I want to do
> typically,
> > > I'm just trying to open the app and work on something else.
> > > > > > thanks again
> > > > > > "Curt_C [MVP]" wrote:
> > > > > > > It's VS trying to reformat the HTML when opened. It's a common
> > > > > problem/complaint. They aren't disconnected nor are they out of
> synch,
> > > it's
> > > > > just VS trying to "readjust" it when you open it.
> > > > > > > > --
> > > > > Curt Christianson
> > > > > Owner/Lead Developer, DF-Software
> > > > > Site: http://www.Darkfalz.com
> > > > > Blog: http://blog.Darkfalz.com
> > > > > > > > > > > "msand" <msand@.discussions.microsoft.com> wrote in message
> > > > > news:0BFC619A-69D8-4A39-AE0C-D0DE5E747D68@.microsoft.com...
> > > > > > I'm having an issue with editing of the html portion of an aspx
> page.
> > > We
> > > > > are using vss.
> > > > > > In VS, I checked the file out, made a small change to the html
> page of
> > > the
> > > > > aspx page, and checked the file back in and closed VS. Now, when I
> go
> > > back
> > > > > in to VS, and open that solution, it right away gives me the "Check
> out
> > > for
> > > > > edit" dialog box, for that file, but without the 'cancel' button -
> just
> > > the
> > > > > 'check out', 'edit' and 'help' buttons. There now seems to be a
> > > disconnect
> > > > > between the html portion and the design portion of the file, and I
> can't
> > > > > seem to get around it. I've tried wiping out my working folder and
> > > > > starting fresh, but still get that same error.
> > > > > > > > > > Thanks for any help!
> > > > > > > > > > > > > > > > >

0 comments:

Post a Comment