473,666 Members | 2,713 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio 2005 stable?

I have to implement a application that use Serial COM ports and I was
thinking to use VS2005, but I wan to know is that is true that is stable ?
I heard that the release date is November 7 2005 and I have to release the
app in August 2005, I want to move to 2005 so I can use ths IO Serial COMM
class that come with the Framework 2.0, I was using a VB6 control but I want
to avoid that so I do not have to distribute and regiuster the ocx.

Thanks for any comment.
Nov 17 '05 #1
2 1222
Carlos,

VS.NET 2005 itself has a few bugs in it (there is a nasty one about the
IDE not accepting non-alphanumeric input, like arrows, the return key, etc,
etc), as does .NET 2.0, but these are both still in beta. However, as far
as the framework is concerned, I would say it is pretty stable (I haven't
seen anything that is an absolute show stopper yet).

As for the API being stable, I would guess that what you see now is what
you will get later on when the framework comes out. However, you should
redistribute your application when the new framework comes out, because it
will be a different version number than you have now (you could keep the
beta framework installs out there, but I don't think that would be a good
idea).

Regarding the serial COMM class that is in .NET 2.0, I dislike it a
great deal. They went from a stream-based pull model to a push model with
events. My biggest gripe against this is not so much about getting events,
but rather, the fact that you can't use the connection anywhere a Stream is
expected (which would have been nice).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Carlos" <cp@swa.com> wrote in message
news:up******** ******@TK2MSFTN GP14.phx.gbl...
I have to implement a application that use Serial COM ports and I was
thinking to use VS2005, but I wan to know is that is true that is stable ?
I heard that the release date is November 7 2005 and I have to release the
app in August 2005, I want to move to 2005 so I can use ths IO Serial COMM
class that come with the Framework 2.0, I was using a VB6 control but I
want to avoid that so I do not have to distribute and regiuster the ocx.

Thanks for any comment.

Nov 17 '05 #2
By definition, a beta version is not a stable released one. This beta
version contains perhaps less bug than stable versions of other software, it
remains a beta. I find it's always dangerous to release a product based on a
beta.

If you don't care about the possible changes in the framework 2.0, go to
VS2005, it's a good product and the SerialPort class works very well.

Fabien

"Carlos" <cp@swa.com> a écrit dans le message de news:
up************* *@TK2MSFTNGP14. phx.gbl...
I have to implement a application that use Serial COM ports and I was
thinking to use VS2005, but I wan to know is that is true that is stable ?
I heard that the release date is November 7 2005 and I have to release the
app in August 2005, I want to move to 2005 so I can use ths IO Serial COMM
class that come with the Framework 2.0, I was using a VB6 control but I
want to avoid that so I do not have to distribute and regiuster the ocx.

Thanks for any comment.

Nov 17 '05 #3

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

Similar topics

10
1158
by: _B | last post by:
I'm trying to clear space on a laptop. Currently have Visual Studio 6 + MSDN 98, AND VS2003 + recent MSDN. I had kept the older VS6 due to some legacy apps with odd code that had trouble compiling under VS2003 (a long story...I didn't write the code, and it has to link with the author's ActiveX modules). Anyway, I'm thinking that aside from some details like that, VS 2003 will probably compile most of the legacy VC++ code. Can anyone...
3
2303
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in Asp.Net 1.1 / VB.NET. These web sites use Access Databases and NOT Microsoft SQL 2000. In the future I will need to make a few changes now and then to this web sites.
3
1115
by: George | last post by:
I am A major VB6 coder and have never done any .NET stuff. I am about to make the leap and think i will start with VB 2005 that comes in the VS 2005 Beta. Have people found it stable enough to write apps in and stable enough that I can code in it and not run into a lot of issues? I want to write window form apps and web apps. George
0
3337
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the Microsoft Visual Studio 2005 Software Development Kit. By providing a full help authoring environment within the Visual Studio 2005 SDK, Innovasys is providing developers building components and products that integrate with Visual Studio 2005 a...
8
6263
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
6052
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am running it on an Athlon 64 bit dual core with 32 bit Windows XP pro. I have 2 megs of memory so I don't...
1
3591
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in some files and work on it. Let say, I want add new page to web project named websiteOrder.sln, i will open websiteOrder.sln in my local computer, connected to websiteOrder.sln located in Visual Source Safe 6.0(source safe located in another...
0
1987
by: =?Utf-8?B?VWxmIFRob3JzZW4=?= | last post by:
I use Visual Studio 2005 for a C-project using an external compiler, and came up with the idea that error parsing would be neat, i.e. enabling the functionality available for a "normal" build where you can double click a compile error/warning message and be guided to the file/line in question. Using sed to filter output from the compiler i managed to make the error output look like the ones generated from the regular compiler, and...
5
1906
by: ....DotNet4Ever.... | last post by:
OK here the big problem... My organization is not yet ready to move to .NET 3.5 and even .NET 3.0 is still seen as something "not quite stable" (don't ask me why). For those reasons the project I am working on is still based on .NET 2.0 with Visual Studio 2005 so a migration to Visual Studio 2008 is very unlikely in the near future so I am stuck with that. So this is what I have:
0
8438
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8348
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8779
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...
0
7376
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...
0
5660
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4356
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2765
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
1761
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.