I have the regular DNN 4.3.4 Installation.
I have seperate external solutions containing custom module projects.
I have done this so that I can compile my own seperate DLL file to make my modules easy to export.
I learned this from someones most helpful tutorial. (http://vladan.strigo.net/Default.aspx?TabId=76)
Anyhoo this has been working great, its set to compile the dll into the bin directory of the DNN installation. This makes debugging a snap.
Well as of late, (and I can't figure out where it went wrong) when I compile my external module, and then compile/debug the FULL website...
I get around 59 errors.... all related to files that I'm not personally touching/editing.
It seems to start its error on the ReportsController.vb then proceeds to Global.asax.vb ect... down to abotu 59 seperate errors.
This all happens after I compile my 'outside' solution and then go in to compile/run the big website for debugging.
This only started happening lately, could the files be corrupt?
It worked great before!
Please let me know if there is anything similar happneing in anybody else's experiences!
Thanks!!
Mike R