Hello,
I created a class library designed to communicate with a database on my local computer. I wanted to import this class library to my Telerik blazor project (The demo one with some modifications). I uploaded my class library in the solution but when I want to use it (using instruction) in a new Page, I get the error "CS0246 The type or namespace name 'DataAccessLib' could not be found (are you missing a using directive or an assembly reference?)".
Isn't possible to import other class librairies not made with telerik into a telerik project ?
Greetings
Rémy Macherel
I created a class library designed to communicate with a database on my local computer. I wanted to import this class library to my Telerik blazor project (The demo one with some modifications). I uploaded my class library in the solution but when I want to use it (using instruction) in a new Page, I get the error "CS0246 The type or namespace name 'DataAccessLib' could not be found (are you missing a using directive or an assembly reference?)".
Isn't possible to import other class librairies not made with telerik into a telerik project ?
Greetings
Rémy Macherel