Deployment .NET 2 problem

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

Answer this question

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

    Hi all, I need a solution for this problem!!!I searched in internet but i can't find any solution. Please help me solve this problem, pls!
  • TTangoman

    You only need the framework, the SDK just installs the framework, how did you verify that it was installed before

  • JaredThirsk

    I can sure i installed .NET framework 2. I downloaded .NET framwork 2 from Microsoft web site. The size is around 22.4 MB. Another reason is the setup program alway require .NET Framework 2.
  • 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

    Me too, thanks for your reply.
  • Deployment .NET 2 problem