Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / August 2007

Tip: Looking for answers? Try searching our database.

.NET Framework Prereqs

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chris - 30 Aug 2007 14:34 GMT
How do I figure out the .NET framework requirements of a project I'm
developing?  And secondly, if the machine I'm building this project
for doesn't have the required framework version, can I dumb down my
project to make it compatible?  I'm suggesting that instead of
updating because the target machine is extremely locked down.  Thanks
for the help.

--
Chris
Ignacio Machin ( .NET/ C# MVP ) - 30 Aug 2007 14:47 GMT
Hi,

> How do I figure out the .NET framework requirements of a project I'm
> developing?  And secondly, if the machine I'm building this project
> for doesn't have the required framework version, can I dumb down my
> project to make it compatible?  I'm suggesting that instead of
> updating because the target machine is extremely locked down.  Thanks
> for the help.

If they can isntall your system must probably it's same to assume that they
can isntall the framework. Just modify the setup project to check for the
framework and install it if not present.
Chris - 30 Aug 2007 17:22 GMT
That's definitely an option, but in the event that I can't install my
solution either, how do I go about finding its framework requirements?

On Aug 30, 9:47 am, "Ignacio Machin \( .NET/ C# MVP \)" <machin TA
laceupsolutions.com> wrote:
> Hi,
>
[quoted text clipped - 8 lines]
> can isntall the framework. Just modify the setup project to check for the
> framework and install it if not present.
Ignacio Machin ( .NET/ C# MVP ) - 30 Aug 2007 19:35 GMT
Hi,

> That's definitely an option, but in the event that I can't install my
> solution either, how do I go about finding its framework requirements?

I do not undersatnd what you mean, your app require the framework, only
that.
Chris - 30 Aug 2007 20:10 GMT
I guess what I'm getting at is, how can I make my project compatible
with older versions of the .NET framework?  When I release this, I
want it to work in 2.0 as well as say, 1.1.....

On Aug 30, 2:35 pm, "Ignacio Machin \( .NET/ C# MVP \)" <machin TA
laceupsolutions.com> wrote:
> Hi,
>
[quoted text clipped - 3 lines]
> I do not undersatnd what you mean, your app require the framework, only
> that.
Ignacio Machin ( .NET/ C# MVP ) - 30 Aug 2007 20:28 GMT
Hi,

>I guess what I'm getting at is, how can I make my project compatible
> with older versions of the .NET framework?  When I release this, I
> want it to work in 2.0 as well as say, 1.1.....

In general you need the same framework version. Now, I do not know if a 1.1
program works in 2.0. What I can tell  you for sure is that a 2.0 program
does not work in a 1.1 framework !!!

Just include the correct framework with your setup project.
Smithers - 30 Aug 2007 20:49 GMT
While software can be backwards compatable, software generally cannot be
expected to be "forward compatable". This applies to the.NET Framework as
any other software. That is, you cannot expect the .NET Framework 1.1 to be
able to run apps created on a *later* version (e.g., 2.) of the framework...
just like you cannot reasonably expect Microsoft Access 2.0 to be able to
open .mdf files created with MS Access 97.

If you need for an app that you write to work on both 1.1 and 2.0, your only
real chance to make that happen is to create your app using 1.1 (and VS
2003)

-HTH

>I guess what I'm getting at is, how can I make my project compatible
> with older versions of the .NET framework?  When I release this, I
[quoted text clipped - 9 lines]
>> I do not undersatnd what you mean, your app require the framework, only
>> that.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.