
My Vb.Net Apps will not run on other machine's with .Net Framework installed
I *think* i've isolated it to a variable that was publicly declared,
and then in one of my subs was declared again. That was a mistake on
my part, but I thought all that "inheritance" and "overloading" etc
was supposed to allow that.
Either way - by removing one line - 'Dim V as boolean', seemed to do
the trick. It's now working on client machines. I have another app,
also very simple, that is having the same problem, and I'm about to
inspect the code for it on the chance there is a "no-brainer" mistake
of this nature - if not, I'll be back to ask for more help! :)
thanks
Marko
Quote:
>The PID and Thread *should* be different each time because each time an
>application starts, new values for these variables are assigned.
>Have you tried adding some debug messages at the entry point for your
>application (e.g. at the first line in your Sub Main( )) to see if it is
>actually running, or if it is crashing before your code gets executed? It
>may just be a resource your trying to access that isn't available on the
>client machine.
>> I get an Application has Generated an exception fault that could not be
>> handled.
>> The Pid and Thread each time is a completely different number.
>> When/if I find the solution, I will post about it here.
>> Thanks
>> Marko
>> *** Sent via Developersdex http://www.developersdex.com ***
>> Don't just participate in USENET...get rewarded for it!