473,385 Members | 1,829 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,385 software developers and data experts.

Net 2 and VS2003

I need the new "Port" functionality of Net Framework 2 to complete a project
that is being produced using VS2003 and C#. If I download the release version
will this cause problems with VS2003, and my earlier C# projects?
Nov 17 '05 #1
6 1540
White Knight wrote:
I need the new "Port" functionality of Net Framework 2 to complete a project
that is being produced using VS2003 and C#. If I download the release version
will this cause problems with VS2003, and my earlier C# projects?


no. they can live along side each other peacefully, but if you open a
vs2003 project in vs2005, it will convert the .sln and .csproj files to
the new format.

but by default, the vs2003 solutions will open in vs2003 and the vs2005
projects will open in vs2005.
Nov 17 '05 #2
Hi,
A much better approach is to use one of the many classes that implement
serial port use, go to www.opennetcf.org and download it from there, you
will even get the source code for it !

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
I need the new "Port" functionality of Net Framework 2 to complete a
project
that is being produced using VS2003 and C#. If I download the release
version
will this cause problems with VS2003, and my earlier C# projects?

Nov 17 '05 #3
But if Net 2 is about to give me the classes to handle serial ports anyway,
why would it not be better to use them?

"Ignacio Machin ( .NET/ C# MVP )" wrote:
Hi,
A much better approach is to use one of the many classes that implement
serial port use, go to www.opennetcf.org and download it from there, you
will even get the source code for it !

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
I need the new "Port" functionality of Net Framework 2 to complete a
project
that is being produced using VS2003 and C#. If I download the release
version
will this cause problems with VS2003, and my earlier C# projects?


Nov 17 '05 #4
By the way, I've had a quick look at the site you suggested and it seems to
be only for Compact software. Is there a similar site that deals with
full-blown Win2k OS.

"Ignacio Machin ( .NET/ C# MVP )" wrote:
Hi,
A much better approach is to use one of the many classes that implement
serial port use, go to www.opennetcf.org and download it from there, you
will even get the source code for it !

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
I need the new "Port" functionality of Net Framework 2 to complete a
project
that is being produced using VS2003 and C#. If I download the release
version
will this cause problems with VS2003, and my earlier C# projects?


Nov 17 '05 #5
Hi,

DO a search in google you will find a few of them.

IIRC the opennetcf is usable in the desktop, all you have to do is change
the dllimport to one used in the desktop.

otherwise try http://msdn.microsoft.com/msdnmag/is...netserialcomm/

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:3D**********************************@microsof t.com...
By the way, I've had a quick look at the site you suggested and it seems
to
be only for Compact software. Is there a similar site that deals with
full-blown Win2k OS.

"Ignacio Machin ( .NET/ C# MVP )" wrote:
Hi,
A much better approach is to use one of the many classes that implement
serial port use, go to www.opennetcf.org and download it from there, you
will even get the source code for it !

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
>I need the new "Port" functionality of Net Framework 2 to complete a
>project
> that is being produced using VS2003 and C#. If I download the release
> version
> will this cause problems with VS2003, and my earlier C# projects?


Nov 17 '05 #6
Hi,

That depends of you, if you have all your project in 1.1 and the only thing
you are missing is the serial comm maybe it's better to just use one of the
already done components.

IF you are planing in upgrade to 2.0 soon or you can do it right now then
you can do the upgrade.

The thing is that there are solutions in place using 1.1

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:5F**********************************@microsof t.com...
But if Net 2 is about to give me the classes to handle serial ports
anyway,
why would it not be better to use them?

"Ignacio Machin ( .NET/ C# MVP )" wrote:
Hi,
A much better approach is to use one of the many classes that implement
serial port use, go to www.opennetcf.org and download it from there, you
will even get the source code for it !

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"White Knight" <Wh*********@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
>I need the new "Port" functionality of Net Framework 2 to complete a
>project
> that is being produced using VS2003 and C#. If I download the release
> version
> will this cause problems with VS2003, and my earlier C# projects?


Nov 17 '05 #7

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

Similar topics

7
by: YAZ | last post by:
Hello, I have a dll which do some number crunching. Performances (execution speed) are very important in my application. I use VC6 to compile the DLL. A friend of mine told me that in Visual...
7
by: tonelab | last post by:
I currently have VS2003 .net 1.1 installed with a number of 1.1 projects built in it. All of these projects create the /bin dll for deployment and have been running on remote servers that have the...
6
by: EmmanuelE | last post by:
Just installed VS2003 and tried a hello world app. Getting 404 error even when I explictly specify the start page in the url. In IIS Mgr (v 5.1), App has .aspx mapped to...
3
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
10
by: chris | last post by:
I'm not sure if this is a bug being caused by visual studio, or by the vb compiler itself. I have good size solution (33 projects) and am consistently having a problem with one project.. ...
17
by: Samuel | last post by:
Hi All, I am in the process of converting a VS 2003 project to VS 2005 project (VB.NET Class Library). It gives the error in TypeOf and DirectCast statements. It was working...
0
by: zacks | last post by:
Like an idiot, I recently uninstalled VS2003. It wasn't long before I realized my mistake. I uninstalled VS2005 thinking I would need to before I re-installed VS2003. The uninstall of VS2005 went...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
5
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0....
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: 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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...

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.