Giter Site home page Giter Site logo

Comments (4)

Thwaitesy avatar Thwaitesy commented on September 23, 2024

I would imaging its due to CodedUI test functionality. You can unload the desktop stuff if you dont need it and it will work happily.

from aframe.

fAntel avatar fAntel commented on September 23, 2024

Hello. I have the same issue with Visual Studio 2015 Professional. But I need CodedUI. About problem. Compiler say that it cannot find Microsoft.VisualStudio.TestTools.UITest.Extension version 12.0... I don't know why Visual Studio want assemblies exactly this version.
Then I downloaded code and tried to recompile. But compiler say that it cannot find Coded UI classes and that I forgot add references. But all references was added. Only version 14 but not 12 because I use Visual Studio 2015.
Can you explain how can I recompile project or what is wrong I am doing?

from aframe.

hriosm avatar hriosm commented on September 23, 2024

from aframe.

Thwaitesy avatar Thwaitesy commented on September 23, 2024

We have seen this issue before with VS 2013 Test Professional. Only certain versions of VS allow for the full functionality of CodedUI.

Our work around was this:

  • Make the project be a general test project and not a "CodedUI" project - With the CodedUI projects you will notice the .csproj will pull in the references to CodedUI automatically and in the case where your version doesn't allow for CodedUI it will not load the project at all. So make it be a generic test project and you elevate this issue.
  • Add a "Libs" (or something similar) folder somewhere relative to your project in the same source code repository and drop in the 3-4 .dll's required for CodedUI.
  • Add a direct reference to those dll's in your test project. (Not from the public assemblies located on your pc)

That should allow the project to load on VS open, and also allow it to work when running tests as the dll's are there.

P.S - I assume this method might breach some terms and conditions with Microsoft as you are getting around their licencing restrictions. For us, we had to do it as a stop gap measure for some users that were waiting for their licences to come through.

I take no responsibility for any issues with Microsoft or anyone else that arise from using the above workaround.

from aframe.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.