having problem removing msbuild msbuildcommunitytasks (vss) work together
i am perplexing learn certain source control tasks vss msbuildcommunitytasks, tasks getvss vsslabel? docs don't clear. i poke hang during blunder messages tell me anything, isn't unequivocally really pristine then, either. let me arrangement i'm doing i'm removing -- i wish someone indicate me right direction.
project combined c# controlling vs2005. here's msbuild digest record source:
<project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<import project="$(msbuildextensionspath)\msbuildcommunitytasks\msbuild.community.tasks.targets"/>
<target name="getlatestversionvss">
<vssget databasepath="c:\vss\astronom_vss"
path="$/astronom_vss"
localpath="c:\visualstudiosource\astronomysolution\astronom" username="build" password="build" />
</target>
<target name="compile" dependsontargets="getlatestversionvss">
<msbuild projects="astronomer.x.csproj" />
</target>
</project>
i blunder messages follows:
target getlatestversionvss:
c:\documents settings\michaelc\my documents\visual studio 2005\projects\astronom\astronomer\msbuild_usevss.xml(7,5):
blunder msb4018: "vssget" assign unsuccessful unexpectedly.
c:\documents settings\michaelc\my documents\visual studio 2005\projects\astronom\astronomer\msbuild_usevss.xml(7,5):
blunder msb4018: system.io.filenotfoundexception: bucket record public
'microsoft.visualstudio.sourcesafe.interop, version=5.2.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a'
the dependencies. component can't record specified.
c:\documents settings\michaelc\my documents\visual studio 2005\projects\astronom\astronomer\msbuild_usevss.xml(7,5):
blunder msb4018: filename: 'microsoft.visualstudio.sourcesafe.interop, version=5.2.0.0, culture=neutral,
publickeytoken=b03f5f7f11d50a3a'
...and on.
it occurs me i competence need put arrange import vigilant there indicate vss, personally indicate microsoft.visualstudio.sourcesafe.interop, nonetheless i can't .dll record name, list components .net add-on supplement anxiety dialog visible studio.
Comments
Post a Comment