- November 20, 2022
- 1
- 0
- Home Country
-
Turkey
i compile TestApp but im getting this error:
Error CS0246 The type or namespace name 'TvCardCollection' could not be found (are you missing a using directive or an assembly reference?) TestApp TvEngine3\TVLibrary\TestApp\Form1.cs 39 Active
Can someone solve this error? I tried this but this time i am getting itv card errors. Please help!
public List<DsDevice> _tvcards = new List<DsDevice>(DsDevice.GetDevicesOfCat(FilterCategory.BDASourceFiltersCategory));
Error CS0246 The type or namespace name 'TvCardCollection' could not be found (are you missing a using directive or an assembly reference?) TestApp TvEngine3\TVLibrary\TestApp\Form1.cs 39 Active
Can someone solve this error? I tried this but this time i am getting itv card errors. Please help!
public List<DsDevice> _tvcards = new List<DsDevice>(DsDevice.GetDevicesOfCat(FilterCategory.BDASourceFiltersCategory));