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

VS0-2008 requires framework 3.5 on user PC - alternative?

xz
I created my first quick-and-dirty Windows Forms app using VS-2008.
Very slick & nice.
But it requires 3.5 to be on the desktop - no good, makes it
unusable. Nobody is going to download that here.
For a simple application, is there anyway to tell VS to build the app
in such a way that it only requires 1.0 or 1.1 of the framework? I'm
guessing the answer is no but I figured I'd ask...

I would create an ASP.NET app, but we don't have a place to host for
now - this has to go on the user's desktop.

xz

Aug 6 '07 #1
5 1237
xz,

VS 2008 allows you to create projects from .NET 2.0 and beyond, and I
believe you can set which version of the framework you can use when you
create the project (through a drop down in the upper left hand corner).

Unfortunately, I don't believe that you can develop for the 1.1 or 1.0
framework (maybe using MSBee, but I am not sure).

You are probably better off just using VS.NET 2003 or VS.NET 2002.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"xz" <ja*********@gmail.comwrote in message
news:11**********************@19g2000hsx.googlegro ups.com...
>I created my first quick-and-dirty Windows Forms app using VS-2008.
Very slick & nice.
But it requires 3.5 to be on the desktop - no good, makes it
unusable. Nobody is going to download that here.
For a simple application, is there anyway to tell VS to build the app
in such a way that it only requires 1.0 or 1.1 of the framework? I'm
guessing the answer is no but I figured I'd ask...

I would create an ASP.NET app, but we don't have a place to host for
now - this has to go on the user's desktop.

xz

Aug 6 '07 #2
Hello Nicholas Paldino [.NET/C# MVP],
xz,

VS 2008 allows you to create projects from .NET 2.0 and beyond,
and I believe you can set which version of the framework you can use
when you create the project (through a drop down in the upper left
hand corner).

Unfortunately, I don't believe that you can develop for the 1.1 or
1.0 framework (maybe using MSBee, but I am not sure).
Just to confirm: VS2008 will indeed *not* support 1.x versions of the framework.
This is due to the fact that there were so many changes between the CLR going
from 1.1 to 2.0. It would have been too much work.
You are probably better off just using VS.NET 2003 or VS.NET 2002.
I would no longer suggest version 1.x for building new applications. Go with
Framework 2.0 and Visual Studio 2005. As you said before it's eay to later
open that solution in VS2008 without having to change anything. That way
you can easily upgrade and expand when Framework 3.5 becomes more mainstream.

Jesse
"xz" <ja*********@gmail.comwrote in message
news:11**********************@19g2000hsx.googlegro ups.com...
>I created my first quick-and-dirty Windows Forms app using VS-2008.
Very slick & nice.
But it requires 3.5 to be on the desktop - no good, makes it
unusable. Nobody is going to download that here.
For a simple application, is there anyway to tell VS to build the app
in such a way that it only requires 1.0 or 1.1 of the framework? I'm
guessing the answer is no but I figured I'd ask...
I would create an ASP.NET app, but we don't have a place to host for
now - this has to go on the user's desktop.

xz

Aug 6 '07 #3
xz
I'm left wondering perhaps if - because of our restriction that we
can't use a web-server - and the framework restrictions are too
limiting - its best to use something like Xforms? I don't have much
exp. with that technology and if there are any with a nice GUI
environment to create the form itself. But ideally, we could send the
3rd party a page (or series of web-pages) via email, which when opened
would display a form, and hitting submit writes their answers to a
text file which they could send back to us.
Anyone with any ideas on tools to create something like this - not
requiring any server ?

Aug 6 '07 #4
xz
Yah I hear what you're saying... the dmz restriction is very very
difficult to get around. I'm left with sending them x-forms and them
sending it back... doesn't require a server (using formfaces + ajax)
and no ms framework. But I'm really out on a limb hear... pulling out
my hair with this js code.

Aug 6 '07 #5
Hello xz,
Yah I hear what you're saying... the dmz restriction is very very
difficult to get around. I'm left with sending them x-forms and them
sending it back... doesn't require a server (using formfaces + ajax)
and no ms framework. But I'm really out on a limb hear... pulling out
my hair with this js code.
Well you've gotten yourself into a terrible mess it seems. It might be easier
to send a signed Excel sheet with a couple of macro's aroud by email. Or
a Flash file for that matter. I'd drop the javascript idea for something
more mature.

Jesse
Aug 6 '07 #6

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

Similar topics

10
by: JD | last post by:
Hi, I want send my jobs over a whole bunch of machines (using ssh). The jobs will need to be run in the following pattern: (Machine A) (Machine B) (Machine C) Job A1 Job B1 ...
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: 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
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
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...

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.