leedavi wrote:
In order to dis this, I had to grab Dotnetnuke 6.2.3.141 precompiled DLL and add it as a reference to NB_Store. I was wondering why it kepts adding the 7.2.1.368 DLL version (the latest as of this writing) after I had manually selected the 6.2.3.141 DLL by browsing to it : you also need to change the References path access to where you stored the older DLL version :
![Image]()
So now I got the source code successfully compiling with the 6.2.3.141 DNN DLL version.
Also make sure that namespaces are properly imported and checked like the following :
![Image]()
I think I had compile errors due to these not being automatically checked by my Visual Studio after I had picked the DNN DLL as a reference. So make sure they are
Thank you LeeDavi !
Oh!....also make sure you take the source from he "master" branch, we've moved to GIT since those docs were written.Yes I did pick the "master" branch... I got it sorted out, everything compiles fine now.
In order to dis this, I had to grab Dotnetnuke 6.2.3.141 precompiled DLL and add it as a reference to NB_Store. I was wondering why it kepts adding the 7.2.1.368 DLL version (the latest as of this writing) after I had manually selected the 6.2.3.141 DLL by browsing to it : you also need to change the References path access to where you stored the older DLL version :

So now I got the source code successfully compiling with the 6.2.3.141 DNN DLL version.
Also make sure that namespaces are properly imported and checked like the following :

I think I had compile errors due to these not being automatically checked by my Visual Studio after I had picked the DNN DLL as a reference. So make sure they are
Thank you LeeDavi !