Fuji (mcsenow) Nguyen posted on March 20, 2008 07:55
Pre-requisite
- DNN 4.55. or higher source version on the development machine
- MSBuild.Community.Tasks.msi from http://msbuildtasks.tigris.org/
- Visual Studio 2005 with service pack 1 http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx
After uploading the DNN Reports Source version, you find the source code in the folder [DNN Root]\DesktopModules\Reports. This module source code uses the Web Application Project (WAP) model. The user controls reference the .vb file using syntax CodeBehind. The DNN Reports 5 appears to be developed using Visual Studio 2008. The project file references to VB 9.0. To use it in Visual Studio 2005, change the reference of VB 9.0 to VB 8.0 in the Reports.vbproj. Below are screen shots and steps. Click on the image to zoom in.
After correcting the errors, setup break point for the page load event in the ViewReports.ascx control in the Reports project (not the one in the DNN DesktopModule\Reports) and hit F5 to run DNN. You should see the break point stopping.