I think Type library .tlb file has to be registered on another PC as it is COM interop. It works on my pc because when I compile it gets registered on my PC.
You need to use regasm.exe to register .tlb file using /tlb option.
for more information on registering type library refer to the below link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfAssemblyRegistrationToolRegasmexe.asp
---
Posted using Wimdows.net NntpNews Component -
Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching.
COMInterop. Making things work backwords is a big trouble. MS has lot of support for using old dll's in .NET but reverse is extremely painful. I suggest you recreate your application in older version of VStudio. .NET is great but only if you are willing to migrate everything to .NET