473,396 Members | 1,975 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.

Process.Start() throws an error saying "Setup error: failed to load resources from resource file Please check your Setup"

Hi,

I have a .NET Windows Forms application, written in VB.NET and C#. [.NET
runtime version: 1.0; Operating System: Windows XP.]
I am opening a URL from the application using Process.Start(). The URL
points to a java servlet running on apache-tomcat.

For some users the application shows an error dialog with following
information. Another very interesting observation is that it's sending a lot
of requests to the servlet within no time. Please note that this is not
happening for all users.

--------------------------------------------------------------
Setup error
--------------------------------------------------------------

Failed to load resources from resource file
Please check your Setup.

---------
OK
---------

Can anyone let me know what is going wrong here?

Thanks,
Vijay
Mar 22 '06 #1
5 2600
Vijaya,

What does the url when started from the browser?

Cor
Mar 22 '06 #2
The URL tries to open the details of a record, given it's id.

The URL looks like:
http://internalserver.ourfirm.com:11111/Q/1234 where 1234 is the record id.
This works perfectly when the link is directly opened in IE or Mozilla.

To be more clear, we have a list of ids, and corresponding to them are a
list of links. On clicking the link, we are simply opening the URL
corresponding to the id.

Thanks,
Vijay
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uV*************@TK2MSFTNGP09.phx.gbl...
Vijaya,

What does the url when started from the browser?

Cor

Mar 22 '06 #3
Vijaya,

Can you show us that process start part as code completely.

Only the process start

Cor

"Vijaya P Krishna" <pv******@hotmail.com> schreef in bericht
news:ug**************@tk2msftngp13.phx.gbl...
The URL tries to open the details of a record, given it's id.

The URL looks like:
http://internalserver.ourfirm.com:11111/Q/1234 where 1234 is the record
id. This works perfectly when the link is directly opened in IE or
Mozilla.

To be more clear, we have a list of ids, and corresponding to them are a
list of links. On clicking the link, we are simply opening the URL
corresponding to the id.

Thanks,
Vijay
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uV*************@TK2MSFTNGP09.phx.gbl...
Vijaya,

What does the url when started from the browser?

Cor


Mar 22 '06 #4
I am simply using
Process.Start(strURL)

Thanks,
Vijay

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:Od**************@tk2msftngp13.phx.gbl...
Vijaya,

Can you show us that process start part as code completely.

Only the process start

Cor

"Vijaya P Krishna" <pv******@hotmail.com> schreef in bericht
news:ug**************@tk2msftngp13.phx.gbl...
The URL tries to open the details of a record, given it's id.

The URL looks like:
http://internalserver.ourfirm.com:11111/Q/1234 where 1234 is the record
id. This works perfectly when the link is directly opened in IE or
Mozilla.

To be more clear, we have a list of ids, and corresponding to them are a
list of links. On clicking the link, we are simply opening the URL
corresponding to the id.

Thanks,
Vijay
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uV*************@TK2MSFTNGP09.phx.gbl...
Vijaya,

What does the url when started from the browser?

Cor



Mar 22 '06 #5
>I am simply using
Process.Start(strURL)

And you have the HTTP in that?

Where it than means, start the default program to process HTTP and pass this
string to that.

Would that not be in the program than that is started that has te problem.
Or is it not HTTP and than is the program not registered.

Cor
Mar 22 '06 #6

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

Similar topics

0
by: camaro77 majau via DotNetMonster.com | last post by:
Sorry by my english but i'm from spain. I have a problem and after search by the web i have know that is due by framework. The message is : setup error "failed to load ressouces from resource...
2
by: thorax | last post by:
I'm having problems running a release build of an application. The application is a native C++ .NET 2003 MFC application which links to a number of other DLLs, one of which is mixed (SLGSE.dll)...
0
by: ksayal | last post by:
Hi, I'm creating a project. Whenever I try to add a user control or add an aspx page it gives me the following error. When I remove the inherits="" thing, it shows up the page.... What would be...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
5
by: Vijaya P Krishna | last post by:
Hi, I have a .NET Windows Forms application, written in VB.NET and C#. I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat....
0
by: Achim Domma | last post by:
Hi, I try to develop a localized Asp.Net 1.1 application. I have added two resource files to my app, which are called 'Labels.resx' and 'Labels.de.resx'. If I compile the app, I see a 'de'...
25
by: Koliber (js) | last post by:
sorry for my not perfect english i am really f&*ckin angry in this common pattern about dispose: ////////////////////////////////////////////////////////// Public class...
0
benchpolo
by: benchpolo | last post by:
I am currently modifying an existing DTS process by adding a new field in the Transformation task. This process queries data from SQL tables and import it to MSExcel. Steps 1. Drop the table...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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...
0
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...
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.