VS2005 beta / framework 1.1 ?

G

Guest

Hi guys

I have a problem. I'm having a lot of problems with the "very known bug" of
Visual C# deleting bits of code when you fast-switch between designer and
code. It keeps deleting my entire OnInit(), which for a wizard-like page,
contains quite a lot of code!

I've spoken to various MVP leads on this issue, and the best solution they
can come up with is "dont use Designer", which isn't really very helpful, is
it? After all, I did pay for this, I expect it to work.

Anyway, I had a thought. My client doesn't want to run BETA framework stuff
on his production server (obviously), but I don't mind running a BETA
developement tool, especially if it works!

So I was thinking, can VS2005 work with Framework 1.1? Do you just load the
project up? Or does it have to be Framework 2? If i can work with my F1.1 app
on VS2k5, at least I'll be able to use the designer.

Is it possible though?

Cheers


Dan
 
K

Ken Cox [Microsoft MVP]

Hi Dan,

As far as I know, VS2005 will accept only .NET 2.0.

It will attempt to convert a VS2003 project which means you can't go back to
1.1 without reconfiguring the code by hand.
 
G

Guest

Oh well, was worth asking.

Anyone got any other bright ideas on this? I resent buying something and
then being told "dont use half of it" - which is basically what they've said!
 
P

Peter Theill

VS2005 only works with .NET 2.0, yes but as a work around why not move
your wizard code out of the OnInit and into a new method - then you
"only" have to readd the call to your new method when the "OnInit"
method is being overridden

Rgd,
Peter Theill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top