Hi all,
I have a window form application. This is program i converted from VB6 to
VB.NET (.NET 2). This program use ADO,
and some COM.
I use setup project to deployment this program. Everything is ok, when i
install setup program to client machine but i can't run it. (the client machine
has .NET framwork 2). But when i install .NET Framework 2 SDK, i can run
my application.
Someone tell me the reason why I think we only need the .NET Framework 2.
Thanks

Deployment .NET 2 problem
mikrogen
OK, well, I don't see how a machine that had .NET 2.0 would not run the program until you installed the SDK.
Mario Achkar
TTangoman
JaredThirsk
Jeffrey Lathrop
If your app won't run on a machine that has .NET 2.0, then you have another dependency and you need to work out what it is.
RADIOGENERIS