PC Review


Reply
Thread Tools Rate Thread

ConmanClient not installed correctly

 
 
troy anderson
Guest
Posts: n/a
 
      24th Aug 2004
I have followed the documented procedure for setting up a debug session with
VS.NET2003 and .NET device by running SDAuthUtil on both PC and device.
However, I get an error on the PC which states that ConManClient could not
be started. I have a PC running XP with VS2003.NET and a X86 processor
running CE.NET 4.2 with Compact Framework built into the OS. When I go to
the device and try to run ConManClient, I get an error saying "Cannot find
ConManClient (or one of its components)..." If I manually copy ConManClient
and its associated DLLs from the directory "Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\ConnectionManager\Target\wce400\x86" onto the
device and run ConManClient, everything works (i.e., I am able to install
and debug my application using VS.NET 2003). However, I would like to
understand what I may be doing incorrectly. Also I would like to simplify
the steps for debugging this application for other developers in our
organization. So could someone provide some clues on what I may be doing
incorrectly in the VS.NET2003 environment?

Thanks


 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      24th Aug 2004
I think that you might be missing the SDAuthUtilDevice component in your
CE.NET 4.2. In Platform Builder, this is called "Smart Device
Authentication Utility"...

Paul T.

"troy anderson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have followed the documented procedure for setting up a debug session
>with
> VS.NET2003 and .NET device by running SDAuthUtil on both PC and device.
> However, I get an error on the PC which states that ConManClient could not
> be started. I have a PC running XP with VS2003.NET and a X86 processor
> running CE.NET 4.2 with Compact Framework built into the OS. When I go to
> the device and try to run ConManClient, I get an error saying "Cannot find
> ConManClient (or one of its components)..." If I manually copy
> ConManClient
> and its associated DLLs from the directory "Microsoft Visual Studio .NET
> 2003\CompactFrameworkSDK\ConnectionManager\Target\wce400\x86" onto the
> device and run ConManClient, everything works (i.e., I am able to install
> and debug my application using VS.NET 2003). However, I would like to
> understand what I may be doing incorrectly. Also I would like to simplify
> the steps for debugging this application for other developers in our
> organization. So could someone provide some clues on what I may be doing
> incorrectly in the VS.NET2003 environment?
>
> Thanks
>
>



 
Reply With Quote
 
troy anderson
Guest
Posts: n/a
 
      25th Aug 2004
Thanks for the quick reply. However, I have this component in my platform
via Platform Builder, this is called "Smart Device Authentication Utility."
In my description I meantioned that I have started SDAuthUtilDevice.exe on
the device and on the PC running VS.NET 2003.

"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:(E-Mail Removed)...
> I think that you might be missing the SDAuthUtilDevice component in your
> CE.NET 4.2. In Platform Builder, this is called "Smart Device
> Authentication Utility"...
>
> Paul T.
>
> "troy anderson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have followed the documented procedure for setting up a debug session
> >with
> > VS.NET2003 and .NET device by running SDAuthUtil on both PC and device.
> > However, I get an error on the PC which states that ConManClient could

not
> > be started. I have a PC running XP with VS2003.NET and a X86 processor
> > running CE.NET 4.2 with Compact Framework built into the OS. When I go

to
> > the device and try to run ConManClient, I get an error saying "Cannot

find
> > ConManClient (or one of its components)..." If I manually copy
> > ConManClient
> > and its associated DLLs from the directory "Microsoft Visual Studio .NET
> > 2003\CompactFrameworkSDK\ConnectionManager\Target\wce400\x86" onto the
> > device and run ConManClient, everything works (i.e., I am able to

install
> > and debug my application using VS.NET 2003). However, I would like to
> > understand what I may be doing incorrectly. Also I would like to

simplify
> > the steps for debugging this application for other developers in our
> > organization. So could someone provide some clues on what I may be

doing
> > incorrectly in the VS.NET2003 environment?
> >
> > Thanks
> >
> >

>
>



 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      25th Aug 2004
So, if you look at the build log from a PB build of the device, does
ConManClient.exe show up as being added to the image? If so, you might go
to the flat release directory and use the depends.exe utility from VS.NET to
look at what ConManClient depends upon and make sure that any dependencies
*are also* being included in the OS build.

Paul T.

"troy anderson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for the quick reply. However, I have this component in my platform
> via Platform Builder, this is called "Smart Device Authentication
> Utility."
> In my description I meantioned that I have started SDAuthUtilDevice.exe on
> the device and on the PC running VS.NET 2003.
>
> "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
> wrote in message news:(E-Mail Removed)...
>> I think that you might be missing the SDAuthUtilDevice component in your
>> CE.NET 4.2. In Platform Builder, this is called "Smart Device
>> Authentication Utility"...
>>
>> Paul T.
>>
>> "troy anderson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have followed the documented procedure for setting up a debug session
>> >with
>> > VS.NET2003 and .NET device by running SDAuthUtil on both PC and device.
>> > However, I get an error on the PC which states that ConManClient could

> not
>> > be started. I have a PC running XP with VS2003.NET and a X86 processor
>> > running CE.NET 4.2 with Compact Framework built into the OS. When I go

> to
>> > the device and try to run ConManClient, I get an error saying "Cannot

> find
>> > ConManClient (or one of its components)..." If I manually copy
>> > ConManClient
>> > and its associated DLLs from the directory "Microsoft Visual Studio
>> > .NET
>> > 2003\CompactFrameworkSDK\ConnectionManager\Target\wce400\x86" onto the
>> > device and run ConManClient, everything works (i.e., I am able to

> install
>> > and debug my application using VS.NET 2003). However, I would like to
>> > understand what I may be doing incorrectly. Also I would like to

> simplify
>> > the steps for debugging this application for other developers in our
>> > organization. So could someone provide some clues on what I may be

> doing
>> > incorrectly in the VS.NET2003 environment?
>> >
>> > Thanks
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
troy anderson
Guest
Posts: n/a
 
      23rd Sep 2004
I found out my problem. Platform Builder did not add in the correct EXE for
my processor type after adding "Smart Device Authentication Utility"
component. After I performed a Clean and Rebuild Platform, everything
works.

"troy anderson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for the quick reply. However, I have this component in my platform
> via Platform Builder, this is called "Smart Device Authentication
> Utility."
> In my description I meantioned that I have started SDAuthUtilDevice.exe on
> the device and on the PC running VS.NET 2003.
>
> "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
> wrote in message news:(E-Mail Removed)...
>> I think that you might be missing the SDAuthUtilDevice component in your
>> CE.NET 4.2. In Platform Builder, this is called "Smart Device
>> Authentication Utility"...
>>
>> Paul T.
>>
>> "troy anderson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have followed the documented procedure for setting up a debug session
>> >with
>> > VS.NET2003 and .NET device by running SDAuthUtil on both PC and device.
>> > However, I get an error on the PC which states that ConManClient could

> not
>> > be started. I have a PC running XP with VS2003.NET and a X86 processor
>> > running CE.NET 4.2 with Compact Framework built into the OS. When I go

> to
>> > the device and try to run ConManClient, I get an error saying "Cannot

> find
>> > ConManClient (or one of its components)..." If I manually copy
>> > ConManClient
>> > and its associated DLLs from the directory "Microsoft Visual Studio
>> > .NET
>> > 2003\CompactFrameworkSDK\ConnectionManager\Target\wce400\x86" onto the
>> > device and run ConManClient, everything works (i.e., I am able to

> install
>> > and debug my application using VS.NET 2003). However, I would like to
>> > understand what I may be doing incorrectly. Also I would like to

> simplify
>> > the steps for debugging this application for other developers in our
>> > organization. So could someone provide some clues on what I may be

> doing
>> > incorrectly in the VS.NET2003 environment?
>> >
>> > Thanks
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I installed correctly my mic. but.... =?Utf-8?B?QW5uaWVtdXNpYw==?= Windows Vista Installation 0 4th Oct 2007 06:05 PM
Do I have my SATA HDD installed correctly? David Mills Windows XP Hardware 6 20th Jan 2005 06:45 AM
Is XP installed correctly =?Utf-8?B?ZnJpdHplZw==?= Windows XP Performance 1 28th Jan 2004 12:01 AM
How does one tell if .NET Framewaork 1.1 is correctly installed? Mattias Sjögren Microsoft Dot NET Framework 3 21st Sep 2003 11:58 PM
Got MM2 and it installed correctly, but... Myk Windows XP MovieMaker 1 23rd Jul 2003 02:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:17 AM.