PDA

Ver la Versión Completa : crear DLL para utilizar con ASP


altp
29-11-2005, 11:14:31
Buenos dias a todos.

Mi idea es crear una DLL para poder utilizarlo en un proyecto realizado en ASP.
La librería en cuestión llevaría un formulario con un shellTreeView y un ShellListView.

Mi problema viene cuando intento registrar esa DLL me da un error:
LoadLibrary(' aparece la dirección de la DLL') failed
GetLastError returns 0x00000485
Lo intento registrar desde un directorio en concreto.

Si la librería la grabo en System32 el error es el siguiente:
c:\windows\system32\xxx.dll was loaded, but the DllRegisterServer entry point was not found.

DllRegisterServer may not be exported or a corrupt version of c:\windows\system32\xxx.dll may be in memory. Consider using PView to detect and remove it.

Si me pudieran ayudar se lo agradecería mucho.

Gracias.