473,698 Members | 2,611 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 16 '05 #1
13 1221
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 16 '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**********@p lanet.nl> wrote in message
news:OJ******** ******@tk2msftn gp13.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 16 '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******@hotma il.com> wrote in message
news:%2******** **********@TK2M SFTNGP09.phx.gb l...
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 16 '05 #4
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 16 '05 #5
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_A T_ZAPTHIS_TONIQ _DOT_CO_DOT_NZ> wrote in
message news:eD******** ******@tk2msftn gp13.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 16 '05 #6
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******** ******@tk2msftn gp13.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_A T_ZAPTHIS_TONIQ _DOT_CO_DOT_NZ> wrote in
message news:eD******** ******@tk2msftn gp13.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 16 '05 #7
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 16 '05 #8
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.i ndividual.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 16 '05 #9
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 16 '05 #10

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

Similar topics

0
6125
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 file as folows. I need help to resolve them ASAP: cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D " WIN32" /D "_W INDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /
6
2140
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, and altered flat-files produced. The job aborts at EXACTLY 105 seconds (1 min, 45 seconds) regardless of WHERE in the process we are - could be DB read, DB write, string manipulation - whatever.
22
3291
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 load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
16
1012
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 product made in VS.NET 2003 to the newer version and whether its redistributable is available or not ? Thank You in advance rawCoder
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7740
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.