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

2.0 to 1.1 downgrade

Hey.
Any of you know a tool that can help downgrade a 2.0 application to 1.1?
Thanks,
Sharon.
Nov 12 '06 #1
7 1830
Sharon wrote:
Hey.
Any of you know a tool that can help downgrade a 2.0 application to 1.1?
Thanks,
Sharon.

MSBee lets you compile your 2.0 app against a 1. framework:
http://tinyurl.com/zcksz

If you need a complete downgrade the best way is to rebuild the project
files in VS2003.

HTH,
Andy
--
You can email me directly by removing the NOSPAm below
xm**********@gmxNOSPAm.netNOSPAm
Nov 12 '06 #2
Yeah but i was looking for a tool that may convert generics to "normal"
collections.
Building in VS2003 generates lots of errors due to generics usage and usage
of classes that
do not exist in 1.1

"Andreas Mueller" <me@privacy.netwrote in message
news:4r************@mid.individual.net...
Sharon wrote:
>Hey.
Any of you know a tool that can help downgrade a 2.0 application to 1.1?
Thanks,
Sharon.

MSBee lets you compile your 2.0 app against a 1. framework:
http://tinyurl.com/zcksz

If you need a complete downgrade the best way is to rebuild the project
files in VS2003.

HTH,
Andy
--
You can email me directly by removing the NOSPAm below
xm**********@gmxNOSPAm.netNOSPAm

Nov 12 '06 #3
Sharon,

Than why do you not build this yourself., I doubt it, but in the way you
write it there is a great commercial opportunity for you.

Just my thought reading your message.

Cor

"Sharon" <nu**@void.nothingschreef in bericht
news:O0****************@TK2MSFTNGP04.phx.gbl...
Yeah but i was looking for a tool that may convert generics to "normal"
collections.
Building in VS2003 generates lots of errors due to generics usage and
usage of classes that
do not exist in 1.1

"Andreas Mueller" <me@privacy.netwrote in message
news:4r************@mid.individual.net...
>Sharon wrote:
>>Hey.
Any of you know a tool that can help downgrade a 2.0 application to 1.1?
Thanks,
Sharon.

MSBee lets you compile your 2.0 app against a 1. framework:
http://tinyurl.com/zcksz

If you need a complete downgrade the best way is to rebuild the project
files in VS2003.

HTH,
Andy
--
You can email me directly by removing the NOSPAm below
xm**********@gmxNOSPAm.netNOSPAm


Nov 12 '06 #4
Sharon wrote:
Any of you know a tool that can help downgrade a 2.0 application to 1.1?
If you just need to rebuild with 1.1 then it is very easy.

If you need to rewrite the app from 2.0 to 1.1 (because you
use 2.0 specific classes), then I think you need to compiler
and fix the problems one by one.

Arne
Nov 12 '06 #5
Yep, just figured that out.
The application uses too many classes that do not exist in 1.1.
I'm not going to go through with this conversion.
Sharon.
"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:45***********************@news.sunsite.dk...
Sharon wrote:
>Any of you know a tool that can help downgrade a 2.0 application to 1.1?

If you just need to rebuild with 1.1 then it is very easy.

If you need to rewrite the app from 2.0 to 1.1 (because you
use 2.0 specific classes), then I think you need to compiler
and fix the problems one by one.

Arne

Nov 12 '06 #6
Hey Cor.
It's too much work for something that will not be used that often.
Generics conversion may be easy, but think of all the 2.0 classes
that you have to find a solution for.
Sharon.

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:ON**************@TK2MSFTNGP03.phx.gbl...
Sharon,

Than why do you not build this yourself., I doubt it, but in the way you
write it there is a great commercial opportunity for you.

Just my thought reading your message.

Cor

"Sharon" <nu**@void.nothingschreef in bericht
news:O0****************@TK2MSFTNGP04.phx.gbl...
>Yeah but i was looking for a tool that may convert generics to "normal"
collections.
Building in VS2003 generates lots of errors due to generics usage and
usage of classes that
do not exist in 1.1

"Andreas Mueller" <me@privacy.netwrote in message
news:4r************@mid.individual.net...
>>Sharon wrote:
Hey.
Any of you know a tool that can help downgrade a 2.0 application to
1.1?
Thanks,
Sharon.

MSBee lets you compile your 2.0 app against a 1. framework:
http://tinyurl.com/zcksz

If you need a complete downgrade the best way is to rebuild the project
files in VS2003.

HTH,
Andy
--
You can email me directly by removing the NOSPAm below
xm**********@gmxNOSPAm.netNOSPAm



Nov 12 '06 #7
In my idea a wise decission,

:-)

Cor

"Sharon" <nu**@void.nothingschreef in bericht
news:ul**************@TK2MSFTNGP03.phx.gbl...
Yep, just figured that out.
The application uses too many classes that do not exist in 1.1.
I'm not going to go through with this conversion.
Sharon.
"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:45***********************@news.sunsite.dk...
>Sharon wrote:
>>Any of you know a tool that can help downgrade a 2.0 application to 1.1?

If you just need to rebuild with 1.1 then it is very easy.

If you need to rewrite the app from 2.0 to 1.1 (because you
use 2.0 specific classes), then I think you need to compiler
and fix the problems one by one.

Arne


Nov 12 '06 #8

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

Similar topics

3
by: Richard Shea | last post by:
Hi - I have just installed ZODB for the first time. However after I'd finished I realised that I'd installed a development release and not a stable release so I'd like to downgrade or remove the...
3
by: joshsackett | last post by:
Hi all, I was running an MSDN version of SQL 2000 Developer Edition on a server until I accidentally upgraded it to Enterprise Edition while attempting to install some Management Tools. Is it...
1
by: Matt S | last post by:
Does the liscense for the VC++.Net 2003 allow the user to purchase a downgrade to VC++.NET 2002? DO I need to buy a standard version of VC++.NET to downgrade? I need to get VC++ 2002, but I can't...
4
by: Hyo-Han Kim | last post by:
Hi.. someone built app. with VC++.NET .. But It cause error on Windows 98 SE .. No one can correct the error. So I would like to downgrade the app to VC++ 6.0 .. The application should...
2
by: heidi.mu | last post by:
Anyone knows how to downgrade wav file? For example downgrade from 22k 16-bit wav file to 8k 8-bit wav file ?
0
by: Eric | last post by:
I have downgrade discs from MS that are no longer available. Downgrade legally from VB.net to VB6. eric3@bigfoot.com
0
by: rdraider | last post by:
Does anyone know more details about "downgrade rights". Do you need to ask MS for this right? How do you get a CD key (a legit key) for SQL 2000 if you urchase SQL 2005. From MS Licensing FAQ...
5
by: incrediblesuperdude | last post by:
Hi everybody, I have a problem with a bug in the sp1 of .Net 2.0 which is reported on this page: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx... Because of this a...
1
by: Dave | last post by:
Hello All, I have Access 2007 on my home machine and use Access 2003 at work. Are there any options available to downgrade my home machine to 2003 (or run both versions) that don't involve...
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
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
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,...
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.