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

Asp2.0 Assembly naming.

Iam new to ASP.net 2.0 system of naming and compiling assemblies,

i was wondering if i could control the name and namespace of the
assembly and place it in the bin folder of the website (like the older
version does)

the reason is that iam creating some classes in the same project that i
would like to invoke through reflection .

tia
Dec 6 '05 #1
3 1013
Yes, quite a pain, isn't it? :)

There's a deployment project available
(http://msdn.microsoft.com/asp.net/re...p/default.aspx)
that'll let you specify the assembly name when deploying, but not when
building.

If your classes as located in App_Code, you should be able to reference them
like you normally would however..

Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/
"Ashish" <as*****@thisisjunk.com> wrote in message
news:uR***************@TK2MSFTNGP11.phx.gbl...
Iam new to ASP.net 2.0 system of naming and compiling assemblies,

i was wondering if i could control the name and namespace of the assembly
and place it in the bin folder of the website (like the older version
does)

the reason is that iam creating some classes in the same project that i
would like to invoke through reflection .

tia

Dec 6 '05 #2
Well it is, this is a major shift although iam yet to understand what
are possible benefits of it,

can you think of possible benefits, on the other side providing
publishing support on developer's machine is a drawback and invitation
to abuse

Karl Seguin wrote:
Yes, quite a pain, isn't it? :)

There's a deployment project available
(http://msdn.microsoft.com/asp.net/re...p/default.aspx)
that'll let you specify the assembly name when deploying, but not when
building.

If your classes as located in App_Code, you should be able to reference them
like you normally would however..

Karl

Dec 6 '05 #3
I believe the reason behind App_Code was to promote better design.
Developers were using codebehind classes for things that belonged in
separate classes,such as a business layer or even utility functionality.

The reason for creating separate assemblies is to provide greater
flexibility in updating and deployment. The new options are very useful to
a number of developers. I think the deployment project does a good job of
providing good options to the rest of us.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Ashish" <as*****@thisisjunk.com> wrote in message
news:O%*******************@TK2MSFTNGP10.phx.gbl...
Well it is, this is a major shift although iam yet to understand what are
possible benefits of it,

can you think of possible benefits, on the other side providing publishing
support on developer's machine is a drawback and invitation to abuse

Karl Seguin wrote:
Yes, quite a pain, isn't it? :)

There's a deployment project available
(http://msdn.microsoft.com/asp.net/re...p/default.aspx)
that'll let you specify the assembly name when deploying, but not when
building.

If your classes as located in App_Code, you should be able to reference
them like you normally would however..

Karl

Dec 7 '05 #4

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

Similar topics

4
by: Reinhold Schalk | last post by:
Hello, somewhere i've read that using strong names does assure two things: 1. Assure that the content of the assembly is not modified (that's ok in my opinion) 2. Assure that the assembly is...
6
by: Michael Tissington | last post by:
I have setup up Forms Authentication on my website and added configuration/mappings for exe, pdf and zip files (using C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll) However when...
1
by: יוני גולדברג | last post by:
Hi, I've developed few asp 1.1 application, now I'm about to develop my first asp2.0 appliation. I'm afraid to use old techniques so I want to focus and learn the best Asp2.0 techniques. How do...
85
by: fermineutron | last post by:
Some compilers support __asm{ } statement which allows integration of C and raw assembly code. A while back I asked a question about such syntax and was told that __asm is not a part of a C...
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
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
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...
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,...

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.