Hatpackage microsoft visualstudio teamfoundation
I am not sure that you have ruled out anything. The problem is most likely that the version of the MSBuild tasks like DevEnv you are running do not match the version of VS that is installed. Or perhaps the version of Team Build that is being used. I am not sure exactly how the DevEnv task works, but the problem has something to do with it. Another option maybe to use the Exec task and simply call out to Visual Studio via the command line to build your application.
I forgot to mention that we use the Exec task to run devenv. If we run devenv. In this case, it looks like your only option would be to write a custom task that would lauch devenv and wait on it to finish. There should be lots of examples of this kind of task.
Unfortunately, I don't have any insights into the versioning mismatch that is the real cause of the problem. Ask a question. Quick access. Search related threads. Remove From My Forums. Asked by:. Archived Forums V. Team Foundation Server - Build and release management. The discussion for TFS has moved! Sign in to vote. Microsoft R Visual Studio Version 9. Copyright C Microsoft Corp. All rights reserved. Wednesday, March 3, PM. Did you install Team Explorer Sp1 on build machine?
Friday, March 5, AM. I wouldn't recommend GACing anything but you may want to locate the HatPackage assembly it should be in the private assemblies folder of Visual Studio. I guess my question would be what is trying to load HatPackage during the build. Do you have any custom or third party tasks that are being used? To get to the bottom of this you need to look at all the dependencies of every task that you are using in the build process.
Perhaps you have a "devenv" task that is being used? That would run visual studio and vs may try to load HatPackage. Other than that, I don't know what could cause it to be loaded. Thanks, Jason. Friday, March 5, PM. Patrick Goode Patrick Goode 1, 3 3 gold badges 17 17 silver badges 33 33 bronze badges. Yes, there's a 4. I am having same issue? Did you rectify it? This broke with a windows update for me, but got working with deletion of VersionControl. Add a comment.
Active Oldest Votes. Sudarshan Tanuku Sudarshan Tanuku 1 1 silver badge 11 11 bronze badges. It's work on my VS, Update 5. This must be an answer.
Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast Making Agile work for data science. Stack Gives Back Featured on Meta.
New post summary designs on greatest hits now, everywhere else eventually.
0コメント