473,394 Members | 1,811 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,394 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 1242
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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.