Unit Test Runner failed to load assembly
I have just upgraded to "ReSharperSetup.5.0.1611.9.msi" from "ReSharperSetup.5.0.1565.10.msi". Using Visual Studio 2010 Beta2, when I try to run unit tests, I get the following message:
Caption "ReSharper"
Body Text:
Unit Test Runner failed to load assembly.
Could not load file or assembly "Microsoft.VisualStudio.QualityTools.Common, Version=10.0.0.0, Culture-neutral, PublicKeyToken='b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I have rebooted the PC but the problem persists.
Once the Ok is clicked the tests do run as expected.
Also the tests run without issue in NCover.
Please sign in to leave a comment.
Now, I can run the project (projectFoo) that has the reference to SQLite in
it, (I couldn't several weeks ago) but if I run a dependent assembly, the
Resharper Test Runner complains
that it was unable to load an assembly in projectFoo
Of course TestDriven.Net works without error as always, praise be ...
- resharper build 5.0.1639.5
- solution platform = AnyCPU in VS 2008
- vista business 64
"Gauthier Segay" <no_reply@jetbrains.com> wrote in message
news:20387060.110851268104913615.JavaMail.clearspace@app8.labs.intellij.net...
>
http://www.sale-handbags.com/Mulberry-c-18.html, 21 year old Thomas Burberry raised an empire of http://www.sale-handbags.com/Prada-c-38.html and http://www.sale-handbags.com/Thomaswylde-c-17.html on his name. Established in 1856 http://www.sale-handbags.com/Valentino-c-11.html holds patents and trademarks that had defined the fashion industry. From http://www.sale-handbags.com/Versace-c-14.html on silver screen to Claudia Pshiffer on the ramps from http://www.sale-handbags.com/Yves-Saint-Laurent-c-16.html to http://www.sale-handbags.com/Anya-Hindmarch-c-28.html all have adorned the famous Burberry checks or the http://www.sale-handbags.com/Armani-c-12.html - a brand that had defined British fashion and made it chic!Although Burberry lines started as outerwear, great patented raincoats and military wear over the years the famous checks dominated the skirts, the perfume boxes and presently the http://www.sale-handbags.com/Balenciaga-c-36.html. Robert Menchetti, the Italian designer who took over Burberry in 1999 made great progress in Burberry's stake at the http://www.sale-handbags.com/Bally-c-22.html market. Burberry defined the fashion of http://www.sale-handbags.com/Bottega-Veneta-c-20.html from Victoria Beckham to the royalty - http://www.sale-handbags.com/Burberry-c-29.html, from David Beckham to Kate Winslet - red carpet or not, Burberry fashion came up and about in the social circle.o The most popular http://www.sale-handbags.com/Cartier-c-13.html include the famous brown checks. The http://www.sale-handbags.com/Celine-c-25.html that comes in blue is one of the most http://www.sale-handbags.com/Chanel-c-3.html. Very common among the fashion conscious ladies the http://www.sale-handbags.com/Chloe-c-39.html sports a very attractive leather trim. Similar leather strips in tan border the shoulder straps as well. The zips run full length and opens up to reveal the interior again lined with the famous http://www.sale-handbags.com/Christian-Dior-c-33.html. An http://www.sale-handbags.com/Coach-c-2.html will cost you approximately USD 400.o Next in line is the famous 'Burberry Candy Check Cadogan'. In a non-traditional baby pink, this http://www.sale-handbags.com/Dolce&Gabbana-c-15.html was a craze among the young crowd. Approximately eight by eight inch width and length gives the http://www.sale-handbags.com/Fendi-c-35.html enough space to hold your http://www.sale-handbags.com/Ferragamo-c-10.html and can be easily carried for work. The shoulder straps and the borders have the traditional leather trims that work excellently with the color. Priced at approximately USD 450, http://www.sale-handbags.com/Giverchy-c-24.html are a must buy if you enjoy fashion in your own color!o Utilizing the beauty of cotton perfectly Burberry has come up with a http://www.sale-handbags.com/Gucci-c-37.html to 'kill' for'! Step aside for Burberry's famous Novacheck Tote. Uniquely designed with a lovely cotton canvas, this is Burberry's statement to those who thought http://www.sale-handbags.com/hermes-c-34.html without leather are unheard of. It has the traditional leather strips to accentuate the style and look of the totes. Sized at ten by 14 inches, these http://www.sale-handbags.com/Jimmy-Choo-c-31.html match style and usability perfectly to yield a product that is extremely popular among the young. Priced at USD 600, this tote with double http://www.sale-handbags.com/Juicy-Couture-c-8.html will cost you approximately USD 900.Although Burberry has come a long way from making overcoats to dominating the ramp, the ones who are loyal to http://www.sale-handbags.com/Kooba-c-27.html by its durability and longevity something that made Burberry raincoats famous at the first place. Often tradition makes a thing special. http://www.sale-handbags.com/Lancel-c-21.html. Its legendary checks dominate the fashion world. Nope no variations on those checks - they look just the same as they did decades ago and they still command the same elegance and style.
---
Original message URL: http://devnet.jetbrains.net/message/5278912#5278912
Was there every any solution to this issue?
I'm having the same problem.
Win7 Pro x64
VS2010
R# 5.1.1753.4 and I've even tried the latest nightly build 1764
NUnit 2.5.9
and I'm referencing SQLLite 3.6.3 but the x64 version in my Test project (using the S#arp Architecture framework)
I removed the reference to SqlLite from my test project, but I still get an error (the one mentioned in this thread) when running any tests through R#.
Have I missed a solution somewhere?
******************************EDIT ************************
Found the problem. I was referencing SharpArch.Testing.MbUnit.NHibernate.RepositoryTestsBase instead of SharpArch.Testing.NUnit.NHibernate.RepositoryTestsBase.
This caused the exception in R# Test Running.