Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm working on my own personal class library which includes ADO.Net driver for Mysql, and Windows Media Encoder SDK. problem i have before is when i installed my library on the other pc, i received few error but i fixed it by installing the two reference. Is there a way i can use my class library without installing them to any pc?
Posted
Comments
Sandeep Mewara 10-Jun-12 5:56am    
How are we suppose to know(guess?) what error you got and what was fixed by you?

This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

It's called "Registration Free Activation of COM components".

You can start by reading this[^], then this[^], and then you can go down this list[^] for more information.

It's a bit tricky and you have to make sure you are including everything that the your components need. Frankly, if you're using the Media Encoder SDK, it's best to just install the redistributable.
 
Share this answer
 
Comments
Mehdi Gholam 10-Jun-12 11:20am    
5'ed
If you package all you references (other than the Microsoft System.*) DLL files along side your application executable, then your program should run fine.

* If you are using COM interop DLL files then these must be installed on the target machine.
 
Share this answer
 
Comments
evilson 10-Jun-12 8:26am    
but is it possible to copy the COM interop to other computer without installing it?
Mehdi Gholam 10-Jun-12 11:20am    
Like Dave said the COM components must support this.

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