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

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!
 
P

Patrice

Is the .NET framework installed ? Do you have dependencies on third party
controls etc ? Have you tried to run a bare bone application ?
 
G

gene kelley

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top