Click here to Skip to main content
16,023,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In one of my project i have to use
using Microsoft.PointOfSale
but i am not getting it.
what will i have to do....

advance thanking...
Posted
Updated 28-Jan-10 19:15pm

burning_desire wrote:
using Microsoft.PointOfSale
but i am not getting it.
what will i have to do....


Based on this somewhat vague post, i believe you're putting a using statement in your code and it won't compile because you've not added a reference to the right dll. There is no Microsoft.PointOfSale in the standard .NET framework, so I assume it's something you need to download, then add a reference to.
 
Share this answer
 
I have already add the reference for the PointOfService
but another problem arise...
i am not getting the PosPrinter namespace....
what will now i have to do...
plz response quickly....
 
Share this answer
 

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