Updating dll asp.net application

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
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?
 
Back
Top