Hi all,
I have a table trigger which invokes a DLL. I tested the DLL with sql server 2000 on x64 bit and it ran without any issues. But when i run the same on SQL Server 2005 on x64 Bit i get the following error
[Microsoft][SQL Native Client][SQL Server]Could not load the DLL C:\XP\XP.dll, or one of the DLLs it references. Reason: 193(%1 is not a valid Win32 application.). (State 42000) (Code 17750)
Does someone came across this error or else if someone has a solution please let me know.
thanks you so much
Sen
I have a table trigger which invokes a DLL. I tested the DLL with sql server 2000 on x64 bit and it ran without any issues. But when i run the same on SQL Server 2005 on x64 Bit i get the following error
[Microsoft][SQL Native Client][SQL Server]Could not load the DLL C:\XP\XP.dll, or one of the DLLs it references. Reason: 193(%1 is not a valid Win32 application.). (State 42000) (Code 17750)
Does someone came across this error or else if someone has a solution please let me know.
thanks you so much
Sen