Link to home
Start Free TrialLog in
Avatar of cappelaere
cappelaere

asked on

Saving Project

Stupid question!
I save my project on a memory stick.When I want to use my project from the memory stick on an other computer(Having also VB.NET) it never works, displaying missing some files.
I try to save from Explorer to the memory stick and same problem(It's always want something from the other computer.

Thanks to help

Dominique
Avatar of armoghan
armoghan
Flag of Pakistan image

Probably you have added some Reference file using Browse...

Otherwise try a simple project with one form.. and transfer it.. It should not do any problem
Or if you used some webservices you may need to Update web referecnes
Avatar of iboutchkine
iboutchkine

Did you create assemblies in GAC on your computer?
Avatar of cappelaere

ASKER

no file References or web

No GAC

The project always ask for a file located on the other computer (Generaly : "MyfileName".vb)
just see where the code i.e. .vb files are placed by making two different new projects in both the computer.
I think there may be somekind of setting due to whcih the Project is being saved in someother directory than the default
ASKER CERTIFIED SOLUTION
Avatar of iboutchkine
iboutchkine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial