Updating dll asp.net application

G

Guest

Hi

On the bin directory of a web application builded using asp.net can I update only one dll without updating the others

Will be any version problems? Or Other kind of problems beetween dll's

Thank's in advance
 
M

Marina

here are a couple of reasons it could break:
1) If you are using strongly named assemblies and updating the DLL version
with every build
2) If you have changed the signature of any methods (adding new ones should
be ok).

Goncalo said:
Hi.

On the bin directory of a web application builded using asp.net can I
update only one dll without updating the others?
 
C

Curt_C [MVP]

should be fine unless you explictly call versioned info.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


Goncalo said:
Hi.

On the bin directory of a web application builded using asp.net can I
update only one dll without updating the others?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top