Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / February 2006

Tip: Looking for answers? Try searching our database.

Automation Extender in VS 2003 for BizTalk Project

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gnic - 31 Jan 2006 21:36 GMT
Hi everyone, I need to generate BizTalk Project and components programmatically, I tried to use the DTE.Project class, but I can't manipulate the project properties (e.g. AssemblyName, references).

Does anyone have experience on using DTE with BizTalk project?
Basically what I want to do is to create a BizTalk project (or open an existing project), and be able to modify project preperties

thanks first!

From http://developmentnow.com/g/55_0_0_0_0_0/vsnet-ide.ht
Carlos J. Quintero [VB MVP] - 01 Feb 2006 16:56 GMT
Hi Gnic,

I am not familiar with BizTalk projects but if they are subtypes of VB.NET
or C# project types, you can:

- Use EnvDTE.Project.Properties.Item(propertyName).Value = xxx to manipulate
its properties. You need to guess the propertyName though, iteraring a bit
to display available names.

- Cast EnvDTE.Project.Object to VSLangProj.VSProject and use
VSProject.References. See my article:

HOWTO: Getting information specific to VB.NET and C# projects from an add-in
or macro
http://www.mztools.com/articles/2005/MZ011.htm

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com

> Hi everyone, I need to generate BizTalk Project and components
> programmatically, I tried to use the DTE.Project class, but I can't
[quoted text clipped - 10 lines]
> Posted via DevelopmentNow.com Groups
> http://www.developmentnow.com 

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.