.net application does not work

  • Thread starter Thread starter scott moore
  • Start date Start date
S

scott moore

Hi,

I tried to download and run a .net application, from microsoft,
"MSKLC", which is a keyboard utility I need to solve another
problem I'm having with Windows.

It announces that it "requires the .net framework", and takes me to

http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

To install it. However, I have installed it, sucessfully, several times
and it still gives me that message. I tried rebooting, no change. How to
get this thing to recognize .net is installed? I just need to run this
program.

Thanks.
 
(e-mail address removed),
scott moore said:
Hi,

I tried to download and run a .net application, from
microsoft, "MSKLC", which is a keyboard utility I need to
solve another problem I'm having with Windows.

It announces that it "requires the .net framework", and
takes me to
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

To install it. However, I have installed it, sucessfully,
several times and it still gives me that message. I tried
rebooting, no change. How to get this thing to recognize
.net is installed? I just need to run this program.

Thanks.

Which version of the .NET framework do you have installed? If
you only have version 2.0, you may have to install version 1.1
in order to get that keyboard utility to work.

Microsoft .NET Framework Version 1.1 Redistributable Package
http://www.microsoft.com/downloads/...E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

If you haven't done so already, you might want to post this
question to one of the microsoft.public.dotnet newsgroups.

Good luck

Nepatsfan
 
Nepatsfan said:
(e-mail address removed),


Which version of the .NET framework do you have installed? If
you only have version 2.0, you may have to install version 1.1
in order to get that keyboard utility to work.

Microsoft .NET Framework Version 1.1 Redistributable Package
http://www.microsoft.com/downloads/...E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

If you haven't done so already, you might want to post this
question to one of the microsoft.public.dotnet newsgroups.

Good luck

Nepatsfan

Wow, that worked. How ever did you figgure that one out?

Thanks!
 
(e-mail address removed),
scott moore said:
Wow, that worked. How ever did you figgure that one out?

Thanks!

You're welcome. Glad to hear that suggestion helped.

As for figuring it out, let's call it an educated guess. The
download site for MSKLC.exe lists .NET framework versions 1.0
or 1.1 in the System Requirements section. The site you were
being sent to only had version 2.0 available for download. It
seems that quite a few programs won't work if you only have
version 2.0 installed. You still need to have the earlier
version installed.

FYI, since you installed version 1.1 you should go to the
Windows Update site. There is an update available that should
be installed. Go here for a direct download:

ASP.NET Path Validation Vulnerability (887219)
http://www.microsoft.com/technet/security/bulletin/ms05-004.mspx

Nepatsfan
 
Nepatsfan said:
(e-mail address removed),


You're welcome. Glad to hear that suggestion helped.

As for figuring it out, let's call it an educated guess. The
download site for MSKLC.exe lists .NET framework versions 1.0
or 1.1 in the System Requirements section. The site you were
being sent to only had version 2.0 available for download. It
seems that quite a few programs won't work if you only have
version 2.0 installed. You still need to have the earlier
version installed.

FYI, since you installed version 1.1 you should go to the
Windows Update site. There is an update available that should
be installed. Go here for a direct download:

ASP.NET Path Validation Vulnerability (887219)
http://www.microsoft.com/technet/security/bulletin/ms05-004.mspx

Nepatsfan

Thanks again. The update didn't work, but I'll work on it some more
tomorrow (it says I don't have ver 1.1, probably because I downloaded
2.0 as well).

Regards,
Scott Moore
 
Back
Top