Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all .NET / MK 500 / MK 590 Devlopers,

My Self Sony Lal i'm working for a Retail Group want to impliment MK 500 in our stoere..have some issue please help me any of you know

My Development Environment : Operating System is XP SP3

1. I'm using Visual Stdio 2008

2. Data base file format is .DBF ( hosted on Nowell server )

I can run all Symbol C# given Example, also i can connect my device with my pc

My Issue :

Sir, i open the given Example of Symbol site i.e CS_BarcodeSample1.VS2008 and in this C# project i added two other form, form2.cs and pricechecker.cs

i add the reference DotNetDBF

now if i build the program it shows success but when i try to deploy it showing error

"Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\cs_barcodesample1\system.design.dll'. Error 0x80070070: There is not enough space on the disk.
Device Connectivity Component "

But if i Build this project and keep my Debug folder on Device Application folder and run then its run perfect.

i'm sending you my whole project in attach file including the data source file ( .DBF)

please help me out.

My End Goal : from the project (Program)

1. WelcomeScreen.cs : it should by default show, so that Client can scan Item bar code in this page.

2.PriceChecker.cs : once Customer Scan his Item on WelcomeScreen.cs page he can get result on this priceChecker.cs page.

3. all data should come form .DBF file which will be kept on Server ( Nowell Server ) First search Barcode(LABEL) if barcode is not there then Artical code (ARTCODE) from .DBF file

[*] i download sample Source code from Symbol website for .NET environment the file name is (CS_BarcodeSample1.VS2008.csproj)



with regards
Sony Lal
South America
Suriname
Posted

1 solution

Firstly: where did you get this sample from? Perhaps you should contact the authors and ask them for help.
Secondly: you may need to check what is the value of the environment variable %csidl_program_files%.
 
Share this answer
 
Comments
DaveyM69 26-Nov-11 9:01am    
OP posted:
Hi Richard,
Thanks for reply,
http://support.symbol.com/support/product/softwaredownloads.do[^]

here i find the Sample form for MK 500, .NET environment (Micro Kiosk)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900