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
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Differences between “dataset” and “datareader”.
What is autopostback in dropdownlist in asp net?
What are cookies in your browser?
What is the use of placeholder control?
what is loosely coupled solution? How it can be used?
Which is better union or union all?
What are server-side comments in ASP.NET?
What is difference between session and cookies in asp net?
What are the new navigation controls in asp.net 2.0?
What are the Types of session management in ASP.NET
Explain the difference between or and orelse?
Which method is used to perform all validation at the page level?
How is the asp.net mvc architecture different from others? : asp.net mvc
How do active server pages work?