473,382 Members | 1,651 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

2003 vs 2005B

Dear All,

Just wanted to inquire whether VS.NET 2005 Beta is more stable than the
VS.NET 2003 (using common features only as in case of a port) ?
Also when is right time (earliest) to port a product made in VS.NET 2003 to
the newer version and whether its redistributable is available or not ?
Thank You in advance
rawCoder
Nov 21 '05 #1
16 983
Hi Rawcoder,

See this thread which was yesterday in the VBNet newsgroup, and go to the
begin and don't look to much at the ending kind of chitchat just to make the
messages more clear.

http://tinyurl.com/5u386
Cor
Nov 21 '05 #2
Hi Cor,

Thanx for reply.

Sorry for not reading it earlier and wasting a post. (Actually the subject
didnt suggest the content and I unfortunately cant read all posts.)

btw, this tinyURL is really kool, I wonder why the idea isn't catching up.
Or may be I am missing something again.

Thanks again
rawCoder
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OJ**************@tk2msftngp13.phx.gbl...
Hi Rawcoder,

See this thread which was yesterday in the VBNet newsgroup, and go to the
begin and don't look to much at the ending kind of chitchat just to make the messages more clear.

http://tinyurl.com/5u386
Cor

Nov 21 '05 #3
No Beta product exhibits stability of release products. You make it sound
as though you are having problems with VS 2003.

2005 is still in Beta1 which means there are still bugs being found and
fixed. Also, 2005 still has debug symbols in the code which help to locate
and diagnose errors. This also causes the code to run slower than release
code which has been fully optimized by the compiler.

--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)


"rawCoder" <ra******@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Dear All,

Just wanted to inquire whether VS.NET 2005 Beta is more stable than the
VS.NET 2003 (using common features only as in case of a port) ?
Also when is right time (earliest) to port a product made in VS.NET 2003
to
the newer version and whether its redistributable is available or not ?
Thank You in advance
rawCoder

Nov 21 '05 #4


Hi rawcoder,

http://tinyurl.com/

Herfried does by instance not like this one because it does not stay
forever, however is that needed? And shorter links on Google does not work
for full threads and search.

I did some test about that datatable, have a look at that.

Cor

Nov 21 '05 #5
> Herfried does by instance not like this one because it does not stay
forever, however is that needed?


I agree with the concern, especially since these post get archived by google
and such. But www.tinyurl.com does say they "never expire". Why believe
otherwise?

I am a big fan of tinyurl.
Greg

Nov 21 '05 #6
Could be a little bit faster though...

"Greg Burns" <greg_burns@DONT_SPAM_ME_hotmail.com> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Herfried does by instance not like this one because it does not stay
forever, however is that needed?
I agree with the concern, especially since these post get archived by

google and such. But www.tinyurl.com does say they "never expire". Why believe
otherwise?

I am a big fan of tinyurl.
Greg

Nov 21 '05 #7
Hey Gerry,
No Beta product exhibits stability of release products. You make it sound
as though you are having problems with VS 2003.


This may be true in general, but in the case of VS 2003 its a serious
question. The VS 2003 forms designer is an incredible mess of bugs and we
for one are champing at the bit for a reliable version so we can get on with
serious work instead of forever inventing workarounds and recovering design
information that VS simply chucks away seemingly at random

Cheers

Doug Forster
Nov 21 '05 #8
What kind of issues are you experiencing? We have been using 2003 from Beta
until now and I see no bugs with the forms designer.

Can you give me some examples that I can try out.

I do know that if you make changes to the code in the Designer Generated
section that it will be overwritten by VS. Visual Studio 2005 solves that
issue.

I'd like to try some of the things that you are seeing as bugs. Not that I
can fix them or have them fixed in 2003 if they are bugs but you can submit
these issues via product feedback to Microsoft so they can be looked at for
possible fixes in service packs.
--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)


"Doug Forster" <doug_ZAPTHIS_AT_ZAPTHIS_TONIQ_DOT_CO_DOT_NZ> wrote in
message news:eD**************@tk2msftngp13.phx.gbl...
Hey Gerry,
No Beta product exhibits stability of release products. You make it
sound as though you are having problems with VS 2003.


This may be true in general, but in the case of VS 2003 its a serious
question. The VS 2003 forms designer is an incredible mess of bugs and we
for one are champing at the bit for a reliable version so we can get on
with serious work instead of forever inventing workarounds and recovering
design information that VS simply chucks away seemingly at random

Cheers

Doug Forster

Nov 21 '05 #9
oh there is bugs with the form designer ;) we've had controls mysteriously
"disappear" by themselfs on compiles and other odd stuff like that then when
you go back to the form to look at it they are mysteriously missing on there
too like they never existed..
"Gerry O'Brien [MVP]" <gerry dot obrien at gmail dot com> wrote in message
news:um**************@tk2msftngp13.phx.gbl...
What kind of issues are you experiencing? We have been using 2003 from
Beta until now and I see no bugs with the forms designer.

Can you give me some examples that I can try out.

I do know that if you make changes to the code in the Designer Generated
section that it will be overwritten by VS. Visual Studio 2005 solves that
issue.

I'd like to try some of the things that you are seeing as bugs. Not that
I can fix them or have them fixed in 2003 if they are bugs but you can
submit these issues via product feedback to Microsoft so they can be
looked at for possible fixes in service packs.
--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)


"Doug Forster" <doug_ZAPTHIS_AT_ZAPTHIS_TONIQ_DOT_CO_DOT_NZ> wrote in
message news:eD**************@tk2msftngp13.phx.gbl...
Hey Gerry,
No Beta product exhibits stability of release products. You make it
sound as though you are having problems with VS 2003.


This may be true in general, but in the case of VS 2003 its a serious
question. The VS 2003 forms designer is an incredible mess of bugs and we
for one are champing at the bit for a reliable version so we can get on
with serious work instead of forever inventing workarounds and recovering
design information that VS simply chucks away seemingly at random

Cheers

Doug Forster


Nov 21 '05 #10
On 20/09/2004 Brian Henry wrote:
oh there is bugs with the form designer ;) we've had controls
mysteriously "disappear" by themselfs on compiles and other odd stuff
like that then when you go back to the form to look at it they are
mysteriously missing on there too like they never existed..


Not to say links between MenuItems and their procedures disappearing,
even though the MenuItems are still there - and the mummy of them all
when the editor seems to go into 'column mode' and deletes the first 10
or so characters from each line of code - that's a real killer!
--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm
Nov 21 '05 #11
Wow! I have never experienced any of those issues. Are these rare or
often?

--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)


"Jeff Gaines" <wh************@hotmail.com> wrote in message
news:xn****************@news.individual.net...
On 20/09/2004 Brian Henry wrote:
oh there is bugs with the form designer ;) we've had controls
mysteriously "disappear" by themselfs on compiles and other odd stuff
like that then when you go back to the form to look at it they are
mysteriously missing on there too like they never existed..


Not to say links between MenuItems and their procedures disappearing,
even though the MenuItems are still there - and the mummy of them all
when the editor seems to go into 'column mode' and deletes the first 10
or so characters from each line of code - that's a real killer!
--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm

Nov 21 '05 #12
On 21/09/2004 Gerry O'Brien [MVP] wrote:
Wow! I have never experienced any of those issues. Are these rare
or often?


The 'Column Mode' issue has happened to me three times in about a year,
nobody else will acknowledge its existence though!

--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm
Nov 21 '05 #13
Just out of curiousity, is any of this code written within the Windows Forms
Designer Generated section?

--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)


"Jeff Gaines" <wh************@hotmail.com> wrote in message
news:xn***************@news.individual.net...
On 21/09/2004 Gerry O'Brien [MVP] wrote:
Wow! I have never experienced any of those issues. Are these rare
or often?


The 'Column Mode' issue has happened to me three times in about a year,
nobody else will acknowledge its existence though!

--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm

Nov 21 '05 #14
On 21/09/2004 Gerry O'Brien [MVP] wrote:
Just out of curiousity, is any of this code written within the
Windows Forms Designer Generated section?


Yes indeed, *all* of the affected code is in that section, doesn't
affect anything anywhere else.

I don't normally edit that part of the code. It normally happens after
I've pasted a chunk of code in, sometimes from an HTML document/web
page so I guess there's some hidden codes of some sort that cause this
to happen.

--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm
Nov 21 '05 #15
Well, that answers the mystery.

The code in that section is constantly being rewritten or overwritten by the
IDE as a result of changes you make to the form designer by adding and
deleting controls, etc.

There is a warning about placing or modifying code in this section. Your
problem is the precise reason that warning is placed there.

Microsoft considers that region to be sort of a "sandbox" for code. They
don't like you messing around with their sandbox.

I can assure you that Visual studio 2005 will fix this issue. Althought it
is not considered a "bug", there is a new feature in Visual Studio 2005 that
will address this issue. You will get your own sandbox to write code in
that will be seperate from Microsoft's sandbox.

--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)


"Jeff Gaines" <wh************@hotmail.com> wrote in message
news:xn***************@news.individual.net...
On 21/09/2004 Gerry O'Brien [MVP] wrote:
Just out of curiousity, is any of this code written within the
Windows Forms Designer Generated section?


Yes indeed, *all* of the affected code is in that section, doesn't
affect anything anywhere else.

I don't normally edit that part of the code. It normally happens after
I've pasted a chunk of code in, sometimes from an HTML document/web
page so I guess there's some hidden codes of some sort that cause this
to happen.

--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm

Nov 21 '05 #16
On 21/09/2004 Gerry O'Brien [MVP] wrote:
Well, that answers the mystery.

The code in that section is constantly being rewritten or overwritten
by the IDE as a result of changes you make to the form designer by
adding and deleting controls, etc.

There is a warning about placing or modifying code in this section.
Your problem is the precise reason that warning is placed there.

Microsoft considers that region to be sort of a "sandbox" for code.
They don't like you messing around with their sandbox.

I can assure you that Visual studio 2005 will fix this issue.
Althought it is not considered a "bug", there is a new feature in
Visual Studio 2005 that will address this issue. You will get your
own sandbox to write code in that will be seperate from Microsoft's
sandbox.


Well I've always wanted my own sandbox!

Just to clarify, the pasting I was doing was not in the MS sandbox, I
never touch that. It's just that pasting elsewhere in the app affected
that part of the file for some reason.

I did run the MSDN beta for a while but took it off in the end because
when I built an install project in v1.1 all the v2 files seemed to have
over-written it, perhaps a later beta will be better.

--
Jeff Gaines - Damerham Hampshire UK
Posted with XanaNews 1.16.4.6
http://www.wilsonc.demon.co.uk/d7xananews.htm
Nov 21 '05 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Lee | last post by:
Need some help bad here. Am using VB.Net Standard 2003 supplied for a class and I need to install Msde and the sample databases to work on homework. Following the documentation I can download...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
13
by: rawCoder | last post by:
Dear All, Just wanted to inquire whether VS.NET 2005 Beta is more stable than the VS.NET 2003 (using common features only as in case of a port) ? Also when is right time (earliest) to port a...
6
by: David Waz... | last post by:
Moved an app from W/2000 Asp V1.0 to W/2003, VS/2003, ASPV 1.1 Page runs a long job, uploading 2 large fixed length files (300,000 rows) into SQL database. A process is run against the data,...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.