What do I need to deploy exe to 98/XP machines

  • Thread starter Thread starter Domac
  • Start date Start date
D

Domac

Just finished developing simple database access application,

I get "Application failed ti initialize properly (0xc0000135). Click OK to
terminate the application," message when I execute exe!
 
Is the .NET framework installed ? Do you have dependencies on third party
controls etc ? Have you tried to run a bare bone application ?
 
Just finished developing simple database access application,

I get "Application failed ti initialize properly (0xc0000135). Click OK to
terminate the application," message when I execute exe!
Did you create a Setup/Deploy package?

If your target systems include Win98, you are probably out of luck. I
believe Win2000/SP4 (at least in VS2005) is the oldest supported OS.

Gene
 
Back
Top