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

Binaries and installers

I recently upgraded an ASP.Net 1.1 app to .Net 2.0 and am now struggling
with the different binary system used. Previously a binary was created in
the bin subfolder of my ASP.Net app. I could add that binary to my
installer. With ASP.Net 2.0 there are no binaries generated in the bin
subfolder. It appears they reside in a temporary location.

How do I reference these binaries for includion in my installer? Is there a
new step I need to perform to get the binaries in a known static location so
that my installer can easily find them?

-Brett-
Mar 24 '06 #1
3 1213
Hi Brett,

Thanks for posting!

For the current issue, the compilation mode is different between the
ASP.NET v1.1 and the ASP.NET v2.0.

If you want to get the assembly of the current web application, you should
use the ¡°publish web site¡± function for the current issue. In the
¡°Solution Explorer¡± tab, please right click the node of the current
project. And then, choose the ¡°publish web site¡± option. You can publish
the current web application via the file system, IIS and FTP. For example,
if you publish the web application by using file system, you will get the
assembly file and aspx page file in the specific folder which you marked in
the dialog before.

Finally, add the assembly files and aspx pages file into the web setup
application. You will obtain the expected installer.

Hope this will be helpful. If you have any issues in the future, please
don¡¯t hesitate to let me know. It¡¯s my pleasure to be of assistant.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Mar 24 '06 #2
Ah yes, I see that now. I had tried that previously but I was concerned
that the 'unique' file names were changing each time, turns out I was wrong
when you use the 'Use fixed naming and single page assemblies' option. This
allows me to include specific assembly names in my installer.

Thanks for the help!

-Brett-
""Jeffrey Tan[MSFT]"" <je***@online.microsoft.com> wrote in message
news:cO*************@TK2MSFTNGXA01.phx.gbl...
Hi Brett,

Thanks for posting!

For the current issue, the compilation mode is different between the
ASP.NET v1.1 and the ASP.NET v2.0.

If you want to get the assembly of the current web application, you should
use the ¡°publish web site¡± function for the current issue. In the
¡°Solution Explorer¡± tab, please right click the node of the current
project. And then, choose the ¡°publish web site¡± option. You can publish
the current web application via the file system, IIS and FTP. For example,
if you publish the web application by using file system, you will get the
assembly file and aspx page file in the specific folder which you marked
in
the dialog before.

Finally, add the assembly files and aspx pages file into the web setup
application. You will obtain the expected installer.

Hope this will be helpful. If you have any issues in the future, please
don¡¯t hesitate to let me know. It¡¯s my pleasure to be of assistant.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.

Mar 24 '06 #3
Hi CuriousGeorge,

I am glad your problem is resolved. If you need further help, please feel
free to post. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Mar 27 '06 #4

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

Similar topics

3
by: Brian Elmegaard | last post by:
Hi, I can find a few questions regarding the use of distutils for making non-python windows installers, but none of them really helps. Are there any pointers on how to do this? Can it be done? ...
0
by: Marcus | last post by:
I'm having a problem with the .NET installers that I create using Visual Studio .NET. I'm able to create the installers and deploy them on the target machine, however, when I run the installed...
1
by: SPE - Stani's Python Editor | last post by:
A SPE user reported this on the SPE users forum (http://developer.berlios.de/forum/message.php?msg_id=21944): >My setup is as follows: >SPE-0.7.5 >Python 2.4 (from the Cygwin packages) >...
0
by: Giovanni Bajo | last post by:
Hello, since I tested Python 2.5b2 on my applications, I have rebuilt some extension modules I needed. It wasn't a very simple or fast task, so I thought I'd share the result of the efforts: ...
2
by: K.S.Wong | last post by:
Hi all, I am trying to find out what tools (platform-independent if possible) that I can use to package a goup (few) of installers to become an exe application. I have heard of Py2exe but have...
5
by: Jan Dries | last post by:
I'm trying to find Windows binaries for lxml. The cheeseshop is supposed to have such binaries, but I can't find them. Does anyone know where I might find such binaries? Thanks, Jan
13
by: Chris Seymour | last post by:
HI All, Does such a beast exist? Have been looking but haven't seen any. Any insight would be appreciated. Thanks. Chris
0
by: WebSnozz | last post by:
I would like to add my binaries from the Release directory of several projects to source safe. My hope is that I can get latest, build the project, and then check-in so that the binaries are...
0
by: 33223 | last post by:
Installers Each device within the wireless network (computer, printers, auxiliaries) must be installed with a Network Interface Card, or NIC. The NIC transmits wireless signals from the access...
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?
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
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...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
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.