x19
x19

Reputation: 8783

Current has not been initialized. You must initialize Current before trying to read it

After I publishing my website and run it from IIS, I face a problem.

"Current has not been initialized. You must initialize Current before trying to read it."

I used Umbraco version 4.11.1

Problem

Upvotes: 1

Views: 2001

Answers (2)

BJ Patel
BJ Patel

Reputation: 6268

Go to Site Application Pools and Recycle Site site Application pools.

Upvotes: 0

Digbyswift
Digbyswift

Reputation: 10400

You have possibly have DLLs in the live bin folder that shouldn't be there. Delete the bin folder and replace with the upgraded bin folder. It is more than likely the global DLL causing the issue.

Upvotes: 1

Related Questions