I'm new to DNN and started the new job yesterday - long story. Anyway, I've downloaded DNN 3.2.2 source, and followed the instructions (exactly, I think...).
When I load up the solution in DevStudio 1.1 and try to compile, I get a series of errors that are just baffling. One example: Class SolpartMenuNavigationProvider Inherits DotNetNuke.Modules.NavigationProvider.NavigationProvider. I get an error on that line, informing me that I must declare the class mustInherit, or I must override Bind(objNode as DNNNodeCollection).
Eight hundred lines of code later, and still in the same class, there is a declaration Public Overrides Sub Bind(objNodes as DNNNodeCollection), which is ALSO marked as an error, with the error message telling me that I am shadowing an overloadable member of a base class, and should be declaring it 'Overloads".
I have re-downloaded, re-installed, re-booted. I feel like I'm probably missing something stupid. In fact, I'm off now to check and see if perhaps I'm missing a devStudio product update.
Any help or suggestions would be greatly appreciated - this is taking way longer than it should, and DNN looks way cool.