Search found 4 matches

by urgrund
06 Dec 2010, 02:50
Forum: Help
Topic: MantisConnect C# ..get list of users on Project?
Replies: 4
Views: 5846

Re: MantisConnect C# ..get list of users on Project?

hey gj1118,

yeh, it's a little hidden on the SourceForge page!

So, on the source forge page click 'View All Files' instead of Download Now.
Then, you can goto MantisConnect and then download the latest release... which unfortunately is 5 years old. :)
http://sourceforge.net/projects/mantisconnect ...
by urgrund
27 Nov 2010, 08:21
Forum: Help
Topic: MantisConnect C# ..get list of users on Project?
Replies: 4
Views: 5846

Re: MantisConnect C# ..get list of users on Project?

thanks atrol -
though this is only in the php isn't it?
So there's no way in the current .dll's (Futureware.MantisConnect.dll) to get this information?

Has anyone ever extented the MantisConnect libraries to included additional 'features' like this?
I've noticed that MantisConnect webpage is a ...
by urgrund
27 Nov 2010, 07:45
Forum: Help
Topic: Futureware.MantisConnect.Attachment C#
Replies: 3
Views: 5642

Re: Futureware.MantisConnect.Attachment C#

hi,

did anyone find a resolution to this?
The Attachment() class in the MantisConnect library only has getters and nothing to set anything for a new attachment.

how do you go about this?

thanks!
by urgrund
18 Oct 2010, 02:41
Forum: Help
Topic: MantisConnect C# ..get list of users on Project?
Replies: 4
Views: 5846

MantisConnect C# ..get list of users on Project?

hi.
first time using MantisBT and MantisConnect and so far it's great!
I've been able to use the c# libraries to integrate a issue reporting system right into our 3D visualisation program..

One thing is that I can't seem to find anywhere to get the Users assigned to a project?
This will be needed ...