How to use MC methods in .Net projects

From wiki.jriver.com
Revision as of 15:03, 22 April 2011 by PaulSinnema (talk | contribs) (Created page with "In order to be able to use MC functionallity you'll need to create a new assembly from the Type Library file delivered with MCxx. In Windows go to Start -> All Programms -> Mic…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In order to be able to use MC functionallity you'll need to create a new assembly from the Type Library file delivered with MCxx.

In Windows go to Start -> All Programms -> Microsoft Visual Studio xxxx -> Visual Studio Tools and select 'Visual Studio Command Prompt (xxxx)'

Create Assembly from Type Library Command Prompt.jpg

A command box should start

Create Assembly from Type Library Command Prompt Box.jpg

Navigate to the 'C:\Program Files (x86)\J River\Media Center xx' Directory. Type the following:

   tlbimp "Media Center xx.tlb"

'xx' = the version of MC (i.e. 14, 15, 16, etc)