Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing VSS from VB.Net Macro
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Accessing VSS from VB.Net Macro
Divers
Thread ID:
01333721
Message ID:
01333721
Vues:
45
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform