Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 12th, 2007, 04:05 AM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default c dll in asp.net

I have a web application which uses a c libraby. The c librabry is mapped using another c# library.
On running many applications concurrently the c library dll is getting locked
Can anyone tell what could be the problem?


 
Old June 12th, 2007, 08:05 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I'm going to assume that your c library is exposed to .NET thru a COM interop wrapper.

The problem is that the COM interaction can not support concurrent operations. What would be involved in porting the c dll over to .NET? That might be one of your few options.

-Peter
 
Old June 13th, 2007, 01:52 AM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i have used a .net warapper for the fucntion. This is actually used to read shapefiles. I have wrapped the shapelib.dll(which contains c function) to my project using another dynamic link library maptools.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Using .dll in asp.net! netantss .NET Web Services 6 May 23rd, 2014 04:35 AM
.NET DLL --> ASP dparsons ASP.NET 1.0 and 1.1 Professional 0 September 22nd, 2006 07:37 PM
want to use the old Vc++ dll in asp.Net sjs950 ASP.NET 1.0 and 1.1 Basics 0 May 25th, 2006 05:30 AM
How to use a C#.NET DLL in ASP? vinugeorge ASP.NET 1.0 and 1.1 Professional 1 February 6th, 2006 03:32 AM
How to call VC++ DLL from ASP/ASP.net? leesoon Classic ASP Professional 0 December 9th, 2004 10:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.