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

Are satellite assemblies only for ressource ?

I would like to broke up an ASP.NET project in several assemblies. The goal
is to link aspx files with a specific assembly. This way you could put
functionnality in various DLL and choose to distribute or not the peaces of
a web site.
TIA.
Nov 19 '05 #1
4 1243
You could use the command line compiler to build several DLLs for your site.

VS.NET 2005 should allow this scenario as the build engine will be fully
exposed...

Patrice
--

"Olivier Matrot" <ol************@online.nospam> a écrit dans le message de
news:eF*************@tk2msftngp13.phx.gbl...
I would like to broke up an ASP.NET project in several assemblies. The goal is to link aspx files with a specific assembly. This way you could put
functionnality in various DLL and choose to distribute or not the peaces of a web site.
TIA.

Nov 19 '05 #2
You could use the command line compiler to build several DLLs for your site.

VS.NET 2005 should allow this scenario as the build engine will be fully
exposed...

Patrice
--

"Olivier Matrot" <ol************@online.nospam> a écrit dans le message de
news:eF*************@tk2msftngp13.phx.gbl...
I would like to broke up an ASP.NET project in several assemblies. The goal is to link aspx files with a specific assembly. This way you could put
functionnality in various DLL and choose to distribute or not the peaces of a web site.
TIA.

Nov 19 '05 #3
This is good news.
However, did you already do this ? Is there a tutorial out there ?

"Patrice" <no****@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
You could use the command line compiler to build several DLLs for your
site.

VS.NET 2005 should allow this scenario as the build engine will be fully
exposed...

Patrice
--

"Olivier Matrot" <ol************@online.nospam> a écrit dans le message de
news:eF*************@tk2msftngp13.phx.gbl...
I would like to broke up an ASP.NET project in several assemblies. The

goal
is to link aspx files with a specific assembly. This way you could put
functionnality in various DLL and choose to distribute or not the peaces

of
a web site.
TIA.


Nov 19 '05 #4
Try
http://msdn.microsoft.com/library/de...lerOptions.asp
or
http://msdn.microsoft.com/library/de...lerOptions.asp

Basically :
- use /recurse to be able to compile all the source files that are in a
subtree
- use /r to reference the common librairies you may have accross all your
site part

You'll have a command file that calls this multiple times to produce a
single dLL for each subpart (and suppress the single DLL if doing this on
the developer machine, here we are using VS.NET on dev workstations and we
build the DLLs on our dev server).

Patrice

--

"Olivier Matrot" <ol************@online.nospam> a écrit dans le message de
news:e9**************@TK2MSFTNGP14.phx.gbl...
This is good news.
However, did you already do this ? Is there a tutorial out there ?

"Patrice" <no****@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
You could use the command line compiler to build several DLLs for your
site.

VS.NET 2005 should allow this scenario as the build engine will be fully
exposed...

Patrice
--

"Olivier Matrot" <ol************@online.nospam> a écrit dans le message de news:eF*************@tk2msftngp13.phx.gbl...
I would like to broke up an ASP.NET project in several assemblies. The

goal
is to link aspx files with a specific assembly. This way you could put
functionnality in various DLL and choose to distribute or not the
peaces of
a web site.
TIA.



Nov 19 '05 #5

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

Similar topics

1
by: Afaq | last post by:
Hi, After adding large number of empty resource files (which will be updated later), we are not able to compile the project. the following is the output of the build process. It fails while...
0
by: Olivier Matrot | last post by:
I would like to broke up an ASP.NET project in several assemblies. The goal is to link aspx files with a specific assembly. This way you could put functionnality in various DLL and choose to...
1
by: Afaq | last post by:
Hi, After adding large number of empty resource files (which will be updated later), we are not able to compile the project. the following is the output of the build process. It fails while...
0
by: Faris Ahmed | last post by:
Dear ASP newsgroup, I have the following environment: 1) VS2005 ASP.NET 2.0 WebApplication called MyApp. 2) MyApp contains Strings.resx, Strings.en.resx and Strings.de.resx in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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...

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.