473,564 Members | 2,749 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2005 beta / framework 1.1 ?

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
Nov 18 '05 #1
3 1189
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.

"dhnriversi de" <da*@musoswire. com> wrote in message
news:B2******** *************** ***********@mic rosoft.com...
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


Nov 18 '05 #2
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!
"Ken Cox [Microsoft MVP]" wrote:
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.

"dhnriversi de" <da*@musoswire. com> wrote in message
news:B2******** *************** ***********@mic rosoft.com...
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


Nov 18 '05 #3
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

Nov 18 '05 #4

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

Similar topics

3
1898
by: Robert | last post by:
I have an application with custom configuration sections in it's app.config file. Here's a shortened excerpt: <monitors> <monitor type="SystemMonitor.Monitors.NetworkAvailabilityMonitor,SystemMonitor"> <notifiers> <notifier type="SystemMonitor.Notifiers.MessageBoxNotifier,SystemMonitor" />
4
2311
by: clintonG | last post by:
I've already checked out Microsoft's current build information resource and went to the MSDN subscriber downloads. The subscriber downloads menu indicates two separate downloads for Visual Studio 2005... - Visual Studio 2005 + Visual Studio Beta 2 + Visual Studio 2005 Community Technology Preview ** Which menu section do I want to...
4
1761
by: paul | last post by:
Hi, Im trying to add a dataset to the app_code directory using vs2005 \ SQL2005 beta 2. When I run through the wizard I select the option to auto create new Stored Procedures (Select, update, delete, insert commands) after already specifying a very basic select command that consists of two fields. All procedures are created fine and i'm...
56
3518
by: Rob Dob | last post by:
VS2005 is a PIECE of Garbage and is bug Ridden, I wonder how many others feel the same, I am so sorry that I have moved away from VS2003, VS2005 is unstable, and half the stuff doesn't work, Microsft has spent so much time trying to make it simply that when you try to do something useful with it it doesn't work... Half the time it...
7
1700
by: Frank Rizzo | last post by:
Is it me or is the speed of VS2005 actually slower than VS2003? The startup is pretty bad - even though I changed VS to display an empty environment. When I create a new form and want to change its size: while I am resizing, an hour glass comes up for a few seconds. There a lot of other slowdowns all over the system. It seems like it the...
1
1187
by: GaryDean | last post by:
I notice that there is still no tab control in vs2005. That seems like a strange omission. Are we left with the only choice to use those I.E. Webcontrols? (maybe it's still because we don't want to look like Lotus notes :) -- Regards, Gary Blakely
11
1467
by: CMM | last post by:
I am so disappointed in VS2005. The "little things" wrong with it are just mind-boggling. Boy, I'll be so mad if I have to wait a year for the ".1" release that fixes all the bugs in this obvious beta product. This (received today) is just one of the many examples of why ASP.NET 2.0 was totally not ready for prime time....
4
1827
by: Iouri | last post by:
How can I make VS2005 to work with .Net Framework 3.0. What settings should I change? Thank you
8
1139
by: Brent White | last post by:
I created and published a web service from my development system running XP and IIS to a Windows 2003 Standard server running IIS. When I try to access the service on the 2003 box, it keeps asking me if I want to download the file, rather than bring up the page for the service. http://195.1.2.222/Skipjack/service1.asmx is the URL. On my...
0
7666
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...
0
7888
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8108
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...
0
6260
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...
0
5213
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...
0
3643
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...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2083
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
0
925
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...

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.