Build your professional network on facebook via our app Go to app
 
<< Prev  12 of 15 in Topic  Next >>
Topic : .NET Programming
  Rate : 
Posted in Community :

.Net Champions

 
Industry : IT Products
Functional Area : Application Software
Activity: Question posted: 04 24 2008 23:30:48 +0000, 4 answers, 243 views, last activity 07 06 2010 20:18:08 +0000
 
Share
 
 
 
 
  Answered by     Avinash Tilokani, Senior Associate, Synechron Technologies  | 03 08 2010 07:51:41 +0000
[ Delete ]
[ Edit ]
Not Rated

I would second the replies from ImranKhan and Vikash. I would like to add to it that do take care about the clean up of a COM resourse. I mean COM resources are unmanaged so you have to do a proper cleanup of them and this depends upon the COM component you are using.

[ Delete ]
[ Edit ]
Not Rated

or you can directly make the object in your code by Dim obj as Object = nothing obj = CreateObject("Process Name")

  Answered by     ImranKhan , Associate/Sr. Associate -(Technical), TechMahindra  | 12 14 2009 10:29:31 +0000
[ Delete ]
[ Edit ]
Not Rated

Yes you can,

In MS Visual Studio you can add it to your .NET project. First you need to create a reference of COM component in your project.

1) Open Solution Explorer of your porject.

2) Go to your project and right click on it.

3) Click on Add reference and go to COM component.

4) Click on the component you want to add and press ok.

 

a reference will be created for the COM component. Now you can use this COM component in your project.

 

  Answered by     Vikash Jaiswal, Business Analyst, SAP  | 04 24 2008 23:31:59 +0000
[ Delete ]
[ Edit ]
Not Rated

Yes.

COM components are accessed from the .NET runtime via a Runtime Callable Wrapper (RCW). This wrapper turns the COM interfaces exposed by the COM component into .NET-compatible interfaces. For oleautomation interfaces, the RCW can be generated automatically from a type library. For non-oleautomation interfaces, it may be necessary to develop a custom RCW which manually maps the types exposed by the COM interface to .NET-compatible types.

 
Leading recruitment Firm
Emplaceindia is a multi-speciality company with its focus on the services sector. The company offers a variety of essential services to large corporates, organisations and institutions for whom it makes far greater business sense to outsource specialized services. This is better than to burden......
Viewers also viewed
PHP vs ASP.NET
 
0 referals 10 arguments, 2778 views
Though media vs Self
 
157 referals 105 arguments, 3039 views
more...  
More From Author
I think most of the database design mistakes is like not using SQL facilities to protect data integrity. and one should also keep in mind that like planning properly, using proper normalization, using a strong naming standards and documenting ones...
What do you think like, which is the best BPM tool that is there in the market and why it is the best.  Share your views on this..
To me, as budgets tighten, the role of virtual teams will grow along with the demand for the skill sets to manage them, especially through change. And powerful communication, key management strategies and new rules of engagement will be required to...
more...