From: Mario on 10 Aug 2006 20:33 Hi Derek, I am having some problems in setting up the system to debug from VS2005 as well. I am using i.MX21 ADS. The following are the steps that I followed, please let me know if I missed something that you did to make your setup successful: 1. Loaded image to board. 2. Copied files (Clientshutdown.exe, commanclient2.exe, CMaccept.ese, eDbgTL.dll, and TcpConnectionA.dll) to the Windows folder in the device using remote file viewer. 3.Ran commanclient2.exe from device command prompt. 4.Ran cMaccpet.exe from device command prompt (IP address setup in VS 2005 was set already). 5. VS2005 Debug/Start Debugging After a little while, I get a message saying that it had problems connecting. Did you do anything different that what I did? Thanks. Regards, Mario Derek Ou wrote: > Found the answer from a previous post: > "If you go to the properties of your project in VS.NET 2005 and > click the 'Devices' tab you'll see 'Deploy the latest version > of the .NET Compact Framework (including Service packs)'. Uncheck > that and it shouldn't download any more." > > "Derek Ou" <derek at siconix @ com> wrote in message > news:u30vc89tGHA.3264(a)TK2MSFTNGP03.phx.gbl... > > Now, I am running into a problem with the VS2005 debug. The connection is > > fine. But when I deploy, VS2005 wants to download NETCFV2.wce5.armv4i.cab > > to device \Windows. And it failed because I don't have enough spcae to > > store this 5MB cab file. > > > > But the why do I need this cab file? Is it for installing the .NET CF > 2.0? > > I aleady have .NET CF 2.0 included in the Win CE 5.0 image. If I build > the > > VS2005 C# project and copy this tst.exe to the device, it will run fine. > I > > think this mean that the .NET CF 2.0 is running fine on the device. Am I > > right? If so, why do I need to download the cab file? Is the cab file > for > > debugging at VS2005? > > > > Many thanks, > > Derek > > > > "Derek Ou" <derek at siconix @ com> wrote in message > > news:uHMpAM0tGHA.1288(a)TK2MSFTNGP02.phx.gbl... > > > I found the problem now. When I delete the > > > (user)\Local Settings\Application Data\Microsoft\CoreCon\1.0 > > > folder, the VS2005 lost the connection configurations like TCPIP target > > > address. My problem is that I ran Remote Registry Editor before I ran > > > VS2005. As a result, VS2005 and remote tools both not working. After I > > > remofied the connection setting at VS2005, VS2005 connects. But it > > doesn't > > > seem to update the settings for remote tools. > > > > > > So it's important to run VS 2005 and connect to the device right after > > > removing the CoreCon\1.0folder. Then everything connects. > > > > > > Derek > > > >
From: Mario on 10 Aug 2006 20:33 Hi Derek, I am having some problems in setting up the system to debug from VS2005 as well. I am using i.MX21 ADS. The following are the steps that I followed, please let me know if I missed something that you did to make your setup successful: 1. Loaded image to board. 2. Copied files (Clientshutdown.exe, commanclient2.exe, CMaccept.ese, eDbgTL.dll, and TcpConnectionA.dll) to the Windows folder in the device using remote file viewer. 3.Ran commanclient2.exe from device command prompt. 4.Ran cMaccpet.exe from device command prompt (IP address setup in VS 2005 was set already). 5. VS2005 Debug/Start Debugging After a little while, I get a message saying that it had problems connecting. Did you do anything different that what I did? Thanks. Regards, Mario Derek Ou wrote: > Found the answer from a previous post: > "If you go to the properties of your project in VS.NET 2005 and > click the 'Devices' tab you'll see 'Deploy the latest version > of the .NET Compact Framework (including Service packs)'. Uncheck > that and it shouldn't download any more." > > "Derek Ou" <derek at siconix @ com> wrote in message > news:u30vc89tGHA.3264(a)TK2MSFTNGP03.phx.gbl... > > Now, I am running into a problem with the VS2005 debug. The connection is > > fine. But when I deploy, VS2005 wants to download NETCFV2.wce5.armv4i.cab > > to device \Windows. And it failed because I don't have enough spcae to > > store this 5MB cab file. > > > > But the why do I need this cab file? Is it for installing the .NET CF > 2.0? > > I aleady have .NET CF 2.0 included in the Win CE 5.0 image. If I build > the > > VS2005 C# project and copy this tst.exe to the device, it will run fine. > I > > think this mean that the .NET CF 2.0 is running fine on the device. Am I > > right? If so, why do I need to download the cab file? Is the cab file > for > > debugging at VS2005? > > > > Many thanks, > > Derek > > > > "Derek Ou" <derek at siconix @ com> wrote in message > > news:uHMpAM0tGHA.1288(a)TK2MSFTNGP02.phx.gbl... > > > I found the problem now. When I delete the > > > (user)\Local Settings\Application Data\Microsoft\CoreCon\1.0 > > > folder, the VS2005 lost the connection configurations like TCPIP target > > > address. My problem is that I ran Remote Registry Editor before I ran > > > VS2005. As a result, VS2005 and remote tools both not working. After I > > > remofied the connection setting at VS2005, VS2005 connects. But it > > doesn't > > > seem to update the settings for remote tools. > > > > > > So it's important to run VS 2005 and connect to the device right after > > > removing the CoreCon\1.0folder. Then everything connects. > > > > > > Derek > > > >
From: "Derek Ou" derek at siconix @ on 11 Aug 2006 16:57 Hi, Mario, Do you have problem just connecting VS2005 to Win CE 5.0? Or you have problem deploying your project after connection is set up? I assume that you are using the Remote File Viewer from Platform Builder, right? Have you been able to use the remote tools for VS2005? Derek "Mario" <alphatommy(a)hotmail.com> wrote in message news:1155256396.233607.124790(a)74g2000cwt.googlegroups.com... > Hi Derek, > > I am having some problems in setting up the system to debug from VS2005 > as well. I am using i.MX21 ADS. The following are the steps that I > followed, please let me know if I missed something that you did to make > your setup successful: > > 1. Loaded image to board. > 2. Copied files (Clientshutdown.exe, commanclient2.exe, CMaccept.ese, > eDbgTL.dll, and TcpConnectionA.dll) to the Windows folder in the device > using remote file viewer. > 3.Ran commanclient2.exe from device command prompt. > 4.Ran cMaccpet.exe from device command prompt (IP address setup in VS > 2005 was set already). > 5. VS2005 Debug/Start Debugging > > After a little while, I get a message saying that it had problems > connecting. Did you do anything different that what I did? Thanks. > > Regards, > Mario
From: "Derek Ou" derek at siconix @ on 11 Aug 2006 16:57 Hi, Mario, Do you have problem just connecting VS2005 to Win CE 5.0? Or you have problem deploying your project after connection is set up? I assume that you are using the Remote File Viewer from Platform Builder, right? Have you been able to use the remote tools for VS2005? Derek "Mario" <alphatommy(a)hotmail.com> wrote in message news:1155256396.233607.124790(a)74g2000cwt.googlegroups.com... > Hi Derek, > > I am having some problems in setting up the system to debug from VS2005 > as well. I am using i.MX21 ADS. The following are the steps that I > followed, please let me know if I missed something that you did to make > your setup successful: > > 1. Loaded image to board. > 2. Copied files (Clientshutdown.exe, commanclient2.exe, CMaccept.ese, > eDbgTL.dll, and TcpConnectionA.dll) to the Windows folder in the device > using remote file viewer. > 3.Ran commanclient2.exe from device command prompt. > 4.Ran cMaccpet.exe from device command prompt (IP address setup in VS > 2005 was set already). > 5. VS2005 Debug/Start Debugging > > After a little while, I get a message saying that it had problems > connecting. Did you do anything different that what I did? Thanks. > > Regards, > Mario
From: Mario on 11 Aug 2006 18:46
Hi Derek, I am trying to deployed my application to the WinCE device. I tried to connect the device by going to VS2005/Tools/Coonect to Device... I get an error that ActiveSync is not installed. I guess the answer to your last question is that I have not been able to talk to my device from VS2005. I have not problems talking to the device from Platform builder. Any pointers is appreciated it. Thanks. Cheers, mario Derek Ou wrote: > Hi, Mario, > > Do you have problem just connecting VS2005 to Win CE 5.0? Or you have > problem deploying your project after connection is set up? I assume that > you are using the Remote File Viewer from Platform Builder, right? Have you > been able to use the remote tools for VS2005? > > Derek > "Mario" <alphatommy(a)hotmail.com> wrote in message > news:1155256396.233607.124790(a)74g2000cwt.googlegroups.com... > > Hi Derek, > > > > I am having some problems in setting up the system to debug from VS2005 > > as well. I am using i.MX21 ADS. The following are the steps that I > > followed, please let me know if I missed something that you did to make > > your setup successful: > > > > 1. Loaded image to board. > > 2. Copied files (Clientshutdown.exe, commanclient2.exe, CMaccept.ese, > > eDbgTL.dll, and TcpConnectionA.dll) to the Windows folder in the device > > using remote file viewer. > > 3.Ran commanclient2.exe from device command prompt. > > 4.Ran cMaccpet.exe from device command prompt (IP address setup in VS > > 2005 was set already). > > 5. VS2005 Debug/Start Debugging > > > > After a little while, I get a message saying that it had problems > > connecting. Did you do anything different that what I did? Thanks. > > > > Regards, > > Mario |