Dec. 27th, 2009

pechkin: (Default)
Выскочила преинтереснейшая ошибка компилляции: Error 8 'System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Motorola.DVR.Services.ICameraControlServiceCallback>>' does not contain a definition for 'Count' and no extension method 'Count' accepting a first argument of type 'System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Motorola.DVR.Services.ICameraControlServiceCallback>>' could be found (are you missing a using directive or an assembly reference?) Z:\KERNEL\LCD_UI\Code\Motorola.DVR.DVRPlayer\ExternalSources\DvrMain.Stub\Presenters\CameraControlServiceStubPresenter.cs 21 71 DVRMain.Stub Надо было: в голову файла, где описывается метод
protected override int GetSubscribedClientsCount()
        {
            return (SvcInstance as CameraControlServiceStub).SubscribedClients.Count();
        }
добавить using System.Linq;.

March 2026

S M T W T F S
12 3 4567
891011121314
15161718 192021
22 232425 262728
293031    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 28th, 2026 10:07 pm
Powered by Dreamwidth Studios