owc unspecified error!

C

cct

Dear all,

On Windows XP Professional, using ASP.NET, .NET 1.1

OWC10.PivotRowMember oRowMember =
((OWC10.PivotRowMember)oPivot.ActiveData.RowAxis.Member.get_FindMember(szPat
h,OWC10.PivotMemberFindFormatEnum.plFindFormatPathName));

or

OWC10.PivotColumnMember oColMember =
oPivot.ActiveData.ColumnAxis.ColumnMember;

The above statement (either) caused...

Exception Details: System.Runtime.InteropServices.COMException: Unspecified
error



I've try on Windows Forms, the same statement working fine on the same
machine,
I really cannot find what exactly the problem.

Thank you very much.
 
A

Alvin Bruney [MVP]

Do you have all your updates and patches applied for both IE and the office
web components. The latest updates for OWC are available from the office
update website. IE updates can be found at microsoft.com
 
Top