The text of this article is not in this database — only its details are. Read it on the old site: Building a Class Library Component and Consumer Client Application with VB.NET
11 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

UditPosted Jun 1, 2010, 10:36 AM
Hi Mahesh, I read ur article and it is very nicely explained...but i have a question to ask...it might be silly but still i m serious that i don't know the answer.. Ok my question is..suppose we add a Windows Media Player component in Visual Studio 2010 and we when we build our application it works fine, but when we copy just the exe file from release folder to some other folder, it gives error on runtime...u know what must be the problem? ....i m guessing that the problem are the dll files of windows media player component in release folder...the application works fine with all those files in the same folder..! Please reply ASAP..! Thanks Udit
Ram SPosted Sep 28, 2008, 2:28 PM
Hi, AllowAddition property has to be boolean since you set the property value to FALSE or TRUE. Is there any reason you kept it as String. If so, the property value setting to be in quotes right. Let me know if I am wrong.
Mahesh ChandPosted Nov 25, 2006, 9:48 AM
You may need to install the missing component.
chitra ramanPosted Nov 16, 2006, 6:40 AM
hi mahesh Iam a new member of this site. i need clarification for 2 of my doubts: 1. in our company, for any application we create in vb.net , we do it in a 3 tier architectural style ( we create 3 projects for presentation layer, business layer and datalayer) . And for each layer we add reference. My question : Is the above way we do, is called COM implementation in vb.net ? 2. Is the word 'COM' referred as 'COM' itself in .net terminology or by some other name ?