Remote Desktop Manager - AddOn development forum
11/26/2010 9:40:57 AM
 Xanacas Posts: 90
|
i try to set the connection category, but i get an error, when i use this in the AddOn.cs: public override SessionAddOnConnectionCategory ConnectionCategory { get { return SessionAddOnConnectionCategory.RemoteConnection; } }
error: there is no matching method to override....
|
|
0
• permalink
|
11/26/2010 9:52:00 AM
 David Hervieux Administrator Posts: 4241
|
Hi, It's not a method to override, you must implements the interface ISessionAddOn2
-- David Hervieux Devolutions inc.

|
|
0
• permalink
|
11/26/2010 10:27:24 AM
 Xanacas Posts: 90
|
im nearly new to interfaces and so one, so where and how do i have to implement this class and how do i set then the connection cattegory
|
|
0
• permalink
|
11/26/2010 4:10:57 PM
 David Hervieux Administrator Posts: 4241
|
Hi, I verified and I completely forgot that you can use BaseSessionAddOn2 as your base class instead of BaseSessionAddOn. After that, you will be able to override the ConnectionCategory.
-- David Hervieux Devolutions inc.

|
|
0
• permalink
|