Tuesday, May 01, 2007
« Project Euler | Main | Folding »

Someone asked me the following today (paraphrased)

"If I have versions 1.0.0.0 and 2.2.2.2 of TestAsssebly both in the gac, and a program TestApp.exe that needs TestAssembly, can I instantiate classes from each assembly inside the same app domain.  Can I use both versions of the Foo class in my program?"

So I sat down to do a simple experiment.  Two versions of Test Assembly are created in the GAC and a console program is run.  Foo.ToString() returns the full name of the assembly that the Foo instance comes from.

Program:

using System;

using System.Collections.Generic;

using System.Text;

using System.Reflection;

using TestAssembly;

 

namespace TestApp

{

    class Program

    {

        static void Main(string[] args)

        {

            try

            {

                Console.WriteLine("Loading Foo...");

                Assembly foo1 =

                AppDomain.CurrentDomain.Load("TestAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=612615ef384d0cd0, processorArchitecture=MSIL");

 

                Foo f = new TestAssembly.Foo();

                Console.WriteLine("Typeof Foo: " + f.ToString());

 

                object f2 = foo1.CreateInstance("TestAssembly.Foo");

                Console.WriteLine("Typeof f2: " + f2.ToString());

 

                Foo f3 = (Foo)foo1.CreateInstance("TestAssembly.Foo");

                Console.WriteLine("Typeof f3: " + f3.ToString());

            }

            catch (Exception ex)

            {

                Console.WriteLine(ex);

            }

        }

    }

}

Output:

C:\Projects\StrongNameTest\TestApp\bin\Debug>TestApp.exe
Loading Foo...
Typeof Foo: TestAssembly.Foo TestAssembly, Version=2.2.2.2, Culture=neutral, Pub
licKeyToken=612615ef384d0cd0
Typeof f2: TestAssembly.Foo TestAssembly, Version=1.0.0.0, Culture=neutral, Publ
icKeyToken=612615ef384d0cd0
System.InvalidCastException: Unable to cast object of type 'TestAssembly.Foo' to
 type 'TestAssembly.Foo'.
   at TestApp.Program.Main(String[] args) in c:\Projects\StrongNameTest\TestApp\
Program.cs:line 25

The part in bold is entertaining, at least.  I have a strong suspician that if I interact with f3 as an Object only, using Reflection to Invoke properties and methods then I could in fact use all the version 1.0.0.0 Foo functionality (which is vast and important) within the same app domain.

I also hit a bit of a snag when testing this application.  I was previously unaware that Visual Studio does not let you add references to assemblies added to the GAC via gacutil on the local machine.  See: http://msdn2.microsoft.com/en-us/library/wkze6zky(VS.80).aspx

 

Tuesday, May 01, 2007 1:29:02 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  |  Trackback Related posts:
Scrum Family
Interesting error condition
Geek dinner
Racing a Jet engine
Software Development Meme
64bit tomfoolery
Tracked by:
http://9ox-information.info/04986263/index.html [Pingback]
http://9qq-information.info/50930129/index.html [Pingback]
http://9ol-information.info/90938126/index.html [Pingback]
http://9og-information.info/44282460/index.html [Pingback]
http://9qk-information.info/21415364/index.html [Pingback]
http://9oc-information.info/59205797/age-female-cat-can-get-pregnant-.html [Pingback]
http://9ox-information.info/66711814/index.html [Pingback]
http://9ot-information.info/81264655/index.html [Pingback]
http://9om-information.info/67562448/index.html [Pingback]
http://9og-information.info/25371117/index.html [Pingback]
http://9so-information.info/09335583/index.html [Pingback]
http://9sb-information.info/45038610/index.html [Pingback]
http://9rn-information.info/83589157/progressive-muscle-relaxation-15.html [Pingback]
http://9st-information.info/62921332/index.html [Pingback]
http://9ry-information.info/06189057/6-5l-computer-codes.html [Pingback]
http://9rn-information.info/39913647/index.html [Pingback]
http://9rp-information.info/75606894/what-contributions-do-meats-and-milk-produc... [Pingback]
http://9sm-information.info/83148791/index.html [Pingback]
http://9rl-information.info/77124066/index.html [Pingback]
http://9uaee-le-informazioni.info/72869618/index.html [Pingback]
http://9uaei-le-informazioni.info/05877552/index.html [Pingback]
http://9uaei-le-informazioni.info/03168810/index.html [Pingback]
http://9uaep-le-informazioni.info/86905187/index.html [Pingback]
http://9uaeq-le-informazioni.info/60439615/vanity-flair-it.html [Pingback]
http://9uael-le-informazioni.info/60896518/index.html [Pingback]
http://9uafo-le-informazioni.info/91912660/aumenta-comfort-termico-ed-acustico-c... [Pingback]
http://9uaea-le-informazioni.info/78141570/costo-pavimento-parquet.html [Pingback]
http://9uaeq-le-informazioni.info/86203690/index.html [Pingback]
http://9uagf-le-informazioni.info/22038114/difetti-skoda-roomster.html [Pingback]
http://9uahn-le-informazioni.info/94916239/sacca-di-fornovo.html [Pingback]
http://9uagh-le-informazioni.info/89238137/index.html [Pingback]
http://9uahg-le-informazioni.info/72067122/incidenza-canone-affitto.html [Pingback]
http://9uagc-le-informazioni.info/07444291/en6600-silencer.html [Pingback]
http://9uahj-le-informazioni.info/42488036/index.html [Pingback]
http://9uagb-le-informazioni.info/35347284/parquet-laminato-valledaosta.html [Pingback]
http://9uahs-le-informazioni.info/27096307/index.html [Pingback]
http://fartooblog.tripod.com/137.html [Pingback]
http://kevruublog.tripod.com/45.html [Pingback]
http://awlelm.org/sitemap4.html [Pingback]
http://pinofranc.homestead.com/05/hottickets-com.html [Pingback]
http://pinofranc.homestead.com/03/association-of-flight-attendants.html [Pingback]
http://pinofranc.homestead.com/03/buying-a-business.html [Pingback]
http://aixpj-www.com/celebs-missing-their-panties.html [Pingback]
http://talpeenews.tripod.com/16.html [Pingback]
http://gacmuunews.angelfire.com/101.html [Pingback]
http://nabkoonews.tripod.com/151.html [Pingback]
http://zelkuunews.tripod.com/5.html [Pingback]
http://unistarkom.ueuo.com/00653-blog.html [Pingback]
http://ramambo.nl.eu.org/13/hydroxyzine.html [Pingback]
http://ramambo.nl.eu.org/http-walmart-benefits-com.html [Pingback]
http://harum.nl.eu.org/johnson-city-press-com.html [Pingback]
http://ecjpkj4.biz/florida-condo-rentals.html [Pingback]
http://krpefgb.com/hungry-howies.html [Pingback]
http://thpufbi.biz/horny-moms.html [Pingback]
http://nasferablog.netfirms.com/169.html [Pingback]
http://sl0zpwo.biz/chicken-francaise.html [Pingback]
http://buro--kom.nl.eu.org/www-medspub-com.html [Pingback]
http://coppohq.biz/canine-cancer.html [Pingback]
http://nasferablog.netfirms.com/338.html [Pingback]
http://nasferablog.netfirms.com/88.html [Pingback]
http://alo--kom.nl.eu.org/new-york-escorts.html [Pingback]
http://www.nonedotweb.org/st90.html [Pingback]
http://nrpfka3.biz/superior-court-of-california-county-of-riverside.html [Pingback]
http://nasferablog.netfirms.com/563.html [Pingback]
http://mumareg.tripod.com/207.html [Pingback]
http://zf1y1fs.biz/patiofurniure.html [Pingback]
http://hjftsic.biz/nationalcitryonlinebanking.html [Pingback]
http://derfoblog.ifrance.com/sitemap1.html [Pingback]
http://lopbafrea.homestead.com/82.html [Pingback]
http://smapper12.ifrance.com/90.html [Pingback]
http://reddit.com/user/HARLEY_DAVIDSON/ [Pingback]
http://fm7fgw1.info/ww-jcpenney-com.html [Pingback]
http://petmeds.hooyack.com/280.html [Pingback]
http://kubaluin.ifrance.com/368.html [Pingback]
http://halloweenus.net/276.html [Pingback]
http://callingcard.usalegaldirect.org/63.html [Pingback]
http://odalteg3.ifrance.com/56.html [Pingback]
http://euter.homestead.com/00/www-capital-city-bank-com.html [Pingback]
http://duter.homestead.com/01/sitemap6.html [Pingback]
http://duter.homestead.com/01/cliff-notes-com.html [Pingback]
http://0210071.ifrance.com/27.html [Pingback]
http://03100711.ifrance.com/237.html [Pingback]
http://fasxen.netfirms.com/16.html [Pingback]
http://maribuli.tripod.com/395.html [Pingback]
http://zavernuli.tripod.com/328.html [Pingback]
http://www6.donden.biz/284.html [Pingback]
http://www6.donden.biz/641.html#www [Pingback]
http://krumlopol.tripod.com/119.html [Pingback]
http://vienna.craigslist.org/trv/464846877.html [Pingback]
http://kurochkin.ifrance.com/344.html [Pingback]
http://adultwebasterempire.com/ [Pingback]
http://house.servetown.com [Pingback]
http://mikale.awardspace.com [Pingback]
http://cost.20xhost.com [Pingback]
http://signer.byethost13.com [Pingback]
http://se219789.jkso7ex.info/sitemap10.html [Pingback]
http://pa198072.soll6dp.info/sitemap2.html [Pingback]
http://kh9qeci.net/03/sitemap32.html [Pingback]
http://tr5d5iu.net/00/sitemap1.html [Pingback]
http://yftbsy1.net/lottery/sitemap1.html [Pingback]
http://weujmru.net/estate/sitemap1.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/pages/80687875/index.html [Pingback]
http://martinrozon.com/images/photos/pages/77776812/female-cialis.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/pages/wp-includes/js/pages/26638306/pokem... [Pingback]
http://jivest2006.com/pages/71437517/cialis-germany.html [Pingback]
http://add2rss.com/img/design/pages/35295115/cialis-dossage.html [Pingback]
http://temerav.com/images/menu/74267147/cialis-europe.html [Pingback]
http://ipsilon.hr/ipsilon.hr/cms/4/lib/pages/22937860/pictures-of-bird-tatoo-s.h... [Pingback]
http://add2rss.com/img/design/pages/35212940/index.html [Pingback]
http://restablog.dreamhosters.com/photo/sitemap1.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/rainbow-brite/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/celexa/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/prozac/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/hoodia/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/soma.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/coumadin/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/lexapro.html [Pingback]
http://modena.intergate.ca/arezzojewelry/hoodia.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/ultram/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/lipitor.html [Pingback]
http://modena.intergate.ca/arezzojewelry/clomid.html [Pingback]
http://modena.intergate.ca/arezzojewelry/paxil.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/claritin/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/rainbow-brite.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/celebrex/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/melatonin/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/effexor.html [Pingback]
http://modena.intergate.ca/arezzojewelry/wellbutrin.html [Pingback]
http://modena.intergate.ca/arezzojewelry/tramadol.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/accutane/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/paxil/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/cialis.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/effexor/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/synthroid.html [Pingback]
http://modena.intergate.ca/arezzojewelry/celebrex.html [Pingback]
http://modena.intergate.ca/arezzojewelry/claritin.html [Pingback]
http://modena.intergate.ca/arezzojewelry/nexium.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/wellbutrin/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/synthroid/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/lipitor/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/nexium/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/zoloft.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/lexapro/index.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/cymbalta/index.html [Pingback]
http://modena.intergate.ca/arezzojewelry/ultram.html [Pingback]
http://blastpr.com/blog/wp-includes/js/pages/cialis/index.html [Pingback]
http://akytft5.net/sitemap1.html [Pingback]
http://morningside.edu/mics/_notes/pages/celexa/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/melatonin/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/paxil/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/effexor/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/nexium/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/lexapro/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/coumadin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/prilosec/index.html [Pingback]
http://blastpr.com/wiki/js/pages/nexium/index.html [Pingback]
http://blastpr.com/wiki/js/pages/coumadin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/cialis/index.html [Pingback]
http://blastpr.com/wiki/js/pages/celebrex/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/ultram/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/claritin/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/prozac/index.html [Pingback]
http://blastpr.com/wiki/js/pages/hoodia/index.html [Pingback]
http://blastpr.com/wiki/js/pages/celexa/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/cymbalta/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/celebrex/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/hoodia/index.html [Pingback]
http://blastpr.com/wiki/js/pages/lexapro/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/tramadol/index.html [Pingback]
http://blastpr.com/wiki/js/pages/cymbalta/index.html [Pingback]
http://blastpr.com/wiki/js/pages/tramadol/index.html [Pingback]
http://blastpr.com/wiki/js/pages/paxil/index.html [Pingback]
http://blastpr.com/wiki/js/pages/soma/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/rainbow-brite/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/wellbutrin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/lipitor/index.html [Pingback]
http://blastpr.com/wiki/js/pages/rainbow-brite/index.html [Pingback]
http://blastpr.com/wiki/js/pages/synthroid/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/synthroid/index.html [Pingback]
http://discussgod.com/cpstyles/docs/25383456/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/04061117/index.html [Pingback]
http://swellhead.netswellhead.net/docs/42306518/index.html [Pingback]
http://coolioness.com/attachments/docs/58150246/index.html [Pingback]
http://coolioness.com/attachments/docs/76375390/index.html [Pingback]
http://coolioness.com/attachments/docs/83777724/index.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/84238305/index.html [Pingback]
http://hrvatska.biz/wp-includes/js/docs/80692203/index.html [Pingback]
http://martinrozon.com/images/photos/docs/54373182/index.html [Pingback]
http://plantmol.com/docs/60217277/index.html [Pingback]
http://entartistes.ca/images/images/docs/28212733/index.html [Pingback]
http://lecouac.org/ecrire/lang/docs/25282359/index.html [Pingback]
http://entartistes.ca/images/images/docs/81367526/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/33460308/index.html [Pingback]
http://coolioness.com/attachments/docs/75395149/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/54089144/index.ht... [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/63224938/index.html [Pingback]
http://legambitdufou.org/Library/docs/15090396/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/18769945/index.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/08493171/index.html [Pingback]
http://discussgod.com/cpstyles/docs/43932298/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/36483653/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/56008043/index.html [Pingback]
http://temerav.com/images/menu/91084644/index.html [Pingback]
http://split-dalmatia.com/split-dalmatia.com/images/docs/34320152/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/86193101/index.html [Pingback]
http://martinrozon.com/images/photos/docs/56637999/index.html [Pingback]
http://vladan.strigo.net/wp-includes/js/docs/04726190/index.html [Pingback]
http://pddownloads.com/docs/66275653/index.html [Pingback]
http://pddownloads.com/docs/94929363/index.html [Pingback]
http://temerav.com/images/menu/96509501/index.html [Pingback]
http://witze-humor.de/templates/images/docs/83157240/index.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/91708760/index.html [Pingback]
http://slaterjohn.com/downloads/2col/28436634/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/52060005/index.html [Pingback]
http://thebix.com/includes/compat/docs/15870923/index.html [Pingback]
http://jivest2006.com/docs/42940613/index.html [Pingback]
http://ipsilon.hr/ipsilon.hr/cms/4/lib/docs/55227677/index.html [Pingback]
http://thebix.com/includes/compat/docs/51589391/index.html [Pingback]
http://discussgod.com/cpstyles/docs/62161481/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/70471394/index.html [Pingback]
http://plantmol.com/docs/24471383/index.html [Pingback]
http://vladan.strigo.net/wp-includes/js/docs/09763218/index.html [Pingback]
http://lecouac.org/ecrire/lang/docs/20007231/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/68291686/index.ht... [Pingback]
http://sevainc.com/bad_denise/img/2/cialis/ [Pingback]
http://easytravelcanada.info/js/pages/4/coumadin/ [Pingback]
http://easytravelcanada.info/js/pages/8/prilosec/ [Pingback]
http://sevainc.com/bad_denise/img/11/tramadol/ [Pingback]
http://sevainc.com/bad_denise/img/6/lexapro/ [Pingback]
http://sevainc.com/bad_denise/img/9/prozac/ [Pingback]
http://sevainc.com/bad_denise/img/10/soma/ [Pingback]
http://sevainc.com/bad_denise/img/11/ultram/ [Pingback]
http://sevainc.com/bad_denise/img/7/melatonin/ [Pingback]
http://easytravelcanada.info/js/pages/3/clomid/ [Pingback]
http://easytravelcanada.info/js/pages/6/lipitor/ [Pingback]
http://easymexico.info/images/img/cialis/ [Pingback]
http://simplecanada.info/js/pages/13912893/ [Pingback]
http://easytravelcanada.info/js/pages/11/tramadol/ [Pingback]
http://sevainc.com/bad_denise/img/7/nexium/ [Pingback]
http://easytravelcanada.info/js/pages/7/nexium/ [Pingback]
http://easytravelcanada.info/js/pages/5/effexor/ [Pingback]
http://sevainc.com/bad_denise/img/8/paxil/ [Pingback]
http://easytravelcanada.info/js/pages/3/claritin/ [Pingback]
http://easytravelcanada.info/js/pages/1/accutane/ [Pingback]
http://easytravelcanada.info/js/pages/2/celexa/ [Pingback]
http://sevainc.com/bad_denise/img/12/zoloft/ [Pingback]
http://easytravelcanada.info/js/pages/2/cialis/ [Pingback]
http://sevainc.com/bad_denise/img/4/coumadin/ [Pingback]
http://sevainc.com/bad_denise/img/1/accutane/ [Pingback]
http://easytravelcanada.info/js/pages/12/zoloft/ [Pingback]
http://sevainc.com/bad_denise/img/1/celebrex/ [Pingback]
http://bombaylogger.web.aplus.net/02/index.html [Pingback]
http://ks2vlvw.net/06/index.html [Pingback]
http://odin.net/images/pages/35694472/columbia-adult-escorts-south-carolina.html [Pingback]
http://odin.net/images/pages/35694472/baby-bop-photos.html [Pingback]
http://odin.net/images/pages/35694472/baby-got-back-by-throwdown.html [Pingback]
http://odin.net/images/pages/35694472/index.html [Pingback]
http://odin.net/images/pages/35694472/lesbian-simpsons.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/index.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/index.html [Pingback]
http://odin.net/images/pages/52807681/britney-no-panties-pics.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/adult-film-star-listings.h... [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/xpress-train-hentai-movie.h... [Pingback]
http://odin.net/images/pages/52807681/index.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/oops-babes.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/erotic-comic-archives.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/a1-thumbnails-posts.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/cards-adult-humor.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/oops-celeb.html [Pingback]
http://odin.net/images/pages/52807681/marathon-florida-webcam.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/baby-shower-graphics.html [Pingback]
http://restablog.dreamhosters.com/furniture/sitemap1.html [Pingback]
"http://lgicsge.net/auction/sitemap1.html" (http://lgicsge.net/auction/sitemap1.... [Pingback]
"http://www.wowgoldtricks.com/phone/areas" (http://www.wowgoldtricks.com/phone/a... [Pingback]
"http://fastestblog.net/sitemap1.html" (http://fastestblog.net/sitemap1.html) [Pingback]
"http://feedjit.com/stats/callerbase.com/toppages/" (http://feedjit.com/stats/ca... [Pingback]
"http://pnge0ap.net/sitemap1.html" (http://pnge0ap.net/sitemap1.html) [Pingback]
"http://friendfeed.com/ninjaomatic" (http://friendfeed.com/ninjaomatic) [Pingback]
"http://box432.bluehost.com/~zbloginf/sitemap2.html" (http://box432.bluehost.com... [Pingback]
"http://gator442.hostgator.com/~hockteam/movies/sitemap1.html" (http://gator442.... [Pingback]
"http://host256.hostmonster.com/~alldomai/sitemap2.html" (http://host256.hostmon... [Pingback]
"http://pb1q7o9.net/auction/sitemap1.html" (http://pb1q7o9.net/auction/sitemap1.... [Pingback]
"http://www.signalprocessingsociety.org/community/forum/buy-ambien-online.html" ... [Pingback]
"http://www.signalprocessingsociety.org/community/forum/buy-phentermine-online.h... [Pingback]
"http://www.signalprocessingsociety.org/community/forum/buy-hydrocodone-online.h... [Pingback]
"http://www.signalprocessingsociety.org/community/forum/buy-soma-online.html" (h... [Pingback]
"http://www.signalprocessingsociety.org/community/forum/buy-viagra-online.html" ... [Pingback]
"http://www.signalprocessingsociety.org/community/forum/buy-vicodin-online.html"... [Pingback]
"http://nega.startlogic.com/sitemap2.html" (http://nega.startlogic.com/sitemap2.... [Pingback]
"http://guga.readyhosting.com/sitemap1.html" (http://guga.readyhosting.com/sitem... [Pingback]
"http://mjzn6mh.net/sitemap1.html" (http://mjzn6mh.net/sitemap1.html) [Pingback]
"http://zunwoc9.net/sitemap1.html" (http://zunwoc9.net/sitemap1.html) [Pingback]
"http://kiva.startlogic.com/sitemap1.html" (http://kiva.startlogic.com/sitemap1.... [Pingback]
"http://zvewasp.net/yahoo/sitemap1.php" (http://zvewasp.net/yahoo/sitemap1.php) [Pingback]
"http://freewebs.com/sinkopa/02/sitemap2.html" (http://freewebs.com/sinkopa/02/s... [Pingback]
"http://sinkopa.webs.com/00/sitemap1.html" (http://sinkopa.webs.com/00/sitemap1.... [Pingback]
"http://host264.hostmonster.com/~battery1/sitemap1.html" (http://host264.hostmon... [Pingback]

Tuesday, May 01, 2007 10:10:23 PM (Central Standard Time, UTC-06:00)
I am curious what would happen if you had an interface named IFoo which covered all of the methods for both versions and then casted the instances to IFoo. Would that work and would they run their unique behavior. And the details about which assembly is holding that copy of IFoo may have some consequences. If IFoo was in an assembly which had the same version number for both implementations of Foo it may work alright.

Along with this issue with the GAC and versioning you may be interested in this other nuance of C# and interfaces.

http://brennan.offwhite.net/blog/2007/02/05/unexpected-nuance-with-c-interfaces/
Name
E-mail
Home page

Comment (Some html is allowed: a@href@title, strike) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview