I am trying to open a VS 2010 project with Visual Studio 2010 Ultimate. The project is under source control (TFS) and I want to open it from the local folder. After opening, I get an error:
The Project is under Source Control. This Version of Visual studio .net does
not support source controlled projects. Any changes that you make to this project
will not be propagated to source code.
And then a message
Exception details:
System.Runtime.InteropServices.COMException (0x80004005): Package 'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed to load.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
The solution is then showing with an unavailable project. I donĀ“t think it can be a version problem because I use VS Ultimate. There is already a question about this problem, but I could not make very much of the answers
Related
For some unknown reason Visual Studio 2022 unable to find very common Assemblies System, system.core and more. Looking at SDK I was able to find all missing Assemblies, but Visual Studio 2022 is not happy.
MSB3644 The reference assemblies for .NETFramework,Version=v4.0 were not found
Is there any problem with visual studio vs 2010 ultimate with visual studio test professional 2013 and tfs 2013, while creating coded UI tests?
I would suggest using VS2010 or VS2013 for CodedUI tests but not both. Trying to run 2010 CodedUI tests in 2013 will attempt an upgrade I think. Trying to run 2013 tests in 2010 will likely fail. There is no problem using VS2010 or VS2013 CodedUI with TFS 2013 just make sure you install VS2010 on your build agent.
I made this working, but now have another problem.
I cant export results (test plan, test run summary).
When i try to do some export i got this error:
Compiling transformation: Assembly 'Microsoft.TeamFoundation.TestManagement.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' uses 'Microsoft.TeamFoundation.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'Microsoft.TeamFoundation.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I have used workaround from this blog post to install MS Dynamics CRM 2013 Developer Toolkit on Visual Studio 2015. Many people have installed it and using it without problems. However, when I try to bind to my online CRM instance, I get this error:
Could not load file or assembly 'Microsoft.Windows.Design.Host,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or
one of its dependencies. The system cannot find the file specified.
Am I missing something here ?
Have you got .NET Framework 4.5.2 installed? I remember having to install this, even on Windows 10 which is supposed to have it.
I wrote a program by visual studio 2008. then I installed v.2013 .
But it's not show design view of RDLC reports. I just see html codes.
some thing were wrong. when I want to add new connection (that it is in sqlserver 2008 R2) it's show error:
Unable to add data connection. Could not load file or assembly
'Microsoft.Sqlserver.Management.Sdk.Sfc, Version=11.0.0.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of it's
dependencies. The system cannot find the file specified.
And I made setup , but now it's can't show. I'm be crazy everything is cluttered when I upgraded visual studio from 2008 to 2013.
What can I do?
To upgrade Microsoft Viewer:
install SQLSysClrTypes
install report Viewer 2012 runtime
Both are available from here: http://www.microsoft.com/en-us/download/details.aspx?id=35747
I would like to use WiX 3.6 in my Visual Studio 2013 project. I use the same computer to compile other projects which the company says must use Wix 3.6 so I don't have the option of upgrading Wix.
I have a Wix project that works under Visual Studio 2008. I've searched for ways to get Visual Studio 2013 to recognize it, but with no luck.
EDIT 2014-07-11
I had looked at the suggested link prior to posting my question, but Visual Studio 2008 does not have the same format of support for extensions that VS2013 has. So I can't just copy file per the link.
I have VS2010 setup on another machine and copied the extension files from there. I then followed instructions in the link. Though, VS2013 now says WIX is an available project type, it fails when I try to create a new WIX project, nor will it recognize my existing WIX project.
I opened the activity log. There was a warning and two errors...
(warning)Performance warning: String load failed. Pkg:{E0EE8E7D-F498-459E-9E90-2B3D73124AD5} (WiX Project Package) LANG:0409 ID:100
(error) CreateInstance failed for package [WiX Project Package] {E0EE8E7D-F498-459E-9E90-2B3D73124AD5} 80070002 VisualStudio
(error) End package load [WiX Project Package] {E0EE8E7D-F498-459E-9E90-2B3D73124AD5} 80004005 - E_FAIL VisualStudio