- October 24, 2011
- 261
- 207
- 44
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
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