Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Defined Function Libraries

Status
Not open for further replies.

dky1e

Programmer
May 4, 2002
293
US
When I try to register my custom COM library (written in c#) Analysis Manager throws an error:
"Unable to add library reference c:\Mytest.tlb The operation has failed because of an error in the COM component - unknown error The system cannot find the file specified."

I've tried the dll with Excel, and it works. Could it be that Analysis Manager just won't take stuff written in .NET?
 
possibly. I've used UDFs written in VB6 but never .NET

"Shoot Me! Shoot Me NOW!!!"
- Daffy Duck
 
This is weird...
when in do:
Code:
USE LIBRARY "C:\MyTest.tlb"
in the MDX Sample Application it registers the file correctly. Only when I try to do it using the interface in the Calculated Members I get the above error. Is there a way I can register the library using the statement in the caculated member?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top