I've already done a search and have not found a match here or through Google so I'm going to start a thread on this issue.
I have installed DNN
Got it to compile once and run
Since then, I can no longer compile.
What seems to be happening is that the UrlrewiteModule can not see any of the other objects in it's namespace.
I get the following errors:
'Config.RewriterRuleCollection' is not defined
Name 'RewriterUtils' is not declared.
I have tried everything including full namespace declarations find that the name space is not even recognized in the module. I have not run into anything like this before where I couldn't correct it.
I can directly click on the HTTPModule.URLRewrite project and build it without error
I can directly click on the HTTPModule.URLRewrite project and ReBuild all without error
I try to build and run using F5...and boom...the errors above.
Maybe I am just being dense (been known to happen) and just need someone to push me in the right direction.
Ibrahim