Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing VSS from VB.Net Macro
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Accessing VSS from VB.Net Macro
Miscellaneous
Thread ID:
01333721
Message ID:
01333721
Views:
46
Curious if anyone is familier with VB.Net Macros and if they know the code on how to automate a "Get Latest Version" command off the Project Solution using a VB.Net Macro...

Here is the general code I have...
        '***************************************
        ' Initialize Variables
        '***************************************
        Dim objSolution As Solution = DTE.Solution
        Dim objProjects As Projects = DTE.Solution.Projects

        '***************************************
        ' Clean, Get Latest & Build The Entire Solution
        '***************************************
        objSolution.SolutionBuild.Clean(True)
        ' Insert GetLatestVersion Code Here...
        objSolution.SolutionBuild.Build(True)
________________________
Ben Santiago, MCP & A+
Programmer Analyst (SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS)
Eastern Suffolk BOCES - Student Data Services


Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
-Rich Cook
Next
Reply
Map
View

Click here to load this message in the networking platform