1

I don't know what happened but when I build the project, this error showed up.

Does anyone know?

André
  • 97
  • 1
  • 1
  • 9

1 Answers1

0

In my case, I have missed connection string details in web.config file.

I had <connectionStrings configSource=".\UmbracoConnectionDetails.config" /> in my web.config file but UmbracoConnectionDetails.config was missing in my root folder. Just has added file and working fine.

prisan
  • 1,251
  • 12
  • 9