473,608 Members | 2,592 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

'ResourcePool' is not supported on the current platform

Hi,

I'm having problems connecting to a SQL Server 2000 db from ASP dot
net project. I have a 'DAL' project which is used to connect to the
database after reading the connection string from an XML file. Using
the same DAL I can access the database from a Win Forms app I just
can't connect from my asp net app. I've recently reinstalled the
framework, version 1, and since I've done this the ResourcePool error
has occured. I've run regsvr32 against comsvcs.dll and oledb32.dll
and this hasn't made any difference.

My O/S is Win 2000 with sp3, I'm connecting to a SQL Server 2000 db
with sp3.

Has anyone got any suggestions

Thanks

Steve
Nov 17 '05 #1
1 1690
Same thing happened to me - I fixed it by adding the ASPNET account to
my machine's local Administrators group.

This suggests that Resource Pooling interacts with permissions
somehow, but I dunno how/why.
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
16922
by: Tomas Vera | last post by:
Hello All, In an effort to prepare my WebApp for localization, I have included the following lines in some of my ASPX pages (the "lab mice" of my web app). --- Code snippet ----- //--------------------------------------------------------------------- // Set up the localization //--------------------------------------------------------------------- Thread.CurrentThread.CurrentCulture =...
4
2163
by: David | last post by:
Hello When I try to open a connection to a sql server database from my aspnet app I get the following exception message: 'ResourcePool' is not supported on the current platform. I can connect OK using the exact same code to the same database from a win forms app. I haven't recently re installed the framework to try and solve another issue,which has now been solved. As a result of this and reading posts relating to this issue i have...
0
389
by: greg.sedlock | last post by:
I'm working thru a tutorial on ASP.NET for the MS cert exam. I ran into the following problem: I get an exception titled 'ResourcePool' is not supported on the current platform when .NET attempts to execute the following line of code. SqlDataAdapter1.Fill(DsCustomers1, "vwFranceCustomers") I've reinstalled the .NET Framework and upgraded SQL Server to SP3 and still get the exception. The code is verbatum out of the book. I'm running...
5
1234
by: Bill Dodd | last post by:
Oh dear, Microsoft. Please if we need to contact you for bad content in your books. Pease make it easy, I have been sent to the same webpage at least 5 times through different directions.. Whoever is mediating on this forum, can you make sure the right department gives me an answer:- MS Press 0-7356-1891-7 101 VB .Net applications. First example, after following non clear method of loading example databases etc. I get a ServiceConfig not...
16
9951
by: Blue Apricot | last post by:
X-No-Archive How long will Classic ASP be supported by Microsoft? Should I start learning ASP.NET? Is it hard if you already know ASP? Blue Apricot
7
32883
by: Kristan | last post by:
Hi there, quick question, how would I retrieve a list of files in ANSI C in a purely platform independent way? Any pointers would be great! thanks Kristan
0
3504
by: dgk | last post by:
Is there a FAQ somewhere about how to publish a web app to a (2003) server? I've mapped a drive to a directory under inetpub/wwwroot, and used the Visual Studio "Publish Web Site" menu option to build and publish it. The app files show up on the server. I went into IIS and created it the app as a virtual directory. Now IIS looks good, with the gear icon on the directory, but trying to access the application via IE gives this message: ...
1
5153
by: simun.selak | last post by:
On my local installation of DB2 on AS/400 (BTW., how do I find out which version od DB2 I have?) I have created these SQL statements: CREATE SEQUENCE a.seq AS INTEGER START WITH 8955 INCREMENT BY 1 INSERT INTO a.table1 (id, name) SELECT (next value for a.seq, name) from a.table2
29
3451
by: Paul H | last post by:
Why the heck was this dropped? All my dbs use ULS even the complex ones. It aint perfect, it's too fiddly, but it works. How will I be able to say "These users can run these reports and these users can't." in Access 2007? Will I have to create my own tables (tblSecurityGroups, tblSecurityUsers) and code the whole thing? Thanks, Paul
2
1185
by: John Nagle | last post by:
There doesn't seem to be any way to portably kill another process in Python. "os.kill" is Mac/Unix only. The "signal" module only lets you send signals to the current process. And the "subprocess" module doesn't have a "kill" function. Subprocess objects really should have a portable "interrupt" or "kill" function. They already have "poll" and "wait", which have to be implemented differently for different systems; that's the logical...
0
8057
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7998
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8470
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8142
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8329
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6813
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
3959
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2472
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1327
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.