Elsinore

User Forum

www.screenconnect.com
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Running GuestClient.exe
winnt93
#1 Posted : Thursday, September 22, 2011 12:55:01 PM
Rank: Newbie
Joined: 9/22/2011
Posts: 2
I'm trying to run this up locally to connect to an existing session using a code.

I've been able to use the ClientLaunchParameters class as described elsewhere in the forum and lifted the various parameters by looking at the click once download URL in firebug. I can get my test app to fire up the exe with the params and connect successfully.

I'm now trying to integrate the session manager/create session stuff which think allows me to pass up the simple key and get back the encryption key/session etc.

My app references the following DLL files:
Elsinore.ScreenConnect.Core.DLL
Elsinore.ScreenConnect.Server.DLL

However, when I pull both these into my vs2010 (console) test app, they seem to be in confict with each other and I lose sight of what's in the server DLL file. I tried aliasing one, but VS2010 seems to have a bug with this stuff.

I'm wondering if I'm doing something wrong (given I can't find any references to this sort of issue elsewhere in the forum).

Gordon
winnt93
#2 Posted : Thursday, September 22, 2011 7:58:20 PM
Rank: Newbie
Joined: 9/22/2011
Posts: 2
I think I found the problem. I was targetting framework 4.0 Client Profile. Switched to 3.5 and it seems happier.

Details here: http://stackoverflow.com/questions/5707550/why-dll-reference-disappears-when-developing-in-vs2010

gordon
Jake Morgan
#3 Posted : Thursday, September 22, 2011 11:00:07 PM
Rank: Administration
Joined: 4/9/2010
Posts: 858
Yep, 4.0 assemblies are not binary compatible with ours which are 2.0/3.0/3.5 compatible. Let us know if you need anything else.
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.