Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was given a DNN project to work on, but the initial installation and configuration are very unfamiliar to me. Now, I downloaded the solution from SVN, updated the conn string, tried to run and I'm getting this error:

screenshot: http://gyazo.com/6b93be4d708ad23891c769584a6df37e[^]


Can anyone please provide some advice what's wrong with the application and what do I need to change. Thanks in advance, Laziale
Posted
Comments
Richard MacCutchan 10-Apr-14 13:02pm    
The error message is telling you what's wrong, the variable type has not been initialised with any value. You need to look at your code to figure out why.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900