Tuesday, June 8, 2010

SharePoint Reporting

SharePoint Reporting ....

Reference 1

2 comments:

  1. hi amit phule tell me where is rswebpart.cab file i hve to copy.

    ReplyDelete
  2. You have deploy the .cab file. Follow the steps
    • CAB file should contain
    1. -Assembly DLL
    2. -DWP file(s)
    3. -Manifest.XML
    4. -Resource files (if needed)
    • CAB won't contain
    1. Code Access Security settings
    2. Deploy with STSADM.EXE
    • Located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN
    • Add it to your path
    • Stsadm -o addwppack -filename filename [-globalinstall] [-force]

    ReplyDelete