Go Back   Velocity Reviews > Newsgroups > MCSD
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

MCSD - Interview Questions Feb 22, 2006

 
Thread Tools Search this Thread
Old 02-22-2006, 05:10 PM   #1
Default Interview Questions Feb 22, 2006



We have two version of the same assembly in GAC? I want my client to
make choice of which assembly to choose?

You need to specify "bindingRedirect" in your config file. For
instance in the below case "ClassLibraryVersion" has two versions
"1.1.1830.10493" and "1.0.1830.10461" from which
"1.1.1830.10493" is the recent version. But using the
bindingRedirect we can specify saying "1.0.1830.10461" is the new
version. So the client will not use "1.1.1830.10493".

<configuration>
<runtime>

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<dependentAssembly>

<assemblyIdentity name="ClassLibraryVersion"
publicKeyToken="b035c4774706cc72"
culture="neutral"/>

<bindingRedirect oldVersion= "1.1.1830.10493"
newVersion= "1.0.1830.10461"/>

</dependentAssembly>

</assemblyBinding>

</runtime>

</configuration>



Full Interview Questions for .NET and SQL Server
http://www.geocities.com/dotnetinterviews/
Help the community to make job search easier mail your questions to

Looking for a onsite job mail your resumes at




Jobs
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
70-536 questions and time limit for exam? type of questions? gravz84 MCTS 2 11-22-2007 07:57 PM
70-536 questions and time limit for exam? type of questions? gravz84 MCTS 0 11-13-2007 05:44 PM
Java Interview Questions steve.steve85 Software 0 09-28-2007 05:20 PM
Top Interview Questions steve.steve85 General Help Related Topics 0 09-28-2007 05:19 PM
CTS - 2006 :: Interview with Lite-On's Jelmer Veldman Silverstrand Front Page News 0 05-17-2006 01:32 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46