473,699 Members | 2,745 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How was your upgrade to VS.NET 2005?

I'm using VS.NET 2003 with Framework 1.1. I want to upgrade to VS.NET
2005 and Framework 2.0. I'd like to hear comments from people that
have moved to the new platform with final releases of VS.NET and the
framework. I'm interested in any installation and code migration
issues you may have had.

Thanks,
Brett

Jan 22 '06
18 1942
Brett,

So far I have seen the following:

1. Some comments after the #region statement that included a \ caused a
compile problem (easy fix)
2. The use of AutoSize as a property name for some of my own custom
controls is a problem since this is a new property of the base class in 2.0
3. Several deprecated warnings

Nothing major.

Dave
Jan 23 '06 #11
"Brett Romero" <ac*****@cygen. com> wrote in message
news:11******** ************@g1 4g2000cwa.googl egroups.com...
What do you mean a "browsable" attribute "broke" all of your code?


The Browsable attribute can used to mark a property so that it will not be
displayed in a PropertyGrid. You put [Browsable(false )] on the property and
it no longer shows up in a PropertyGrid control, just like the documentation
says. That worked fine in V1.1, but, in V2.0, adding [Browsable(false )] to
a property prevents any data binding to the property.

Almost all of our objects have at least one property that is marked with
[Browsable(false )] so all of our data binding is broken (for no good reason
I might add).
Jan 24 '06 #12
What exactly are you using the PropertyGrid for?

Thanks,
Brett

Jan 24 '06 #13
That's ugly. That must be a bug, no?

Jan 24 '06 #14
"Bruce Wood" <br*******@cana da.com> wrote in message
news:11******** ************@g1 4g2000cwa.googl egroups.com...
That's ugly. That must be a bug, no?


I reported it as a bug, we'll see what Microsoft says.
Jan 25 '06 #15
"Brett Romero" <ac*****@cygen. com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
What exactly are you using the PropertyGrid for?


Fortunately, we aren't using PropertyGrid for anything but, we have plans to
so we made sure that our objects work properly in a PropertyGrid. Plus, our
customers could be using our objects together with a PropertyGrid.
Jan 25 '06 #16
John Vottero wrote:
"Brett Romero" <ac*****@cygen. com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
What exactly are you using the PropertyGrid for?


Fortunately, we aren't using PropertyGrid for anything but, we have
plans to so we made sure that our objects work properly in a
PropertyGrid. Plus, our customers could be using our objects
together with a PropertyGrid.


Keep in mind that a PropertyGrid is a very awkward way of setting
properties/ dealing with settings. For example it doesn't support TAB
to jump to a next line and is often a small part of the screen, forces
you to open a new editor often modally, etc.

If possible, write a more properly way of offering the data to change
to your users.

FB

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Jan 26 '06 #17


I upgraded my VS2003 C# application to VS 2005 .Net 2.0.

I got an upgrade report that said it Converted some files (mainly
project files) and did not convert others (no need to convert). It built
the exes and dlls[ although I got 133 warnings). So, I assumed that
the upgrade went thru successfully.

The app is a service and I am getting a Type Initializer exception when
the service comes up.

What could be causing it? The same app works fine in VS2003 and .Net FW
1.1.

Thanks in advance for your help.

Sudhir

*** Sent via Developersdex http://www.developersdex.com ***
Feb 14 '06 #18
Bsr,
j effectue un stage dont le theme est la migration de "VS2003 C#
application to VS 2005 .Net 2.0"

alors j ai besoin d aide et d un point de depart,
puisque vous l'avez deaj fait, j attend si possoble tes conseils, ansi
que des lines utiles.

Restant en contat.
Cordialement,
Jouad

Mar 13 '06 #19

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

Similar topics

0
1174
by: ibeetb | last post by:
I already have fully working copies of Visual Studio 2003, Excel 2003 and VSTO. I have previously installed them all correctly. NOW, I want to upgrade my Visual Studio 2003 to Visual Studio 2005. Will I need to reinstall Excel 2003 and VSTO if I go ahead and do a VStudio 2005 upgrade?
2
1748
by: Sharrukin Amiri | last post by:
Where can I find the upgrade wizard to that I can uprade my vb6.0 ap to vb 2005 express edition beta 2? Thanks! Sharrukin
0
1016
by: Jon Gabel | last post by:
I am getting ready to upgrade from VS 2003 to VS 2005. I am creating ..NET applications for desktop PCs and for PocketPCs. From the information on the Microsoft website, it appears that I could get away with using the Standard Edition of VS 2005. I don't need many of the extra features of the Professional Version, such as remote debugging. The product feature comparison chart at...
2
3633
by: W C Hull | last post by:
Now that Visual Studio 2005 has been out a while I'm hoping that someone can give me some insight on what version to upgrade to (standard or professional). I went out on Microsoft's site and looked at the comparison chart and didn't find anything really significant between the two versions from my perspective. I have Visual Basic Professional 6.0 and have written a few standalone programs. No network, no databases just a few simple...
6
1203
by: HK | last post by:
I have ASP.NET 1.1 websites. They will need to access a SQL 2005 database. Do I have to upgrade the whole web projects to ASP.NET 2.0 in order for them to access SQL 2005? If so, anyone have any good URLs for upgrading 1.1 websites to 2.0? I'm really worried about crashing the current websites if I do a quick conversion to 2.0, but I don't have much time before needing to access SQL 2005.
2
8469
by: KR | last post by:
Hi, We are running a test upgrade form sql 2000 standard edition to sql 2005 developer edition. Followed through all the steps and specified the account(SA priveleges and currently used by the 2000 version) and is the local admin on the box for the services and the setup seemed to move fine, except for when it got to the point of installing database services - This is the error message that I got: MSSQLServer could not be started. ...
1
1175
by: =?Utf-8?B?ZGFuc3Rkb3RuZXQ=?= | last post by:
I've tried to upgrade my existing ASP.NET 2003 app to 2005 and I get a ton of errors. It compiles and runs perfect in 2003 but i get hundreds of errors in 2005. Is there an easier way to upgrade to 2005 ? Thanks
0
890
by: Nina Boss | last post by:
I'm upgrading from SQL 2000 SP4 to SQL 2005 on a 64 bit OS ( windows 2003). I've installed the new software and asked it to upgrade the default instance on the machine. The install goes well, but then using the new SQL 2005 management tool, the default instance is still listed as v 8.0.2039... Not a v9.0.342 as I would expect. It didn't upgrade. I tried uninstalling SQL 2000 but that was a disaster, nothing ran and I had to reinstall it....
1
6708
by: Jeremy Pavleck | last post by:
Just curious if it's possible, and supported, to upgrade SQL 2005 from 32bit to 64bit. This is on top of Windows 2003 64bit. Trying to get the proper supported config for OM2k7 without blowing everything away. Thanks, JDP
0
8686
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
8615
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
9033
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
8911
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
8882
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
7748
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
5872
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();...
1
3057
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
3
2009
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.