My Add-in can't communicate with VS2008 VSIP Fortress Client

If you are having a problem using Fortress, post a message here.

Moderator: SourceGear

Post Reply
Ryser
Posts: 1
Joined: Thu Jan 15, 2009 5:56 am

My Add-in can't communicate with VS2008 VSIP Fortress Client

Post by Ryser » Thu Jan 15, 2009 6:16 am

Hi SourceGear Team,

I use the Fortress Client Version 1.1.4(18402) and Visual Studio 2008 Pro.

And have a little problem:

I will write a add-in for VS2008 Pro. In this add-in I use the command 'ENVDTE.SourceControl.IsItemUnderSCC(string ItemName)'.
With the 'SourceGear Fortress Classic Client' work this but with the 'SourceGear Fortress Visual Studio Enhanced Client' not.

Why not?
How I get the Information that my project item under sourcecontrol is?

I don't find a solution for my problem and hope you can help me.


thanks,

Ryser

ian_sg
Posts: 787
Joined: Wed May 04, 2005 10:55 am
Location: SourceGear
Contact:

Re: My Add-in can't communicate with VS2008 VSIP Fortress Client

Post by ian_sg » Thu Jan 15, 2009 2:45 pm

Unfortunately Visual Studio's automation API only works with MSSCCI source control plugins. Your observation is correct, that only the Classic Client can be automated this way.
Ian Olsen
SourceGear

Post Reply