A smart device is an electronic device, generally connected to other devices or networks via different wireless protocols such as Bluetooth, NFC, Wi-Fi, 3G, etc., that can operate to some extent interactively and autonomously.
Questions tagged [smart-device]
148 questions
0
votes
1 answer
Expression of type 'System.Collections.Generic.IEnumerable(Of System.Xml.Linq.XElement)' is not queryable
My class gives me an error:
Error 4 Expression of type 'System.Collections.Generic.IEnumerable(Of System.Xml.Linq.XElement)' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.
I…

Yuropoor
- 354
- 2
- 17
0
votes
1 answer
How to Setup Sqlite for HHpc/Windowsce Device in Visual Studio Smart Device Project?
In winforms application/asp.net sqlite works if i reference sqlite.dll.
But when i try this to smart Device Project it fails to build because
of this error:
Can't find PInvoke DLL 'SQLite.Interop.DLL'.
What did i did is also reference…

Crimsonland
- 2,194
- 3
- 24
- 42
0
votes
1 answer
Is it possbile to use bitbucket in a legacy code Visual Studio 2003 environment?
one of my projects is a smart_device application for an old Motorola device running WindowsCE, it only compiles in VS2008 and is doing fine so far. But: I want to switch from (old)svn to bitbucket like I did with all the rest of my projects. I'd…

F.Aß
- 21
- 4
0
votes
1 answer
Export to CSV not working in mobile handheld device using c#
I am working with Mobile Handheld device application using c#, trying to export datatable to csv file but none of method are working for me,
Plateform Visual Studio 2008 and Smart Device Application.
File.WriteALLText method is not working in smart…

BJ Coder
- 350
- 5
- 16
0
votes
1 answer
How to refresh datagridview in Windows Smart Device
How to refresh the data grid view in windows form in a smart device that i am using, Cipher Lab 30 .
I already have used datagridview.Refresh() , and datagridview.Update() after i deleted or insert some rows in data grid view. Nothing happens. But…

Dalyun
- 5
- 1
0
votes
1 answer
Calling nest api with esp8266 using arduinoEDK
I'm trying to connect to the nest_API (thermostat) using ESP8266 and the Arduino EDK. But so far with no result.
I've seen somebody asking the same question here before. But the answer to his problem didn't help me.
So here's my code:
Code
#include…

pingwing
- 11
- 4
0
votes
1 answer
Reasons why some of my SmartDevice unit tests fail on one machine and not another?
I have some unit tests that run fine on my dev machine on both the Win Mobile 5 and 6 (Professional) emulators.
Running on a build server some of the unit tests fail, but only on the Win Mobile 6 emulator (all tests pass on the Win Mobile 5…

Dan
- 7,446
- 6
- 32
- 46
0
votes
1 answer
How to use AddFontResource in c# for Windows CE 5.0 application with .NET 2.0
I'm trying to develop a Smart Device program for Windows CE 5.0 device in my car with Visual Stdio 2008 pro and c# with .NET 2.0. I want to add a font using AddFontResourceEx, but I can't get it to work. Here is the code:
public partial class Form1…

Michi
- 23
- 5
0
votes
1 answer
How to get Silverlight or XAML for Windows Compact 2013 for C#?
I'm writing an application on a Windows Compact 2013 device and wish to use Silverlight to get rich UI elements. The Silverlight forms created from Expression Blend can only be used with C++ and not C#.
Is it possible to do this with C#, or are…

Aneesh
- 1
- 2
0
votes
1 answer
Datagrid Scrollbar not showing
I'm writing a smart device application for a Windows CE 6.0 Device on VS 2008 with Compact Framework 3.5. I am using a dataGrid (Not dataGridView) to get data from a Database.
I'm having problems with my dataGrid's scrollbar. When I run the…

Aneesh C Rao
- 1
- 2
0
votes
1 answer
Terminal smart-device use in Visual Studio 2017 (Windows CE)
I need to develop in visual studio 2017 for terminals (Windows CE).
Mainly the terminal I want to develop to is ZEBRA MC9190 based on windows ce.
I see solution in: SmartDevice in Visual Studio, but this is not appropiate to the visual studio 2017…

user3834980
- 41
- 10
0
votes
1 answer
How do you register your Nest Thermostat on the Developer Site
I am trying to use the Nest APIs to connect to my Nest Thermostat but I do not see the tie to my specific thermostat using a serial number or similar. I have seen the various guides on how to get data once it is registered but not sure how to…

Joel Dodd
- 1
- 2
0
votes
2 answers
How to Read Nest Thermostat Information
I have product secret, product id and Authorization URL from Nest Account with Thermostat as added device. Using Authorization URL I have generated 8 characters Pin code and then using Access Token URL with POST Method I am getting response as…

John Wick
- 169
- 1
- 13
0
votes
1 answer
Windows form in smart device project
I have develop a small project for my Handheld device(Windows CE 7.0) using VS 2008 pro. I has a windows form with 2 text box in the project. I build the cab file and install the apps into the handheld device but the UI seem like weird. It has…

Bubble Bub
- 651
- 4
- 12
- 32
0
votes
1 answer
VB.net DataRow.RowState will not update
I promise I've looked at the bazillion posts claiming this same issue, so please forgive me that I am still stumped.
I have a VS2008 smart device project containing a strongly-typed dataset. The user is allowed to input values and save them, each…

GSHinks
- 17
- 5