Application errors out on Vista

A

> Adrian

An application I wrote installs ok on W98 and XP. When installed it asks for
Framework 1.1. When the application is installed on Vista and Framework 1.1
is made available, the application installs ok but errors out as soon as the
icon is clicked to start up the application. The application was developed
using Visual Studio 2003. Converting the application in Visual Studio 2005
did not solve any problems. What should be done to get the application to
run on Vista? Please help.
Many thanks,
Adrian
 
N

Nicholas Paldino [.NET/C# MVP]

Adrian,

Without seeing any of the errors, any of the code, it's impossible to
say.
 
P

PS

> Adrian said:
An application I wrote installs ok on W98 and XP. When installed it asks
for
Framework 1.1. When the application is installed on Vista and Framework
1.1
is made available, the application installs ok but errors out as soon as
the
icon is clicked to start up the application. The application was developed
using Visual Studio 2003. Converting the application in Visual Studio 2005
did not solve any problems. What should be done to get the application to
run on Vista? Please help.

I assume that the application is running off the local machine. If you run
it as an administrator does it still "error out"?

PS
 
A

> Adrian

PS said:
I assume that the application is running off the local machine. If you run
it as an administrator does it still "error out"?

PS
I wil attempt to find out (I dont have a Vista m/c yet myself.)
Adrian.
 
A

> Adrian

I cannot easily let you have the code because it is a system with 30
classes.
Adrian.

Nicholas Paldino said:
Adrian,

Without seeing any of the errors, any of the code, it's impossible to
say.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

> Adrian said:
An application I wrote installs ok on W98 and XP. When installed it asks
for
Framework 1.1. When the application is installed on Vista and Framework
1.1
is made available, the application installs ok but errors out as soon as
the
icon is clicked to start up the application. The application was developed
using Visual Studio 2003. Converting the application in Visual Studio 2005
did not solve any problems. What should be done to get the application to
run on Vista? Please help.
Many thanks,
Adrian
 
S

steve.falzon@

Hi Adrian

Your kind of asking, I've lost a piece of hay in a haystack, where is
it? The error could be anywhere in your code.

Do you have an error number or message? Does the app crash immediately
or does it happen when you do something, click a button for instance?

You really do have to provide more info to have any chance of getting
anywhere with this. Not necessarily all your code but definately a bit
more than I've got an error in my app what is it?

It might help you isolate the cause if you add some error handling to
your code.

Steve


I cannot easily let you have the code because it is a system with 30
classes.
Adrian.

Nicholas Paldino said:
Adrian,

Without seeing any of the errors, any of the code, it's impossible to
say.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

> Adrian said:
An application I wrote installs ok on W98 and XP. When installed it asks
for
Framework 1.1. When the application is installed on Vista and Framework
1.1
is made available, the application installs ok but errors out as soon as
the
icon is clicked to start up the application. The application was developed
using Visual Studio 2003. Converting the application in Visual Studio 2005
did not solve any problems. What should be done to get the application to
run on Vista? Please help.
Many thanks,
Adrian
 
S

steve.falzon@

Sorry for the poor spelling, I meant

You're kind of asking, ....


On Thu, 12 Jul 2007 01:27:44 +0100,
 

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

Top