[ann] EmyCpy utility updated

  • Thread starter Alex Feinman [MVP]
  • Start date
L

Lloyd Dupont

hey, that is what I was looking for.
I knew it was somewhere, you posted at the right moment ;-) !


.......
a few minutes later ...

mmhh... although it works very well on my computer it doesn't work on
someone else computer. It just have the emulator and eVC++ (but not VS, as
I'm trying to prepare a demo without PPC, for someone without PPC & without
VS)

Any tip ? (and I can't find ConManServer in my path)
when I run EmuCpy -p on his computer I get:
--------------------------------------------------*
D:\My Documents\Shared\doc>EmuCpy -p

Unhandled Exception: System.IO.FileNotFoundException: File or assembly
name ConManServer, or one of its dependencies, was not found.
File name: "ConManServer"
at OpenNetCF.Utils.EmuCpy.Main(String[] args)

=== Pre-bind state information ===
LOG: DisplayName = ConManServer, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a (Fully-specified)
LOG: Appbase = D:\My Documents\Shared\doc\
LOG: Initial PrivatePath = NULL
Calling assembly : EmuCpy, Version=1.0.1432.31620, Culture=neutral,
PublicKeyToken=null.
===

LOG: Application configuration file does not exist.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WIN2K\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: ConManServer, Version=7.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer.DLL.
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer/ConManServer.DLL.
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer.EXE.
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer/ConManServer.EXE.
 
A

Alex Feinman [MVP]

That is why I did not suggest that you use it. It uses pieces of Visual
Studio Connection Manager that are installed... correct, with Visual Studio.
Even CECopy from PPC Dev PowerToys won't help as it requires RAPI
(ActiveSync). Using Ian's suggestion is the only way for you to go.

Lloyd Dupont said:
hey, that is what I was looking for.
I knew it was somewhere, you posted at the right moment ;-) !


......
a few minutes later ...

mmhh... although it works very well on my computer it doesn't work on
someone else computer. It just have the emulator and eVC++ (but not VS, as
I'm trying to prepare a demo without PPC, for someone without PPC & without
VS)

Any tip ? (and I can't find ConManServer in my path)
when I run EmuCpy -p on his computer I get:
--------------------------------------------------*
D:\My Documents\Shared\doc>EmuCpy -p

Unhandled Exception: System.IO.FileNotFoundException: File or assembly
name ConManServer, or one of its dependencies, was not found.
File name: "ConManServer"
at OpenNetCF.Utils.EmuCpy.Main(String[] args)

=== Pre-bind state information ===
LOG: DisplayName = ConManServer, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a (Fully-specified)
LOG: Appbase = D:\My Documents\Shared\doc\
LOG: Initial PrivatePath = NULL
Calling assembly : EmuCpy, Version=1.0.1432.31620, Culture=neutral,
PublicKeyToken=null.
===

LOG: Application configuration file does not exist.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WIN2K\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: ConManServer, Version=7.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer.DLL.
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer/ConManServer.DLL.
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer.EXE.
LOG: Attempting download of new URL
file:///D:/MyDocuments/Shared/doc/ConManServer/ConManServer.EXE.



Alex Feinman said:
By popular demand EmuCpy utility now accepts target path and,
optionally,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top