How do I save a VB project to a network drive?

gflint

New member
Joined
Nov 20, 2009
Messages
3
Location
Montana
Programming Experience
5-10
I want my high school students to be able to save their VB projects to their network drive folder on the school's fileserver. The students do not have access to the c: drive by Group Policy. VB does not even see the network drive each student has mapped. I have googled around and discovered it has to do with VB not trusting any network folders. There is a supposed solution by using the .net framework configuration tool but I had no success getting that to work. Right now I have them saving their project to their usb drives. They have a tendency to lose or forget those. Is there a simple way of getting those network folders accessable?
 
You might want to take look at how your IDE is configured, or you may be running into another Group Policy.

When I say "Open Project", the dialog box that pops up has every drive my computer has available to it; all local drives and all network drives
 
Back
Top