As you mentioned I noticed that the solution is in solutions folder.How can I add this DotNetNuke.DesktopModules.sln to the Dotnetnuke.sln so that when opening Dotnetnuke.sln through vs 2003 I can view the folders under desktopmodules, change/debug ascx.vb ?.
Also I tried to open DotNetNuke.DesktopModules.sln and it gives me the below errors.
Unable to read the project file 'Dotnetnuke.announcements.vbproj'.
The system cannot find the file specified.
Unable to read the project file 'Dotnetnuke.announcements.sqlprovider.vbproj'.
The system cannot find the file specified.
Unable to read the project file 'Dotnetnuke.contacts.vbproj'.
The system cannot find the file specified.
I also tried to open the DotNetNuke.DesktopModules.sln in notepad and changed the path for localhost to point to the correct folder.
Please help me in opening the DotNetNuke.DesktopModules.sln and the modules attached to it so that I will be able to change and debug the changes