G
Giacomo
I updated a project that has everything late bound (Sqldmo and scripting
runtime). It works in VB6, came across fine in the upgrade process,
compiled.... sounds great so far hmmm? It works fine when I test it on
another machine with the .NET loaded on it. I tried it on a machine that
doesn't have .NET installed, but the Framework is and it fails immediately
with
Application has generated an exception that could not be handled
I'm not sure what to make of this. This is actually the program I wrote to
update the MSDE (it detaches a database that is corrupt and reattaches an
older, non corrupt database in a worst case scenario).
Do I need to write an installation program for this installation tool I've
written to work? (which is what I use this program for). I, probably
mistakenly, am assuming I can distribute .NET objects which run platform
independent provided Framework is installed.
If I were to guess, I would say the answer is, of course you need a setup
program to distribute an object, which is contrary. Why did I bother to
write an object that uses late binding to run a data detach on my MSDE
distribution if it needs an early bound object installation?
HELP me figure out why this happens this way.
Thanks,
runtime). It works in VB6, came across fine in the upgrade process,
compiled.... sounds great so far hmmm? It works fine when I test it on
another machine with the .NET loaded on it. I tried it on a machine that
doesn't have .NET installed, but the Framework is and it fails immediately
with
Application has generated an exception that could not be handled
I'm not sure what to make of this. This is actually the program I wrote to
update the MSDE (it detaches a database that is corrupt and reattaches an
older, non corrupt database in a worst case scenario).
Do I need to write an installation program for this installation tool I've
written to work? (which is what I use this program for). I, probably
mistakenly, am assuming I can distribute .NET objects which run platform
independent provided Framework is installed.
If I were to guess, I would say the answer is, of course you need a setup
program to distribute an object, which is contrary. Why did I bother to
write an object that uses late binding to run a data detach on my MSDE
distribution if it needs an early bound object installation?
HELP me figure out why this happens this way.
Thanks,