| View previous topic :: View next topic |
| Author |
Message |
Ron Guest
|
Posted: Tue Apr 24, 2007 6:07 am Post subject: A Delphi 7 application project won't Open in Delphi 2007 |
|
|
This is strange....
I have several applications that opened perfectly fine in Delphi 7. I
installed the new Delphi 2007 on a new PC with Vista Ultimate and loaded all
my components with no problems. All my application projects are opening
fine in Delphi 2007 except for one. This application project has come up
only maybe once or twice out of the (seems like) 100 times I have tried to
open it in Delphi 2007. I have tried it with "Run as Administrator" and
without and seems like it is a crap shot if it comes up. Delphi 2007 just
freezes and I have to shut it down every time to exit out. Any ideas of why
this is happening? Any sollutions? Help!!!!!!!!!!!
Also, this message is always at the bottom of the screen in the Message area
when Delph 2007 is run without administrator:
"Setup.exe(1): The requested operation requires elevation"
I don't think this has anything to do with my first problem because it comes
up when simply open Delphi 2007.
Thanks for your help.
Ron |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Tue Apr 24, 2007 5:56 pm Post subject: Re: A Delphi 7 application project won't Open in Delphi 2007 |
|
|
Ron wrote:
| Quote: | This is strange....
I have several applications that opened perfectly fine in Delphi 7.
I installed the new Delphi 2007 on a new PC with Vista Ultimate and
loaded all my components with no problems. All my application
projects are opening fine in Delphi 2007 except for one. This
application project has come up only maybe once or twice out of the
(seems like) 100 times I have tried to open it in Delphi 2007. I
have tried it with "Run as Administrator" and without and seems like
it is a crap shot if it comes up. Delphi 2007 just freezes and I
have to shut it down every time to exit out. Any ideas of why this
is happening? Any sollutions? Help!!!!!!!!!!!
|
is it a big project? trying running filemon and regmon on it see if its
actually active, or in fact has died..
| Quote: | Also, this message is always at the bottom of the screen in the
Message area when Delph 2007 is run without administrator:
"Setup.exe(1): The requested operation requires elevation"
|
yep, that sounds reasonable for vista....
| Quote: | I don't think this has anything to do with my first problem because
it comes up when simply open Delphi 2007.
|
Its not, thats vista being a whiney bag of ... and complaining that a
setup program ran but it needed admin rights
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
Jeff Hamblin Guest
|
Posted: Thu May 10, 2007 8:53 pm Post subject: Re: A Delphi 7 application project won't Open in Delphi 2007 |
|
|
| Quote: |
Also, this message is always at the bottom of the screen in the Message
area when Delph 2007 is run without administrator:
"Setup.exe(1): The requested operation requires elevation"
|
That's the installer's autoupdatecheck trying to run.
You can disable it by deleting the registry entries under:
\Software\Borland\BDS\5.0\AutoRun\UpdateCheck
(look in both HKCU and HKLM) |
|
| Back to top |
|
 |
|