|
Hi,
I downloaded "Building Custom Report Views Webprt" white paper from the Microsoft site and tried implementing it. I intially created a Windows Control Library project and created a usercontrol. I built this application in to a DLL,created a strongname to it and then put this asembly in GAC.
I then created a pmbuilder.exe.config file in the location given below. "C:\Program Files\Microsoft Office Business Scorecard Manager 2005\Builder"
The content of the file is given below:-
<configuration> <configSections> <sectionGroup name="Bpm"> <section name="CustomReportViews" type="System.Configuration.DictionarySectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> </sectionGroup> </configSections>
<Bpm> <CustomReportViews> <add key="SampleCustomReportView" value="CustomReportViewSample.SampleCustomReportViewWinControl, CustomReportViewSample, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7efb1627d6df9743" /> </CustomReportViews> </Bpm> </configuration>
Now when i create a new workspace and create a new scorecard and go to "Report Views" Tab and say "Add", it throws up an error saying that "Could not load the Report Extensions for the type "SampleCustomReportView""
Any idea why this is happening and how to resolve this. Any one has tried creating a custom report view? Any help you be of great help to me. Many Thanks ! ARchana |