Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

VS.NET 2008 beta testers: anyone else getting thousands of   strings on design view change?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ken Fine - 31 Aug 2007 02:17 GMT
I am using VS.NET 2008 and like it a lot. One of the very few things I don't
like is a bug that seems to spawn literally thousands of   strings, one
after the other, on design view changes. Sometimes I will end up with as
many as 30,000 of them. I have to do a "Replace" which is slower than I'd
like. This is slowing down my work a lot.

This might be related to a commercial control I'm using, or it may just be
VS.NET's indentation getting mangled badly.

Is this happening to anyone else? Is there are workarounds  (e.g. turning
off some aspect of automatic code formatting ?)

-KF
Michael Nemtsev, MVP - 31 Aug 2007 03:56 GMT
Hello Ken,

Could you describe the sequence which reproduce this bug?
Btw, u can submit your bug there http://go.microsoft.com/fwlink/?LinkId=82610&clcid=409

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour 

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

KF> I am using VS.NET 2008 and like it a lot. One of the very few things
KF> I don't like is a bug that seems to spawn literally thousands of
KF>   strings, one after the other, on design view changes.
KF> Sometimes I will end up with as many as 30,000 of them. I have to do
KF> a "Replace" which is slower than I'd like. This is slowing down my
KF> work a lot.
KF>
KF> This might be related to a commercial control I'm using, or it may
KF> just be VS.NET's indentation getting mangled badly.
KF>
KF> Is this happening to anyone else? Is there are workarounds  (e.g.
KF> turning off some aspect of automatic code formatting ?)
KF>
KF> -KF
KF>
Steven Cheng[MSFT] - 31 Aug 2007 05:33 GMT
Hi KF,

First, I should thank you for using the Visual Studio 2008 beta product and
share your experience with us. Though it is still under beta, it's quite
important to get feedback from community and consumers, I'm also interested
in the problem you met, would you give some further info on this such as a
complete steps to repro it? I can also have a test in my local test
environment.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
   

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>Date: Fri, 31 Aug 2007 02:56:51 +0000 (UTC)
>Message-ID: <3d9fba1a2b6f8c9b9e588e1f070@msnews.microsoft.com>
>From: Michael Nemtsev, MVP <nemtsev@msn.com>
>Subject: Re: VS.NET 2008 beta testers: anyone else getting thousands of
&#160; strings on design view change?
>References: <70E5F90C-5A73-405F-AA75-203059BF777F@microsoft.com>
>MIME-Version: 1.0
[quoted text clipped - 35 lines]
>KF> -KF
>KF>
Ken Fine - 31 Aug 2007 06:53 GMT
It is my pleasure to use VS.NET in beta and it is extremly helpful for my
work that MSFT has made it available now.

The steps are very easy to reproduce:
1) I'm utilizing this control: http://www.amarantin.se/. Note that it may
not be the control's fault; it may be VS.NET's fault or my fault.
2) I'm using a page with MultiView/Views, ListView, and DataPager. Also a
few Telerik controls
3) In the aspx/ascx file, switch between design view and script view.
Bazillions of  &#160;  characters are spawned quite regularly in the
transition.

I tried switching off code outlining. That did not help.

If you give me a few days, I will be able to come up with a more specific
and isolated bug report by testing the components individually.

In the short term, if someone could suggest a way to set up a key binding or
a macro in VS.NET to clean up this stuff quickly, that would really help me
out. If there is a way to force a faster search-and-destroy for the bad
characters, that would help too.

-KF

> Hi KF,
>
[quoted text clipped - 63 lines]
>>KF> -KF
>>KF>
Michael Nemtsev, MVP - 31 Aug 2007 07:03 GMT
Hello Ken,

yep, if only we have these components :)

However, are u using the latest version of your components?

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour 

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

KF> It is my pleasure to use VS.NET in beta and it is extremly helpful
KF> for my work that MSFT has made it available now.
KF>
KF> The steps are very easy to reproduce:
KF>
Ken Fine - 31 Aug 2007 07:27 GMT
Yes, using the latest version.

The control can be downloaded and is fully functional: the only limit is
that a watermark appears on the resultant images. If you're interested, you
can test. Or, I will test more carefully in a few days.

It does not sound like this problem is widespread, so this may indeed be a
case of my control interacting badly with VS.NET.

-KF

> Hello Ken,
>
[quoted text clipped - 12 lines]
> KF> KF> The steps are very easy to reproduce:
> KF>
Mark Rae [MVP] - 31 Aug 2007 07:53 GMT
> The control can be downloaded and is fully functional

What did the vendor of the control say when you contacted them...?

Signature

Mark Rae
ASP.NET MVP
http://www.markrae.net

Ken Fine - 31 Aug 2007 08:16 GMT
Until I ID the vendor as the clear and unambiguous cause of this problem,
I'm not going to hassle them. You'll notice in my first post I didn't even
ID them; I didn't want to seem to cast blame without being sure. Steven
asked for the conditions that led to the error so I went ahead and added
more detail.

I was wondering if people are generally running into this issue. It sounds
as though they are not.

-KF

>> The control can be downloaded and is fully functional
>
> What did the vendor of the control say when you contacted them...?
Steven Cheng[MSFT] - 03 Sep 2007 16:00 GMT
Hi Ken Fine,

It seems the problem not quite easy to repro without using that vendor's
component. Have you been able to repro the same behavior through some
standard built-in controls? If not, I'm afraid it would be a bit harder to
dig it further or the dev team will also be unable to track on this.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Ken Fine" <kenfine@newsgroup.nospam>
>References: <599A70BE-DC37-4965-9316-E25EA63311B7@microsoft.com>
<3d9fba1a2bc48c9b9ff9eaad5c0@msnews.microsoft.com>
<DBE24207-AAB8-409A-94E0-B5AC5093C307@microsoft.com>
<et4l0u56HHA.4476@TK2MSFTNGP06.phx.gbl>
>In-Reply-To: <et4l0u56HHA.4476@TK2MSFTNGP06.phx.gbl>
>Subject: Re: VS.NET 2008 beta testers: anyone else getting thousands of
&#160; strings on design view change?
>Date: Fri, 31 Aug 2007 00:16:02 -0700

>Until I ID the vendor as the clear and unambiguous cause of this problem,
>I'm not going to hassle them. You'll notice in my first post I didn't even
[quoted text clipped - 10 lines]
>>
>> What did the vendor of the control say when you contacted them...?
Steven Cheng[MSFT] - 06 Sep 2007 03:33 GMT
Hi Ken Fine,

How are you doing? Have you been able to repro the issue through some
standard controls or component in the VS 2008 IDE? If so, you can give me a
test page or send me a test project so that I can also perform some test on
my side.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------

>Hi Ken Fine,
>
[quoted text clipped - 36 lines]
>>>
>>> What did the vendor of the control say when you contacted them...?
Ken Fine - 31 Aug 2007 07:55 GMT
Just generated 53,000+ instances of the nasty character string by switching
back and forth three times between views. Ugh.

My instinct is that maybe if I turn off the right "code reformatting" option
in VS.NET, this issue may go away, but I'm not sure where to start...

-KF

> Yes, using the latest version.
>
[quoted text clipped - 23 lines]
>> KF> KF> The steps are very easy to reproduce:
>> KF>
Ken Fine - 31 Aug 2007 08:18 GMT
I have found a passable workaround, though I still would prefer a faster
fix.

The workaround is to open the file in Notepad and use search/replace in NP,
which is nearly instantaneous. VS.NET will note the modification of the file
and prompt for reload. Repeat as necessary.

I would prefer a VS.NET key binding or something like that that called an
external process if necessary to clean up my file. Don't know if that is
possible.

-KF

>I am using VS.NET 2008 and like it a lot. One of the very few things I
>don't like is a bug that seems to spawn literally thousands of &#160;
[quoted text clipped - 9 lines]
>
> -KF

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.