Hello!
I need your help if you could give me.
I have a problem when i use your article Articles 3.2.6- Source & PA.
I´m using dotnetnuke 4x version and Visual Studio 2005.
When i install your PA i have no problem and everything is ok.
When i try to install the sources, the process i use to do that is:
1. Install Articles PA in dotnetnuke import module.
2. Copying all files ascx.vb and vb project files to directory DesktopModules/Articles overwriting the existent
ones.
3. Inside my solution, i open the existent project(vbproj file) that i have copied to DesktopModules/Articles.
4. I include and point to correct dll´s in my articles project and the project build with no errors.
5. Remove the dll bin reference to effectionconsultingarticles on my website and add a project articles
reference.
The problem is:
I got errors when i build all the solution, and the compiler saies me that my controls(variables) are already
declared. If i delete the control declarations in articles project, logically, the project won´t build no matter
what.
Is this mode the right way to install sources in my dotnetnuke project?
I have also tried to copy the source files directly to desktopmodules/Articles (bellow dotnetnuke website), but i got the following error: 'namespace/ArticlesListBase.ascx.vb is not defined'. Seems that, the compiler doesn´t let me to create instance of this class because couldn´t found it in the namespace :|.
is there a problem with my visual studio?
Is the version of dotnetnuke?
I'd be very glad if you could help me in this situation
Best regards,
Ricardo Moura.