473,412 Members | 4,957 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,412 software developers and data experts.

Remove Framework 3.5 dependency

Hi, I'm develop software in VS2008; I create the project using Frame2.0, the
same for the project installer, but when I try to install the program, the
installer ask me for frame 3.5, how I can remove that dependency?

I check the references, and I don't have any reference to frame3.5, and in
the installer I remove of prerequisites the frame3.5.

Thanks in advance for any help.

Freddy Coal.
Oct 9 '08 #1
8 3503
Go to Properties of your project,
Go to the Compile Tab

Click on Advanced Compile Options ( in the bottome left of the tab )

What does "Target Framework Say"

It probably says .Net Framework 3.5

Set that to 2.0

Miro

"Freddy Coal" <fr********@gmail.comwrote in message
news:Oe**************@TK2MSFTNGP02.phx.gbl...
Hi, I'm develop software in VS2008; I create the project using Frame2.0,
the same for the project installer, but when I try to install the program,
the installer ask me for frame 3.5, how I can remove that dependency?

I check the references, and I don't have any reference to frame3.5, and in
the installer I remove of prerequisites the frame3.5.

Thanks in advance for any help.

Freddy Coal.

Oct 9 '08 #2
On Oct 9, 1:59*pm, "Miro" <m...@beero.comwrote:
Go to Properties of your project,
Go to the Compile Tab

Click on Advanced Compile Options ( in the bottome left of the tab )

What does "Target Framework Say"

It probably says .Net Framework 3.5

Set that to 2.0
I ran into this same problem myself. The target framework was 2.0. The
only way I got around it was to throw away the VS setup project and
make a setup project with WISE.
>
Miro

"Freddy Coal" <freddyc...@gmail.comwrote in message

news:Oe**************@TK2MSFTNGP02.phx.gbl...
Hi, I'm develop software in VS2008; I create the project using Frame2.0,
the same for the project installer, but when I try to install the program,
the installer ask me for frame 3.5, how I can remove that dependency?
I check the references, and I don't have any reference to frame3.5, andin
the installer I remove of prerequisites the frame3.5.
Thanks in advance for any help.
Oct 9 '08 #3
Miro, thanks for yor answer, I change that for Frame 2.0, but I have the
same problem with the installer, you have another idea?

Thanks in advance for you time.

Freddy Coal
"Miro" <mi**@beero.comwrote in message
news:Or**************@TK2MSFTNGP06.phx.gbl...
Go to Properties of your project,
Go to the Compile Tab

Click on Advanced Compile Options ( in the bottome left of the tab )

What does "Target Framework Say"

It probably says .Net Framework 3.5

Set that to 2.0

Miro

"Freddy Coal" <fr********@gmail.comwrote in message
news:Oe**************@TK2MSFTNGP02.phx.gbl...
>Hi, I'm develop software in VS2008; I create the project using Frame2.0,
the same for the project installer, but when I try to install the
program, the installer ask me for frame 3.5, how I can remove that
dependency?

I check the references, and I don't have any reference to frame3.5, and
in the installer I remove of prerequisites the frame3.5.

Thanks in advance for any help.

Freddy Coal.


Oct 9 '08 #4
Zacks, WISE is very expensive for me, you have another solution?.

Thanks in advance.

Freddy Coal

<za***@construction-imaging.comwrote in message
news:47**********************************@o4g2000p ra.googlegroups.com...
On Oct 9, 1:59 pm, "Miro" <m...@beero.comwrote:
Go to Properties of your project,
Go to the Compile Tab

Click on Advanced Compile Options ( in the bottome left of the tab )

What does "Target Framework Say"

It probably says .Net Framework 3.5

Set that to 2.0
I ran into this same problem myself. The target framework was 2.0. The
only way I got around it was to throw away the VS setup project and
make a setup project with WISE.
>
Miro

"Freddy Coal" <freddyc...@gmail.comwrote in message

news:Oe**************@TK2MSFTNGP02.phx.gbl...
Hi, I'm develop software in VS2008; I create the project using Frame2.0,
the same for the project installer, but when I try to install the
program,
the installer ask me for frame 3.5, how I can remove that dependency?
I check the references, and I don't have any reference to frame3.5, and
in
the installer I remove of prerequisites the frame3.5.
Thanks in advance for any help.

Oct 9 '08 #5
Zacks, WISE is very expensive for me, you have another solution?.

Innosetup http://www.innosetup.com

"Freddy Coal" <fr********@gmail.comschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
Zacks, WISE is very expensive for me, you have another solution?.

Thanks in advance.

Freddy Coal

<za***@construction-imaging.comwrote in message
news:47**********************************@o4g2000p ra.googlegroups.com...
On Oct 9, 1:59 pm, "Miro" <m...@beero.comwrote:
>Go to Properties of your project,
Go to the Compile Tab

Click on Advanced Compile Options ( in the bottome left of the tab )

What does "Target Framework Say"

It probably says .Net Framework 3.5

Set that to 2.0

I ran into this same problem myself. The target framework was 2.0. The
only way I got around it was to throw away the VS setup project and
make a setup project with WISE.
>>
Miro

"Freddy Coal" <freddyc...@gmail.comwrote in message

news:Oe**************@TK2MSFTNGP02.phx.gbl...
Hi, I'm develop software in VS2008; I create the project using
Frame2.0,
the same for the project installer, but when I try to install the
program,
the installer ask me for frame 3.5, how I can remove that dependency?
I check the references, and I don't have any reference to frame3.5, and
in
the installer I remove of prerequisites the frame3.5.
Thanks in advance for any help.


Oct 9 '08 #6
Michel Posseth [MCP] wrote:
>Zacks, WISE is very expensive for me, you have another solution?.

Innosetup http://www.innosetup.com
I'll second that recommendation -- InnoSetup is an excellent, powerful and
completely free install kit maker which I've used for all of my software
releases with no problems whatsoever.

--

(O)enone
Oct 9 '08 #7
How put the Frame2.0 requirement in Innosetup project?; I'm learning to use
that tool, and I download ISTool complement, but I don't understand how put
the requirements in the installation file.

Thanks in advance.

Freddy Coal

"(O)enone" <oe****@nowhere.comwrote in message
news:gc**********@aioe.org...
Michel Posseth [MCP] wrote:
>>Zacks, WISE is very expensive for me, you have another solution?.

Innosetup http://www.innosetup.com

I'll second that recommendation -- InnoSetup is an excellent, powerful and
completely free install kit maker which I've used for all of my software
releases with no problems whatsoever.

--

(O)enone

Oct 14 '08 #8

http://www.blackhillsoftware.com/blo...net-framework/

http://www.codeproject.com/KB/instal...up_instal.aspx

Google is your friend ":-)

http://www.google.nl/search?hl=nl&q=...G=Zoeken&meta=

HTH

Michel
"Freddy Coal" <fr********@gmail.comschreef in bericht
news:OE**************@TK2MSFTNGP05.phx.gbl...
How put the Frame2.0 requirement in Innosetup project?; I'm learning to
use that tool, and I download ISTool complement, but I don't understand
how put the requirements in the installation file.

Thanks in advance.

Freddy Coal

"(O)enone" <oe****@nowhere.comwrote in message
news:gc**********@aioe.org...
>Michel Posseth [MCP] wrote:
>>>Zacks, WISE is very expensive for me, you have another solution?.

Innosetup http://www.innosetup.com

I'll second that recommendation -- InnoSetup is an excellent, powerful
and completely free install kit maker which I've used for all of my
software releases with no problems whatsoever.

--

(O)enone


Oct 15 '08 #9

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

Similar topics

1
by: Paul Klanderud | last post by:
I'm having a problem with being unable to remove a reference to an old, nonexistent version of a strongly- named assembly. I should mention that my issues arose at the same time I upgraded from...
3
by: Frankie | last post by:
I want to build a standard application (without .NET Framework features) with my Visual C++.NET. I want to produce a standalone executable application that runs in another PC without .NET...
0
by: Namratha Shah \(Nasha\) | last post by:
Hi All, We have almost covered all the .NET Framework Tools except a few, which we will cover in the coming days. Today we will are going to check out a tool called as mscorcfg.msc. This is a...
5
by: Terry Olsen | last post by:
I'm guessing that the release version of framework 2.0 isn't compatible with VS2005b2. After installing it, VS crashes upon launch and my applications compiled under the beta version of the...
1
by: vincentt | last post by:
Hi, We code DLL's and so far it was done using VS6.0. We are planning to migrate the VS.NET 2005 and use the VS6 VC++ code which generated the DLL to VS 2005 VC++.NET. However we donot plan to...
6
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running? If I am using Visual Studio 2003 to...
5
by: zacks | last post by:
I am working on an application in VS2008. I have set the target framework to 2.0. I distributed the app to a coworker in MSI format. When he tried to install it, he was told that he needed to...
1
by: karlid | last post by:
hi, For some reason one of my sites is throwing an ugly error message when I deploy it to a remote server. The error looks like this: "Failed to generate a user instance of SQL Server due to...
1
by: castle98 | last post by:
Does anyone know of any way to run Net Framework 1.1 in Vista Ultimate x64? I have several programs that will not load in this version of Vista because they require the Net 1.1. I have tried...
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
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.