473,327 Members | 2,016 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,327 software developers and data experts.

Download prerequisites from the same location...not working

TN
Am I missing something here? I am checking the radio button "Download
prerequisites from the same location as my application" so that I can
include the .Net 2.0 framework with my application setup. I created a
VM running Win2k copied over the setup (and the dotnetfx directory) and
when I run the install it just tries to install the dotnetfx from the
Web ! ! What else so I need to do? Thanks!
Mar 24 '06 #1
3 4730
Hello,

Basically You have a refernce to one or more dll that corresponds to version
say version 1.0.0.0.1 in your project. When you build, it tries to copy it
to the bin directory and finds the dll's you copied there that is of
version 1.0.0.0.0

To fix this, do one of the following...

Simply reference the dll's from where they are, Visual studio will
automatically copy them to the bin directory when your build or run your
project.

If you want it referenced from within the bin directory (where you
already have put it) reference it from there (take out the old reference and
add the one from bin)

If you don't want it copied there (want it referenced in some other
location - would force you to deploy to the same location ...) then change
its property "copy Local" to false.

Regards
Scott Blood
C# Developer

"TN" <ti*******@phreaker.net> wrote in message
news:OX**************@TK2MSFTNGP11.phx.gbl...
Am I missing something here? I am checking the radio button "Download
prerequisites from the same location as my application" so that I can
include the .Net 2.0 framework with my application setup. I created a VM
running Win2k copied over the setup (and the dotnetfx directory) and when
I run the install it just tries to install the dotnetfx from the Web ! !
What else so I need to do? Thanks!

Mar 24 '06 #2
TN
TN wrote:
Am I missing something here? I am checking the radio button "Download
prerequisites from the same location as my application" so that I can
include the .Net 2.0 framework with my application setup. I created a
VM running Win2k copied over the setup (and the dotnetfx directory) and
when I run the install it just tries to install the dotnetfx from the
Web ! ! What else so I need to do? Thanks!


Ahh... must run the setup.exe not the setup.msi. Another issue is that
the setup (rather dotnetfx) requires ie 5.01 or greater.
Mar 24 '06 #3
Sorry i replied to the wrong post :( was meant to be the one underneath.
"scott blood" <sc*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello,

Basically You have a refernce to one or more dll that corresponds to
version
say version 1.0.0.0.1 in your project. When you build, it tries to copy it
to the bin directory and finds the dll's you copied there that is of
version 1.0.0.0.0

To fix this, do one of the following...

Simply reference the dll's from where they are, Visual studio will
automatically copy them to the bin directory when your build or run your
project.

If you want it referenced from within the bin directory (where you
already have put it) reference it from there (take out the old reference
and
add the one from bin)

If you don't want it copied there (want it referenced in some other
location - would force you to deploy to the same location ...) then change
its property "copy Local" to false.

Regards
Scott Blood
C# Developer

"TN" <ti*******@phreaker.net> wrote in message
news:OX**************@TK2MSFTNGP11.phx.gbl...
Am I missing something here? I am checking the radio button "Download
prerequisites from the same location as my application" so that I can
include the .Net 2.0 framework with my application setup. I created a VM
running Win2k copied over the setup (and the dotnetfx directory) and when
I run the install it just tries to install the dotnetfx from the Web ! !
What else so I need to do? Thanks!


Mar 24 '06 #4

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

Similar topics

3
by: James Kirk | last post by:
The script below allows me to link to a file and as the user clicks to download, the 'File Download' windows appears as normal, and the user can download... The original page is then redirected...
3
by: Michael | last post by:
I am trying to allow a user to view a PDF in a new window. I currently have this working using the following: <a href="./pdf.do?parameter=01121980" target="top"><b>pdf</b></a> The problem...
1
by: Pieter Linden | last post by:
Hi, I think the subject line pretty much says it all... Say I have a students-classes database and I add a twist. I want to filter what courses a student can take by comparing the courses he...
5
by: Baren | last post by:
Hi! I am using impersonate="true" to upload and download files from a network share. I have created common users on both the webserver and the file server. The user has permission to the...
1
by: Iulian | last post by:
Hi, I am working on a directory type of site and I got stuck in the following problem: when the user clicks on the download link I present a page that sais: "Contacting download site... If the...
0
by: xerc | last post by:
I am trying to create a generic function I can call to download all files from a single remote FTP directory -- using CURL. I want to multi-thread it, but need to get the single thread functionality...
0
by: nautonnier | last post by:
Hello, I'm working on an application that is installed via ClickOnce. It has the standard .NET 2.0 prerequisite as well as the Crystal Reports Viewer. Both of these packages are included in...
3
by: =?Utf-8?B?SHVzYW0=?= | last post by:
Hi EveryBody: I am working in ASP.Net 2.0 by Vb.Net the code behaind, My project Is a web site that allow the user to upload and download file to the web site. I have database that will save all...
2
by: empiresolutions | last post by:
I am using ftp_get to transfer a file from a secure location, to a temp location. (working) Once at the temp location i need to have the file automatically download to the clients local machine....
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.