Replies: 1 comment
-
Nevermind, I redid everything and this time it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very likely just stupid, however I wanted to ask for help because I am unable to install Bootstrap into my project.
I follow the step by step tutorial on the website. However once I get to adding the builder "builder.Srvices,AddBlazorBootstrap()" I just get an error fo missing a directive or assmebly reference, but don't get any directive options when I try to add with "using".
Severity Code Description Project File Line Suppression State Details Error (active) CS1061 'IServiceCollection' does not contain a definition for 'AddBlazorBootstrap' and no accessible extension method 'AddBlazorBootstrap' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?) MobilMonitoring.Client C:\Users\cerny\source\repos\TechsysMontioringDisplayApp\MobilMonitoring\Client\ProgramClient.cs 20
Beta Was this translation helpful? Give feedback.
All reactions