BlazorVirtualScrolling icon indicating copy to clipboard operation
BlazorVirtualScrolling copied to clipboard

Assembly Reference Issue

Open RuanJustSolve opened this issue 5 years ago • 4 comments

Currently getting the following assembly reference issues(have installed all the needed dependencies and updated Visual Studio):

Error CS0246 The type or namespace name 'BaseVirtualScroll<>' could not be found (are you missing a using directive or Error CS0115 'VirtualScroll<ItemType>.BuildRenderTree(RenderTreeBuilder)': no suitable method found to override

Any suggestions on what I am missing?

RuanJustSolve avatar Jul 21 '20 07:07 RuanJustSolve

Me too.

OFark avatar Jul 29 '20 13:07 OFark

me too.

https://github.com/SamProf/BlazorVirtualScrolling/blob/master/src/BlazorVirtualScrolling/VirtualScroll.razor Maybe VirtualScroll.razor need @namespace BlazorVirtualScrolling ?

※ When this razor was compiled, it belonged to the namespace of the compiled project.

juner avatar Aug 06 '20 05:08 juner

Me too.

szalapski avatar Aug 11 '20 17:08 szalapski

Me too.

harry-flw avatar Mar 27 '23 13:03 harry-flw