question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AddBusinessPackConfiguration method not found.

See original GitHub issue

I’m following these instructions: https://www.dotvvm.com/docs/tutorials/commercial-business-pack-install/latest

Calling config.AddBusinessPackConfiguration();, I get an error.

Error CS1061 ‘DotvvmConfiguration’ does not contain a definition for ‘AddBusinessPackConfiguration’ and no extension method ‘AddBusinessPackConfiguration’ accepting a first argument of type ‘DotvvmConfiguration’ could be found (are you missing a using directive or an assembly reference?)

I’ve checked in every namespace in all dotvvm assemblies. Where is this method?

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tomashercegcommented, Jan 26, 2018

@ronnieoverby Fixed, the beta program should be working again. We will deliver trial for both Bootstrap and Business Pack controls soon.

0reactions
ronnieoverbycommented, Jan 27, 2018

A trial for business pack would be a big win. Dotvvm is compelling, but I’m not willing to recommend our company shell out for multiple dev licenses without being able to try business/bootstrap.

A LOT of frameworks turn out to be not so great once you’ve got past the marketing and kicked the wheels.

Read more comments on GitHub >

github_iconTop Results From Across the Web

System.MissingMethodException: Method not found?
I resolved this issue by installing the correct .NET Framework version on the server. The website was running under version 4.0 and the...
Read more >
Installing DotVVM Business Pack
BusinessPack package from the DotVVM Private Nuget Feed. Open your DotvvmStartup.cs file and add the following line at the beginning of the Configure...
Read more >
Method not found: System.MissingMethodException
I am upgrading .net core web api 2.2 to .net core 3.1 while runtime i am getting error like , 'Microsoft.Extensions.DependencyInjection.
Read more >
MissingMethodException: Method not Found ASP.NET CORE
In this video, I am going to fix this issue in ASP.NET CORE: MissingMethodException: Method not Found : System.
Read more >
get_Services method not found · Issue #29 · Azure ...
I am trying to add DI to our existing azure functions(.Net Core 2.0). Followed the steps mentioned in this link ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found