473,387 Members | 1,669 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,387 software developers and data experts.

IEXPLORE.EXE.config

Hello,

I have an HTML page that contains an <OBJECT> tag:

<OBJECT id='XfdContainer'
classid='http://localhost/XfdRuntime/StarLIMS.Web.XfdRuntime.dll#StarLIMS.Web.XfdRuntim e.XfdViewer.XfdContainer'
VIEWASTEXT>
</OBJECT>

The StarLIMS.Web.XfdRuntime.dll assembly and the other statically
linked assemblies (at compile time) are downloaded successfully. The
problem appears when I try to load an assembly dynamically. The
loading fails because the AppBase is http://localhost/ and not my
virtual directory that contains all binary assemblies:
http://localhost/XfdRuntime/

To fix this problem I've create an IEXPLORE.EXE.config file under
http://localhost with this content:

<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="XfdRuntime"/>
</assemblyBinding>
</runtime>
</configuration>

I don't like this solution too much, so I'm wondering if there is any
other method to solve the problem of location assemblies. I don't want
to install them in GAC.

Thank you,
Nov 18 '05 #1
0 2242

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

Similar topics

10
by: Vilmar Brazão de Oliveira | last post by:
HI people, what is wrong in the code bellow to kill iexplore.exe process after processing my page?? '»»Before comes routines to access data base and to send email. Set objWshell =...
0
by: Ronen | last post by:
Hi All, I am running a client against a web application installed on a remote server written in C# which involve infragistics for GUI . The .NET framework I use is from version 1.1.4322 and we...
0
by: Marian Veteanu | last post by:
Hello, I have an HTML page that contains an <OBJECT> tag: <OBJECT id='XfdContainer'...
3
by: Ronny Sigo | last post by:
Hello all, I have made a button in access which opens iexplore and directs it to a certain website. I have use a piece of code written by Dev Ashish. So far so good. But now I need to know how I...
1
by: Tina | last post by:
After debugging my aspx.net application in vs.net I often get an error dialog box with the heading iexplore.exe - Application error with the body saying that the instruction at 0x01883e8d...
4
by: Srinivas | last post by:
Hi, In my application I started a Process using ProcessStartInfo supplying it parameters iexplore.exe and a URL. I am trying to reuse the same process by supplying it with a different URL. After...
5
by: Nadav Popplewell | last post by:
Hi everybody, I've got a web application where I need to join several strings, some of which are read from a dbase and display then IN the order they are joined. I.E. I want to display "Hello...
1
by: =?Utf-8?B?W0pvZV0=?= | last post by:
Hi, I build an application that get a command from user and send it to server, but I'm using Internet Explorer for that as following : psi = new...
0
by: =?Utf-8?B?bm9yZm9sa2c=?= | last post by:
I hope someone can help and tell me if I have a trojan or not. I have a one year old computer and am careful with virus etc, always running Norton, but for the past couple of weeks especially on a...
0
by: AAaron123 | last post by:
V2008 recent projects shows 2 iexplore If I click on either of them it shows iexplore.exe in the solutions window. Properties show the file to be C:\Program Files\Internet Explorer\iexplore.exe...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.