An application I've been developing in VB 6.0 SP4 will not run without the .NET framework. What would cause this?
Printable View
An application I've been developing in VB 6.0 SP4 will not run without the .NET framework. What would cause this?
At a first guess i would say you may be using some hand made components. maybe one has not been made with vb 6 in mind.
..
That's what I'm afraid of. I'm using some pieces of code from here (an .OCX and .DLL) , and I'm thinking that people posted stuff that wasn't necessarily VB6 code, developed on a Win 2000 machine, tested on XP and then then Win 98 and whgen I got to Win 98 it wouldn't run and gave no errors. Installed .NET Framework 1.1 and it magically works. Unfortunately I think a lot of Win 98 users probably haven't had the framework installed.
Shouldn't I be able to tell this if I check the dependencies when creating an installation package?