'ResourcePool' is not supported on the current platform

  • Thread starter Thread starter Max Erixon
  • Start date Start date
M

Max Erixon

Aloha!

Im getting the following message when I'm trying to use the data adapter:

'ResourcePool' is not supported on the current platform

I'm running Windows 2000 professional, SQL Server 2000 and .Net 1.1.

What is causing this? I've seen that other people have had the same problem
in other forums. however I haven't seen any answer to what is causing it!

Help!

Regards,
Max.
 
Hello Max,

This error message is generally thrown when the following DLL's are not registered.

comsvcs.dll and oledb32.dll

Try re-registering these two DLL's.

Hope This Helps,

Nosheen M Syed MCSD MCDBA OCP
Web Data
Microsoft Developer Support

This posting is provided "AS IS" with no warranties and confers no rights.

Are you secure? For information about the Microsoft Strategic Technology
Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
 
Aloha Nosheen!

When I'm trying to execute regscr32 oledb32.dll I receive the following
message:

LoadLibrary("oledb32.dll") failed - The specified module could not be
found.

This is very weird, how could I not have it?

Regards,
Max.
 
Hello Max,

Please verify that you do have the oledb32.dll in the C:\Program Files\Common Files\System\Ole DB

If it is there then re-name it and copy a new one into the same location from the installation CD and then try registering it
again.

Hope this helps,

Nosheen M Syed MCSD MCDBA OCP
VC Web Data
Microsoft Developer Support

This posting is provided "AS IS" with no warranties and confers no rights.

Are you secure? For information about the Microsoft Strategic Technology
Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
 
Back
Top