Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 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 August 12th, 2008, 03:46 PM
Authorized User
 
Join Date: Nov 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default using another server process

Hi i have two servers on same domain, Server A has installed software that talks to db. Server B has application and dll from server A software. using dll in app (B) that is not on the same machine as software (A) creates a foreign key error in application/db; when application (B) uses dll it creates new server process. this process on B conflict with process on A, causing app/db error mentioned.

I can create a custom WebServices or use DCOM, but i'm wondering if there is something in .net 2.0 or even in 3.5 that will allow me to use a remote dll in my application. Suggestions? thanks



 
Old August 12th, 2008, 04:23 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You could use Remoting. One application could talk to the database through the other application. However, I don't know that this would necessarily solve your problem. Getting foreign key violations may be a sign of larger application design problems.

-Peter
compiledthoughts.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Server was unable to process request tarduk2004 ASP.NET 2.0 Professional 1 December 12th, 2007 08:37 AM
SoapException: Server was unable to process reques deeptisingh20 ASP.NET 1.0 and 1.1 Professional 1 September 12th, 2006 06:29 AM
Registration Process for Sql Server 2000 tiyyob SQL Server 2000 3 May 9th, 2006 06:05 PM
Server was unable to process request. Kross ASP.NET 1.0 and 1.1 Professional 1 January 8th, 2006 10:49 AM
COM out of process server (EXE) instantiated twice sebdejonghe C++ Programming 0 March 31st, 2004 09:34 AM





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