problem creating a sample custom report view for BSM

A

Archana

Hi,

I have a problem creating a sample custom report view for Business scorecard
manager 2005.

I downloaded "Building Custom Report Views Webprt" white paper from the
Microsoft site and tried implementing it.

This is what i have done so far:-

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.DictionarySectionHandl er, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</sectionGroup>
</configSections>
<Bpm>
<CustomReportViews>
<add key="SampleCustomReportView"
value="CustomReportViewSample.SampleCustomReportV
iewWinControl,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.
Do you have any other KB from where i can get help from? Any inputs on this
will be
of great help to me.
Many Thanks ! Archana
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top