Run time error!

  • Thread starter Thread starter rcoco
  • Start date Start date
R

rcoco

hi,
I have deployed a .msi on the server and it has been installed very
well. But now the problem is that when I try to run it I get this
error:
The resource you are looking for (or one of its dependencies) could
have been removed, had its name changed, or is temporarily unavailable.
Please review the following URL and make sure that it is spelled
correctly.
Why could this be happening?
Thanks
 
Hello rcoco,

http://www.pinvoke.net/default.aspx/user32/GetActiveWindow.html

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

r> hi,
r> I have deployed a .msi on the server and it has been installed very
r> well. But now the problem is that when I try to run it I get this
r> error:
r> The resource you are looking for (or one of its dependencies) could
r> have been removed, had its name changed, or is temporarily
r> unavailable.
r> Please review the following URL and make sure that it is spelled
r> correctly.
r> Why could this be happening?
r> Thank
 
Hello Michael ,

Emmm, sorry, posted to the wrong thread

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

MN> Hello rcoco,
MN>
MN> http://www.pinvoke.net/default.aspx/user32/GetActiveWindow.html
MN>
MN> ---
MN> WBR,
MN> Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
MN> "The greatest danger for most of us is not that our aim is too high
MN> and we miss it, but that it is too low and we reach it" (c)
MN> Michelangelo
MN>
r>> hi,
r>> I have deployed a .msi on the server and it has been installed very
r>> well. But now the problem is that when I try to run it I get this
r>> error:
r>> The resource you are looking for (or one of its dependencies) could
r>> have been removed, had its name changed, or is temporarily
r>> unavailable.
r>> Please review the following URL and make sure that it is spelled
r>> correctly.
r>> Why could this be happening?
r>> Thank
 
I bet when you run it on the machine it was made on its fine but all others
it isnt. At a guess you have some resource that has a specific path and that
path isn't available to the other machines but is to yours.
 
Hi,

That's the standard HTTP 404 error message, I believe.

If your application is downloading from a URL then make sure the URL is
correct.
 
Hi,

You need to provide more info. I suggest you to run it locally to see if you
can get a better description of the problem

Are you using some lib or resource outside of the framework?


| hi,
| I have deployed a .msi on the server and it has been installed very
| well. But now the problem is that when I try to run it I get this
| error:
| The resource you are looking for (or one of its dependencies) could
| have been removed, had its name changed, or is temporarily unavailable.
| Please review the following URL and make sure that it is spelled
| correctly.
| Why could this be happening?
| Thanks
|
 
hi,
Thanks Dave I actually had a problem with the URL I was not including
the .msi folder name so it could not find it.
Thanks alot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top