Is it possible to use two versions of assembly at the same
time?If possible explain with code?
Answer Posted / uma
OfCource sachine ,what u had written is correct,
if u adding System.Web.ui namespace, Namespace contain more
than one dll also,that Each dll has its own version and
they are now runnig in same time.
<add assembly........> is one dll with version xyz....
in the below config file there are 8 dll which has its own
versions runnig at the same time
<compilation debug="true">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Data.DataSetExtensions,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Xml.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions.Design,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Design, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms,
Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089" />
</assemblies>
</compilation>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we create custom controls in asp net?
What is the difference between page-level caching and fragment caching?
What is httpresponse?
What are the asp.net security controls?
How many languages are supported by .NET at present time?
when a request is made in Life cycle of ASP.NET page .
What does postback mean?
What is http protocol and how it works?
How about the security in Activex DLL and Activex EXE ?
Define static member?
Who generates session id?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is difference between session and cookies?
Explain the difference between asp.net mvc and asp.net webforms
Explain the asp.net session state modes.