home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Is there a way to compile TvServer with SharpDevelop?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mattjcurry" data-source="post: 820629" data-attributes="member: 116338"><p>Wondering if anyone has gottent this to work. </p><p></p><p>When I try to compile the solution, I get errors like this:</p><p></p><p>The type or namespace name 'DirectShowLib' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\FormAnalogChannel.cs:26,7</p><p></p><p>using DirectShowLib.BDA;</p><p>The type or namespace name 'DirectShowLib' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\FormDVBCChannel.cs:25,7</p><p></p><p>The type or namespace name 'IFilterGraph2' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:130,15</p><p></p><p>The type or namespace name 'DsROTEntry' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:131,15</p><p></p><p>The type or namespace name 'IBaseFilter' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:133,15</p><p></p><p>The type or namespace name 'IPin' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:134,15</p><p></p><p>The type or namespace name 'IMediaControl' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:136,13</p><p></p><p>The type or namespace name 'IVideoWindow' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:137,15</p><p></p><p>The type or namespace name 'AMMediaType' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:351,20</p><p></p><p>The type or namespace name 'AMMediaType' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:369,20</p><p></p><p>I would appreciate any help you can provide.</p><p></p><p>Thank you,</p><p>Matt</p><p></p><p>As you can see, all of these errors are coming from TestApp. I checked the references of that application and they look OK. They are pointing to the TvLibrary and TvLibrary.Interfaces projects, which are compiling correctly.</p><p></p><p>Matt</p></blockquote><p></p>
[QUOTE="mattjcurry, post: 820629, member: 116338"] Wondering if anyone has gottent this to work. When I try to compile the solution, I get errors like this: The type or namespace name 'DirectShowLib' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\FormAnalogChannel.cs:26,7 using DirectShowLib.BDA; The type or namespace name 'DirectShowLib' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\FormDVBCChannel.cs:25,7 The type or namespace name 'IFilterGraph2' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:130,15 The type or namespace name 'DsROTEntry' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:131,15 The type or namespace name 'IBaseFilter' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:133,15 The type or namespace name 'IPin' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:134,15 The type or namespace name 'IMediaControl' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:136,13 The type or namespace name 'IVideoWindow' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:137,15 The type or namespace name 'AMMediaType' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:351,20 The type or namespace name 'AMMediaType' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Users\pvrdev\Documents\Projects\MediaPortal-1\TvEngine3\TVLibrary\TestApp\player.cs:369,20 I would appreciate any help you can provide. Thank you, Matt As you can see, all of these errors are coming from TestApp. I checked the references of that application and they look OK. They are pointing to the TvLibrary and TvLibrary.Interfaces projects, which are compiling correctly. Matt [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Is there a way to compile TvServer with SharpDevelop?
Contact us
RSS
Top
Bottom