Development error on seperate OS
Hi, i installed the .net frame work on my development pc , xp pro and a win 98. I was testing my program and on 98 and xp pro i get an error just when my splash screen has finished loading, but on my development pc it works fine...howcome. I copy the bin folder accross and run the exe on the 98 and xp and it dont work... and on my development pc i do the same and that works. It's a system secuity issue. My program just haults even if i disable JIT... am i gona have to go throught and put on error resume next for the module it says causes the problem ?
Thx
Ahh i was using a Mapped network drive to do it. I have to copy to local Hd...
ON a toal different subjeft how would i go aboyut putting a progress bar in sync with my.computer.network.download
Thankyou
I get sort alike error. but my log of JIT looks alot like yours... the only diffrence is
that it am trying to use an other Interop DLL file. I'm trying to use Interop.MSWinsockLib.dll
i geuss that there is a problem somewhere with the references or the file deliverd by VB express edition.(in your case Interop.SpeechLib.dll)
Because we have the same problem i am geussing we have to add a reference to allow those Interop DLL's
But it's only a geuss