Framework 1.1 on XP Client won't load Framework 1.0 Programs from App.Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello there.

I hope you can help me out with this one.

We have developed a .NET application with the 1.0 Framework.

It is located on a Application Server.

Windows XP Clients will start the application from the server and run them on their local machine.
The local machine has Framework 1.1 installed.

THIS DOESN'T WORK.

Additionally installing the 1.0 Framework will help (but it is not desired).

Also, the same situation with Win2000 Clients will work as well.

Any hints on that?

Has anyone experienced something similar?
Can you guys @Microsoft verify this?
Is this a known bug?
What can I do?

Tnx
Heiko
 
FYI - whatever version .NET Framework was used to develop the app, the same
version of the .NET Framework client must be used to run the app. If .NET
Framework v1.0 was used to develop it, then .NET Framework v1.0 client must
be installed to run it, again if .NET Framework v.1.1 was used to develop
it, then .NET Framework v1.1 client must be installed to run it. If parts
or the app or apps were developed using both versions, then both client
versions must be installed.
 

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

Back
Top