Application not working on another PC

parallel

New member
Joined
Nov 30, 2005
Messages
3
Programming Experience
3-5
I've just been using vb.net for about 3 months but i've only developed things from the book i'm using. But now i've created an application to update an xml file and it works fine when i test it, but when i sent the .exe file to a friend to test it he couldn't use it. He could open it but the first textbox said "generalizing list" or something in it. Am i doing something wrong or have i forgotten something?

Thanks,
Brendan Smith
 
i've downloaded it and tomarrow evening i'll take a look and see what's up, of course if there are any others who want to take a look, that's fine too

college is so time consuming lol
 
i dont think there's anything wrong with your application here

it ran fine on both my development computer and my application test computer

the development computer has the full framework with the IDE and the test on only has the compact framework (both frameworks are v1.1 with SP1)

you might want to check with your friend and make sure framework 1.1 SP1 is installed

if it still doesnt work on your friends computer, you could re-write the xml handling code and use a DataSet, just a suggestion
 
Back
Top