ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Is it possible to use two versions of assembly at the same 
time?If possible explain with code?
 Question Submitted By :: Kunchamprasad
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Is it possible to use two versions of assembly at the same time?If possible explain with code?
Answer
# 1
It is possible. I think it is called as side by side 
execution. But i don't konow the code. If any one know 
please write.
 
Is This Answer Correct ?    1 Yes 0 No
Krishna
 
  Re: Is it possible to use two versions of assembly at the same time?If possible explain with code?
Answer
# 2
Off course Krishna is right it is called as side by side 
execution
<Configuration>
<runtime>
<assemblyIdentity name="ABCD" publicKeyToken="Sometoken"
culture="neutral" />

<bindingRedirect
oldVersion="1.0.0.0-99999.99999.99999.99999"
newVersion="1.0.1445.38584" />

<codeBase version="1.0.1445.38584" href="C:\Program
Files\TPA\ABCD.dll" />

</dependentAssembly>
</runtime>
<Configuration>
 
Is This Answer Correct ?    2 Yes 0 No
Sachin
 
 
 
  Re: Is it possible to use two versions of assembly at the same time?If possible explain with code?
Answer
# 3
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 ?    0 Yes 0 No
Uma
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How many Directives r in ASP.NET?  4
what is COM Object in Dot net? CTS2
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event. Syntax-Softtech4
Usage of web.configuration ? Microsoft1
Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance? HCL1
What is the use of mcommand ? mcommand.fill(ds,"orderdetails"); Netsweeper1
What is sequence of code in retrieving data from database? Accenture3
Can you explain what inheritance is and an example of when you might use it?  1
How is a property designated as read-only?  2
How can you change a Master page dynamically in which event of page life cycle? Fulcrum-Logic2
Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it? Wipro2
what is state management,what is the purpose of it,how it will be implemented in real time?  1
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'  2
Guys can anobody tell what is Conditional Bloating in asp.net ??  1
How many web.config a application can have ? Keane-India-Ltd5
Describe the difference between inline and code behind?  2
Types of authentications in ASP.NET ? Accenture5
For Web services where you can browse on the Internet?  1
What methods are fired during the page load?  1
How many classes can a single .NET DLL contain? SoftSol5
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com