Click here to Skip to main content
15,919,121 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Sir,

I have build an application in VB Net that listen(read) sms from comPort and process them. I have build this full in Visual Studio 2005. Now I have also made a class liberary project in C# in which I have made 7 or 8 class i.e
to provide aceess commercial License I create License.cs class,
For Constant Declaration I create clsGeneral.cs Class,
For provide comPort I create Common.cs class,
For process Common methods I create reqFunction.cs class
For provide Queue access I create MyQueue.cs
For some encode/decode I create EncodeDecode.cs class and put these in CIH_DL_PC.classes namespace.
for DataAccess I use CIH_DL_PC.DataLayer namespace.
In which I have put two class one for initialize connection (clsDBaseConnection.cs) and for Exec Queries (clsDBAccess.cs) every thing is fine no error till now I wish to deploy(setup) it with our pc application sothat, PC app. can implement it. please some one tell me what is the best way to do so. thanks in advance & sory for my bad pronounciation.

Om Parkash Kaushik
Posted

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