C # StarTeam SDK

I work with the StarTeam SDK at work, and while I can connect to our server when it is connected, projects are not displayed.

It gives an exception, saying that Borland.StarTeam.ServerUnavailableException , although the value of isConnected true.

Has anyone used this and can shed light?

Thanks.

+4
source share
1 answer

StarTeam.NET SDK is 32-bit only. This is one of the possible errors that may occur when compiling your application for something other than x86. Could this be a problem?

MicroFocus heavily rewrote the .NET SDK, so I hope the documentation for such problems improves.

0
source

All Articles