Powered by Jitbit AspNetForum free trial version.
home recent topics recent posts search register faq   AspNetForum v.4.7.6.0

Devolutions :: Forum

user:
psw:
| lost password
Home » Recent messages recent posts - RSS
11/18/2008 5:25:02 AM
topic: Importing Remote Desktops snap-in connections info

flolaz
Posts 1
Is it possible to import the connections information from Remote Desktops MMC snap-in?
I have all the connections saved there (about 50) and is difficult to migrate.
Thank you.
11/3/2008 8:17:02 PM
topic: Importing Sessions

dhervieux
Posts 14
Hi,
sorry for the delay. The ID is a simple GUID.

http://en.wikipedia.org/wiki/Globally_Unique_Identifier

I'm not sure if this will help but maybe with that you should be able to generate the GUID

http://www.freevbcode.com/ShowCode.asp?ID=3009
or
http://support.microsoft.com/kb/176790


Have a nice day

David Hervieux
Devolutions inc.
10/29/2008 5:26:17 PM
topic: Importing Sessions

smcgoff
Posts 1
My company uses spreadsheets for our customer server lists. I attempted to use Excel to manipulate the xml, but I run into a snag. Without an 'ID', the session list will not import. Is this proprietary information or can this ID be generated?

Thanks...
10/24/2008 12:10:29 PM
topic: Ping Option

dhervieux
Posts 14
I could try to add it in a next version.

David
Devolutions inc.
10/24/2008 12:08:50 PM
topic: Q: Putty tunnels do not work

dhervieux
Posts 14
I have no idea, I will try to do some search when I got time and let you know.

David
Devolutions inc.
10/23/2008 10:21:05 AM
topic: Ping Option

hiren101
Posts 1
can we have Ping -t enable so i can Continues ping computer when i restart the computer.
10/20/2008 4:42:32 AM
topic: Q: Putty tunnels do not work

adam_j_bradley
Posts 1
The putty tunnels defined in any session are not created. These tunnels work if putty is used in the native RDP client. I'm attempting to connect to localhost which is then tunneled
(securely) by putty.

Any ideas?
Thanks in advance!

Adam
10/18/2008 8:26:35 PM
topic: When new version is , with new appearance ?? :-)

dhervieux
Posts 14
Not sure when, but I have big plan for the next version :

- UI rewrite with WPF
- Credential management
- ...

Maybe by the end of the year

David
Devolutions inc.
10/18/2008 12:50:47 PM
topic: When new version is , with new appearance ?? :-)

alazif
Posts 1
When new version is , with new appearance ?? :-)
8/26/2008 2:59:16 PM
topic: VNC Session Config

dhervieux
Posts 14
Maybe, I never tested TightVNC

I will try to test it soon

David Hervieux
Devolutions inc.
8/26/2008 2:23:14 PM
topic: VNC Session Config

jdrinkert
Posts 3
Could this be because I have TightVNC on all my servers?
edited by jdrinkert on 8/26/2008
8/26/2008 12:55:39 PM
topic: VNC Session Config

jdrinkert
Posts 3
If I leave the options field blank I get this error.

Failed to connect to server ()
8/26/2008 11:48:21 AM
topic: VNC Session Config

dhervieux
Posts 14
You only have to set the url in the url field. Do you get an error if you don't set the options field with the url?

You can add any command line values in the options,

http://www.physnet.uni-hamburg.de/physnet/vnc/winvncviewer.html

Take a look at the section "Command line options" but It's not possible to enter the password (security issue).

http://www.experts-exchange.com/Networking/Misc/Q_23411729.html


David Hervieux
Devolutions inc.
8/26/2008 10:11:34 AM
topic: VNC Session Config

jdrinkert
Posts 3
To use VNC you have to enter the url in both the url field and the options field. Is this by design?

Also, is there a way to insert the password for a VNC connection?

Thanks
8/14/2008 5:57:01 PM
topic: Error When Closing

MagnumVP
Posts 3
Looking forward to it.

Thanks
8/14/2008 4:37:41 PM
topic: Error When Closing

dhervieux
Posts 14
Not really, I know the problem and it's on my todo list. I want to make RDM more Vista friendly but with the new security system, it's not a simple task.

I can't promess anything, but It should be fixed in the next major release.

Thank you

David Hervieux
Devolutions inc.
8/14/2008 4:18:47 PM
topic: Error When Closing

MagnumVP
Posts 3
Running it under the Admin seems to fix the problem. Is that by design?
8/14/2008 2:26:05 PM
topic: Error When Closing

dhervieux
Posts 14
Hi,
Can you try to run Remote Desktop Manager with the Administrator right ?

Context Menu - > Run as Administrator

Let me know the result.

David
8/14/2008 1:39:18 PM
topic: Error When Closing

MagnumVP
Posts 3
OS: Vista Business SP1

- Opened RDM and then clicked Upper Right X (Close)
- Click Yes to confirm
- Error below occurs and prevents me from closing. When you click ok it goes back to RDM.

This error also occurs when attempting to addany Connection.

InvalidOperationException - Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\thctaqiu.0.cs' could not be found
error CS2008: No inputs specified


at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
at System.Xml.Serialization.XmlSerializer..ctor(Type type)
at Devolutions.Utils.SerializationUtils.SaveObjectToString(Object aValue)
at Devolutions.Utils.SerializationUtils.SaveObjectToFile(String aFileName, Object aValue)
at Devolutions.RemoteDesktopManager.Forms.FrmMain.FrmMain_FormClosed(Object sender, FormClosedEventArgs e)
at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Devolutions.RemoteDesktopManager.Forms.FrmNoBorder.WndProc(Message& m)
at Devolutions.RemoteDesktopManager.Forms.FrmMain.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
7/30/2008 8:26:45 AM
topic: VPN auto launched before RDP ?

dhervieux
Posts 14
Hi,
for the vpn question, do you know if it's possible to open a vpn in command line ?
For the other HDD activity question, I have no idea how I can do that because it's the Microsoft RDP Client which is used and I have no control for that.

Anyway, I will add it to my todo list and if I find a solution, I will add it to RDM.

Thank you
pages: 1 2

Home » Recent messages