Answer Questions
Kaliko Blocking deployment woes
It appears I have two problems. The first is that VS2005 appears to be trying to deploy my static library projects. Now why would it want to do that Not that it appears to find them: Does anyone know if this is supposed to work on Pocket PC 2003 devices http://blogs.msdn.com/vsdteam/archive/2005/04/28/413304.aspx Quote doesn't work in Firefox (v1.5.0.1) for me either - still works in IE though. Or yo ...Show All
TJHinUSA genasm error message when adding DesignTimeAttributes.xmta to my project
This is weird. I have a Smart Device C# library that builds perfectly. When I add a DesignTimeAttributes.xmta to it and rebuild it I got the following error message: genasm.exe(1) : error There was an error finalizing type . Type 'MyNameSpace.MyClass, MyLibrary, Version=9.2.0.0, Culture=neutral, PublicKeyToken=null' was loaded in the ReflectionOnly context but the AssemblyBuilder was not created as AssemblyBuilderAccess.ReflectionOnly. My Namesp ...Show All
adiel Porting CCeDBDatabase from embedded VC++ 4.0 to VS 5.0
I'm trying to port a large app written for the ARMV4 processor that was originally developed using embedded VC++ 4.0 to Visual Studio 5.0. Our app uses CCeDBDatabase and related classes such as CCeDBRecord and CCeDBProp, and although Microsoft's "Migrating Microsoft eMbedded Visual C++ Projects to Visual Studio 2005" web site ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/migrating_evc_vs2005.asp ) d ...Show All
Miguel J enable emulator in vs 2005 connect to active sync
hi , how to i enable my emulator connect to the active sync thank you mohit Can you please let me know which emulator you are using Is it community preview or VS2005. -Thanks, Mohit DMA transport feature is not available with VS2003. Hope this helps -Thanks, Mohit You can use Devi ...Show All
KentaroM Windows Mobile 2005 - Can you reset/clear Database (EDB) sync flags/count to avoid sync with ActiveSync? Serious Bug in WM2005!!
Hello All, On Windows Mobile 2005 - Can you reset/clear Database (EDB) sync flags/count to avoid sync with ActiveSync I found a serious BUG with WM2005 because the replication values (bit based) APIs are non functional... Use for this is any type of application that would Backup the PIM (Contact, Tasks, Appointments) and any other databases and restore the database back to it's original value... Currently there appears to be no wor ...Show All
Draggi Transfer files between PC and PPC.
I've searched for this no doubt frequently asked question to no avail. I want to copy files programmatically from a PC to the PPC, and back again, usually to the storage card. I'm using VS2005 VB.NET, but can convert from C# or C++. ---Mike Sriram Krishnan MSFT wrote: How are you connecting to the PC Is it over ActiveSync or is it over the internet Also, do you have some server ...Show All
Nanda Motikane Getting the application name from a sub function in another assembly
Hi, I have an application which calls into another assembly, and within that assembly I wanted to get to the Process or Application name. ie: Application -> Assembly Function A -> Assembly Function B In the case of doing it in function A then Assembly.GetCallingAssembly() achieves this, but how can I do this in Function B. In this case, getCallingAssembly returns the assembly of function A, and I cant see how to recurse. Jason ...Show All
1mac VS2005 and Simbian OS is it possible?
Is there a possibility to program Simbiam OS with VS Please direct all Symbian related questions to Symbian related news groups. Thanks. I have developed an application to work on Windows Mobile 5.0 using VS 2005 and C# language. Is there any way to convert it to work on Symbian OS device Yes, you can create browser based applications using ASP.Net. If you need an ...Show All
Arty Arochita 64-bit file support in CE 5.0?
Hi, Please forgive & redirect me if I'm in the wrong forum. I'm just wondering if anyone knows if there is 64-bit file support in Windows CE 5.0. The CFile::Seek() call takes a LONG value, and SetFilePointer() has a DistanceToMoveHigh value but it's not currently supported according to the docs. Is there ANOTHER File I/O interface for CE 5.0 which supports 64-bit files, or is there a way to get ...Show All
steve19 Native C/C++ embedded development in Visual Studio 2005 - supported Windows CE versions
I understand that Visual Studio 2005 will replace eMbedded Visual C++ for native code development on Windows CE. Will any CE version prior to 5.0 be supported This means that for win ce 4.2 standard C/C++ dev, you still need EVC4 TIA Hi, Visual Studio 2005 will only support Windows CE 5.0 and Higher. Amit vs2005 supported from wince 4.2 to ...Show All
suy AnimationControl issues
Hi All, In my application (C# CFNET 1.0), I do utilize one animation control. It has been running fine until I introduced a separate thread to perform background processing (BinaryReader) The problem is, the animation stop moving when the background thread is start running. The control is still active though. Because, if I try to call other form, the animation will change a little bit. I heard that animation control refer to IEnumerator ...Show All
Rakesh Rajan Form is unable to capture KeyEvents, but can capture them within a Control.
Hi all, I have set my form up to attempt to capture KeyEvents but they are not being fired, or at least my event method is not being triggered. But when I set the KeyDown event for a given control on the Form I am able to catch the key event. Ideally, I need to catch the events on the form. I noticed that I am unable to set the KeyPreview property on the Form as I am using .NET Framework version 1.1. Is there anyway I can catch these KeyEvents o ...Show All
Jim Ross Problem connecting to the internet from my Emulator
I have Visual Studio 2005. I have created an ASP.Net project (also using VB.Net). When I do "Connect to device" poket PC emulator and then go to any web page using the internet explorer - it says cannot find the requested url, followed by a message about the modem not being set up. How can I first of all connect to the internet from my Pocket PC Emulator and secondly, how do I connect to my default.aspx web page using the emulator ...Show All
jloveguy Minimizing window without minimizebox
I want to put minimize button, but I can not do because, CF2 is not support WindowState.minimized. Is there any way to minimizing the window on windows ce program without controlbox Any idea where I can get the prototype for this API function Thanks! The Win32 SDK on MSDN would be a good place to start. Thank you for your help. You can P/Invoke the Sh ...Show All
Jeff B. How can we do socket programming with c++ in WM 5.0 ?
Hi, All, I am just wondering how I can do socket programming(UDP) with C++ under WM 5.0 for smartphone environment Because 'CLR' is not supported in CF, are we supposed to use windows socket to do the communication to the internet(either to another device or to another desktop/laptop) Thanks for any replies! CF is built on top CLR. You mean Managed C++ is not supported on mobile platform. In the native code you can use either socke ...Show All
