473,396 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Integrating applications?

I want to use Cuyahoga as my CMS, so I place it on the root of the
site. I also have a dasBlog on the /Blog/ directory. Both the root &
the /Blog/ directory are IIS applications.

Each of those applications works very well on its own, but my problem
is making both of them play together. I get the following error when
trying to access the /Blog/ directory:

File or assembly name Cuyahoga.Web, or one of its dependencies, was
not found.

<add type="Cuyahoga.Web.Util.UrlHandlerModule, Cuyahoga.Web"
name="UrlHandlerModule" />

Cuyahoga-0.6.0\web.config

My problem is that I can't think of a way to trasfer control from one
application to another. Anyone can offer a solution?

Nov 19 '05 #1
1 946
Here is what happens:

Cuyahoga is in the root of the server. Cuyahoga specifies a URL
Handler to add in Cuyahoga.Web.dll. ASP.NET always loads assemblies
from the bin directory, and since this dll is present everything
works.

DasBlog is a seperate application in a subdirectory. DasBlog inherits
the settings in the root web.config, so it is also trying to load
Cuyahoga.Web.dll, but it is not in the bin directory of this sub
application.

To verify this problem you can copy the Cuyahoga dll into the dasblog
bin directory and see everything work.
The only real solution is to <clear/> out all handlers and add back in
what you need (be sure to copy the ASP.NET defaults from
machine.config). Unfortunately, the <remove> tag still wants to locate
the dll before it will remove it.

HTH,

--
Scott
http://www.OdeToCode.com/blogs/scott/
On 25 Feb 2005 15:50:19 -0800, ay****@gmail.com wrote:
I want to use Cuyahoga as my CMS, so I place it on the root of the
site. I also have a dasBlog on the /Blog/ directory. Both the root &
the /Blog/ directory are IIS applications.

Each of those applications works very well on its own, but my problem
is making both of them play together. I get the following error when
trying to access the /Blog/ directory:

File or assembly name Cuyahoga.Web, or one of its dependencies, was
not found.

<add type="Cuyahoga.Web.Util.UrlHandlerModule, Cuyahoga.Web"
name="UrlHandlerModule" />

Cuyahoga-0.6.0\web.config

My problem is that I can't think of a way to trasfer control from one
application to another. Anyone can offer a solution?


Nov 19 '05 #2

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

Similar topics

1
by: Ben Sizer | last post by:
I know the conventional wisdom is to write the whole app in Python and only extend with C++ where speed is an issue, but I already have a large C++ app that I'd like to add Python to. Ideally I'd...
3
by: Sonoman | last post by:
Hi all: Is there a class or function that I could use to integrate? By integrating , I mean calculus integration. I need to get data from a sensor that gives me the acceleration of an object. In...
2
by: George Durzi | last post by:
I'd like to get some real world feedback from developers out there who have to work with the "design" folks to integrate look and feel stuff into a vs.net web project. A lot of designers use web...
3
by: Lucas Tam | last post by:
Hi all, Assuming I've built a windows form application... how do I connect it to a web service? All the examples of web services I've seen pertain to stand alone applications. Basically,...
4
by: karpagam | last post by:
Since WebServices are a standardized way to invoke a method of another application over the internet, is there a way to integrate two different applications running on different platforms (Say a...
6
by: x0054 | last post by:
I am simply experimenting in this area, but are there any tutorials on integrating C++ or ASM binaries with PHP? For instance, I have an application in PHP that reads a rather large matrix of data...
4
by: Jason Madison | last post by:
I would like to create a .net application that still uses a few screens from an old legacy application we have. I can list records from the database in my .net app, but when it comes to making...
7
by: Protoman | last post by:
Is this an efficient way to integrate an explicit function of x from a to b: #include <iostream> using namespace std; class Integrate { public: Integrate(long double (*f)(long double&...
2
by: lanlife | last post by:
Hello all i am just posting for the first time.I had a challenge at hand, i am thinking of integrating two already made php applications.In this case one will be the main application that get data...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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,...

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.