Answer Questions
DaveO Visial Studio 2005 migrating issues
Hello, mr. All! I try to migrate to VS2005, I've successfully compiled my project, but I can't run it on my target CEPC-device by Active Sync because of this device has no SERIAL or COM port. And this device can't be a USB target device because of it has 2 USB ports only. But on the other side an EVC done this well - it uses Platform manager to connect to device. In one's turn Platform manager can use not only ASync it can load binaries to th ...Show All
bizbuz Dual target platform development
Hi all. I'm working with an application on the windows.net platform under VS2003/C#. The user shall have two optional programs, running on Pocket PC or Windows XP. So in the near future I need to port it to a smart device project. Of course, I want to keep the most of my source files in the same directory so that modifications I do on one platform, will reflect also on the other. I understand of course that there are some diffrences to handle ...Show All
steveio54 Smartphone Data Retrieval Step-by-Step Guide in VB
Hi, As the title implies, I'd like to know whether there is a guide for Smartphone Data retrieval done in Visual Basic.NET Currently those that i had found are done in C#. Thanks. Thanks. If you can't find one, and you can't convert VB to C# yourself, there are a number of free and commercial conversion tools available. However, converting C# to VB.NET is a good exercis ...Show All
Darren Stones Connection to SQL Server 2000
Hi, I am trying to connect to an SQL Server 2000 database using VB.NET 2005 CF. When I run the application (code below), I get the following error: An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.SqlClient.dll Additional information: SqlException Can anyone help me solve this problem When I use the same code in a windows application from, it works fine, but it doesn't when ...Show All
dan ashcroft XML Programming on Pocket PC
Please tell me ways to program application on Pocket PC by .NET Compact Framework, I can navigate XML Data by clicking buttons First, Previous, Next, Last to view XML record. Thanks for your help I already have - link above contains full source code at the bottom of the page, please check it out. If you need more, please see this: http://www.google.com/search hl=en&sa=X&oi=spell&resn ...Show All
NotMyName000 Recording sound with a given volume threshold.
Hi everyone, I am writing an app in c# that requires to record an incoming sound with a given volume threshold, say, when my voice is higher than a value, it will be recorded by PDA and when my voice is lower than the minimum value, PDA stops recording and a wav file is save in PDA. anyone has some ideas about doing that which lib, dll shall i use thanks a lot okay...i see, thanks a lot If i don't have PCM data and all what ...Show All
JaredJ Installing VS2005 & Active Sync
Is there some special order of installing the differnt programms I'd like to have VS2005 beta2 (Team Suite Edition) Active Sync 4.0 Device SDK 5.0 DMA update But I'm not able to get it working (the connection between Device Emulator & Active Sync & VS2005) I always get a "Cannot Connect Error!" Norbers I thought it appeared when you installed the emulator. We have pcs without the emulator that don't show dma. Our vs2 ...Show All
Sean Connolly Problem smartphone, button
excuse my: I have italian, I not good english My problem is: with isual Studio 2005 Beta 2 , I have can at programming the smartphone bat the function private void Form1_KeyDown( object sender, KeyEventArgs e) not work. I press the button, and the program not pass for she. what is the problem I have find one interessant event: The function private void Form1_KeyDown( object ...Show All
Galher Setting up the Correct ATL Include and Lib paths after eVC4.0 project port to VS2005
Hi I ported an application that compiled and linked fine in eVC4.0 to VS 2005. When I compile the project in VS 2005 I get the following linker error: LNK2019: unresolved external symbol VarBstrCat referenced in function "public: long __cdecl ATL::CComBSTR::AppendBSTR(wchar_t *)" ( AppendBSTR@CComBSTR@ATL@@QAAJPA_W@Z) In looking into this I see that the include file used for ATL is the main Win32 one and not the SmartPhone 200 ...Show All
Guy C. first chance exception of type 'System.IO.IOException'
Surely this shouldn't be happening! The following code creates a connection, DataAdapter & DataSet, then fills the DataSet. the myDataAdapter.Fill creates a 'first chance exception', whatever that is Imports System.Data.SqlServerCe Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim myConn As N ...Show All
cmckeegan CF 2.0 and VS 2003
Hi, Is it possible to use compact .NET 2.0 framework with Visual Studio 2003 If so, where can I find information on how to setup VS 2003 to use CF 2.0 Thanks, Brian That's not true! Install Netcf 2.0 on your device. Then put the file {your exe}.exe.config in the same directory as your application. with this contents: < configuration > < startup > < supportedRunti ...Show All
Semilemon Data Transfere
Hello dears, I am developing mobile application which is going to download and upload data from server. In my application I am using Sql Server 2005 Database and Sql Server Mobile Edition client database. it is required to download a table from the server to the client, the table contains about 4000 record, the client will upload another table from the device to the server of 20000 records. All the uloaded data are inserts (no updates) whi ...Show All
Kwanhong Young Error in SQL Update on SQL Mobile .SDF
I have problems updating a .SDF database in a Smart Device Application, using VS 2005 June CTP. I can do SELECT's querys ok. I use the following code; ----------- Dim cnn As New System.Data.SqlServerCe.SqlCeConnection(CONNECTIONSTRING) cnn.Open() Dim Trans As System.Data.SqlServerCe.SqlCeTransaction Trans = cnn.BeginTransaction() Dim update As String = "UPDATE Driver SET Language = tLanguage WHERE Driver = tDriver" Dim ...Show All
Bernard_Lambert eVC3 and eVC4 bomb when loading projects
I'm trying to get eVC and eVC4 working on my main Win2K box. (Everything works fine on another machine). The IDEs each start properly. However, when I open any workspace, I get the following: eVC4: Instruction at "0x780104ac" referenced memory at "0x0000000". Opening the debugger gets "Unhandled exception in Evc.exe (MSVCRT.DLL): 0xC0000005: Access Violation" eVC3:Instruction at "0x510b2daa" referenced mem ...Show All
kowgli Is there a kind of Network card(not wireless) for pocted PC?
For security, we can not use the PPC with wireless or bluetooth, but I need use Merge Replication through IIS. Now, we have a well LAN in our company, I hope to link PPC and LAN by the Card, and to synchronization the data from the database in Server of the LAN to sqlserver mobile edition of PPC Thank you! Thank you, Mark Ihimoyan Hi, This forum is intended to deal with issues directly related to the .NET C ...Show All
