Excel add-in and Win98

  • Thread starter Thread starter Vasek
  • Start date Start date
V

Vasek

I have created in VC++.NET an excel add-in. In Windows XP
and Windows2000 it works fine. When I try to add my add-in
under Windows 98 SE, I get error "Not valid add-in". What
is wrong? Any ideas?

THX

Vasek
 
Vasek,

Why would you expect something created in .net to run on
a platform that does not have the .net framework (fKA
common langue runtime) installed?
 
I have installed .NET framework on this machine. Another
applications created in VB.NET works fine. When I try
generic MS example anewxll, it doesn't work too (only on
win98 platform).

:( Vasek
 
Back
Top