Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Member Avatar for Don_leon

I am doing a Smart device project The problam is I can not pass parameters to the stored procedure to insert into the database from the PDA emulator for the following sqlDbtypes it gives me the following error A first chance exception of type 'System.InvalidOperationException' occurred in System.Data.SqlClient.dll Deicimal Money …

Member Avatar for Don_leon
0
112
Member Avatar for Don_leon

Error: No VPC Network adapters enumerated or no host network adapter with provided MAC address found. This error appears every time i try to ping the Emulator. when I go to file on the emulator window and select Configure I get emulator properties andafter that I go to network and …

Member Avatar for rico001
0
51
Member Avatar for Don_leon

How do I change the colomn width of a data grid for a smart device. this has to be done in run time for smart devices. and also how do i bind specific colomns to specific data table colomns since there is no colom headers in smart devices for datagrids.

0
68
Member Avatar for Don_leon

Can some one please tell me the correct steps to connect a smart device to a sql desktop server which is in another PC in the network or can some one tell me a web site with the correct steps that i can reference we have a cable network(not wireless) …

0
73
Member Avatar for Don_leon

I am new to c# with that in mind can some one please tell me how to call a class file that i have created in to a windows form file.for example how do i call a function that handles error logs to call and run on a form file. …

Member Avatar for saravind84
0
119
Member Avatar for Don_leon
Member Avatar for Don_leon

How do I write to text files for smart devices. I have tried using the code given below but it gives me an error saying the path is not right.but when I use the same code in a normal windows form it works fine is there a differnt way to …

Member Avatar for mr3army
0
64
Member Avatar for Don_leon

when i try to add a new data source halfway through the add new data source wizzard it gives me this error ------------------------------------------------------------------------------------- un expected error has occurred error message: Could not load type Microsoft.visualStudio.DataDesign.SyncDesigner.SyncFacede.SyncManager,from Assembly Microseoft.VisualStudio.DataDesign.SyncDesigner.DslPackage Version=9.0.0.0 culture=neutral,PublicKeyToken=b03f5f7ff11d50a3a'. ------------------------------------------------------------------------------------- is there any way pass this because it will not …

Member Avatar for Geekitygeek
0
136
Member Avatar for Don_leon

How can I connect to a SQL server(not SQL Compact Edition)Database from my Smart device. I am a bit stuck on this because the connection string does not seem to work it gives me a (Null reference error) I checked the SQLcommand text and that was working properly as well …

Member Avatar for Don_leon
0
205
Member Avatar for Don_leon

How do get the content(Text or Numbers) of a text box in a windows form and take it to the next windows form and use it there.

Member Avatar for Geekitygeek
0
89
Member Avatar for Don_leon

how do I add Images to button or use images instead of buttons in a smart device with C#

Member Avatar for AngelicOne
0
58
Member Avatar for Don_leon

how do I populate a datagrid in a smart device with data from a sql database(not SQL CE)

Member Avatar for AngelicOne
0
65
Member Avatar for Don_leon

I have 4 buttons on my smart device form and I am trying to put elements of a string array in to my buttons as button text. string[] str1 = new string[8] { "aaa", "sss", "ddd", "dff", "fddd", "ffggg", "bbbb", "gggd" ,"shehs"}; there is up and down buttons below the …

Member Avatar for Don_leon
0
165