Home All Groups Group Topic Archive Search About

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

Author
22 Mar 2006 5:32 AM
Vijaya P Krishna
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

Author
22 Mar 2006 5:48 AM
Cor Ligthert [MVP]
Vijaya,

What does the url when started from the browser?

Cor
Author
22 Mar 2006 6:31 AM
Vijaya P Krishna
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


Show quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:uVmMVQXTGHA.776@TK2MSFTNGP09.phx.gbl...
> Vijaya,
>
> What does the url when started from the browser?
>
> Cor
>
Author
22 Mar 2006 9:15 AM
Cor Ligthert [MVP]
Vijaya,

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

Only the process start

Cor

Show quote
"Vijaya P Krishna" <pvijk***@hotmail.com> schreef in bericht
news:ugn9FpXTGHA.5900@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]" <notmyfirstn***@planet.nl> wrote in message
> news:uVmMVQXTGHA.776@TK2MSFTNGP09.phx.gbl...
>> Vijaya,
>>
>> What does the url when started from the browser?
>>
>> Cor
>>
>
>
Author
22 Mar 2006 9:56 AM
Vijaya P Krishna
I am simply using
Process.Start(strURL)

Thanks,
Vijay

Show quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:OdYu7DZTGHA.1576@tk2msftngp13.phx.gbl...
> Vijaya,
>
> Can you show us that process start part as code completely.
>
> Only the process start
>
> Cor
>
> "Vijaya P Krishna" <pvijk***@hotmail.com> schreef in bericht
> news:ugn9FpXTGHA.5900@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]" <notmyfirstn***@planet.nl> wrote in message
>> news:uVmMVQXTGHA.776@TK2MSFTNGP09.phx.gbl...
>>> Vijaya,
>>>
>>> What does the url when started from the browser?
>>>
>>> Cor
>>>
>>
>>
>
>
Author
22 Mar 2006 12:25 PM
Cor Ligthert [MVP]
>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

AddThis Social Bookmark Button