Problem with external library build in .NET
Hello. Is it possible to create Dll in (Visual Basic .NET or C# .Net or C++ .NET) with external procedures or functions than i call in PL/SQL. I know it's possible in C++ 6.0 but in .NET i don't know how.
I create the dll and the external library in ORACLE but not working.
If is possible, give me an example please.
This is my error when dll in Visual Basic .NET:
ORA-06521: PL/SQL: Error mapping function
ORA-06522: Unable to load symbol from DLL
ORA-06512: at "CESCOBAR.MENSAJEVBNET", line 0
ORA-06512: at line 1
This is my error when dll in Visual C++ .NET:
ORA-06520: PL/SQL: Error loading external library
ORA-06522: Unable to load DLL
ORA-06512: at "CESCOBAR.MENSAJECNET", line 0
ORA-06512: at line 1
Thanks.
Carlos.