1

I just installed a fresh copy with source code of DotNetNuke 06.02.05. I have compiled using VS 2010 but couldn't complete because of the following exception in globals.cs

Object reference not set to an instance of an object.

Source:

string strMessage = DataProvider.Instance().GetProviderPath();

i didn't change anything in the code, just opened the solution and compile.

Any suggestions.

Alaa Alweish
  • 8,904
  • 16
  • 57
  • 84

1 Answers1

1

Remove the web.config renamed release.config to web.config.

Alaa Alweish
  • 8,904
  • 16
  • 57
  • 84