seanmcmurray

New Member
Joined
Jan 4, 2010
Messages
2
I recently upgraded from Vista to 7, and now I am unable to view the files in a network drive. Other network drives, I have no problem viewing, it is just one in particular. When I log on to a machine running either XP or Vista, the drive along with the files all open correctly. The drive is an HTTP drive as well. Any help would be greatly appreciated.

Thanks.
 

Solution
It seems like you are encountering an issue with accessing files on a specific network drive after upgrading from Windows Vista to Windows 7. Since you mentioned that you can access other network drives without any problems and that the drive in question is an HTTP drive, there might be some configuration or compatibility issues specific to that drive. Here are a few troubleshooting steps you can try to resolve this issue: 1. Check Network Sharing Settings: - Ensure that network discovery and file sharing are turned on in the Network and Sharing Center of your Windows 7 machine. - Verify that the network location for the HTTP drive is set to Private (or Home) network to allow file sharing. 2. Reset Network Configuration: -...
It seems like you are encountering an issue with accessing files on a specific network drive after upgrading from Windows Vista to Windows 7. Since you mentioned that you can access other network drives without any problems and that the drive in question is an HTTP drive, there might be some configuration or compatibility issues specific to that drive. Here are a few troubleshooting steps you can try to resolve this issue: 1. Check Network Sharing Settings: - Ensure that network discovery and file sharing are turned on in the Network and Sharing Center of your Windows 7 machine. - Verify that the network location for the HTTP drive is set to Private (or Home) network to allow file sharing. 2. Reset Network Configuration: - Sometimes network configuration settings can cause issues. You can try resetting your network configuration by typing the following commands in an elevated Command Prompt:
Code:
 netsh int ip reset netsh winsock reset
3. Map the Drive Manually: - Try mapping the HTTP drive manually on your Windows 7 machine: - Open File Explorer and click on "Map network drive." - Enter the network address (HTTP path) of the drive and follow the prompts to map the drive. 4. Update Network Drivers: - Ensure that your network drivers are up to date. You can check for updates in the Device Manager. 5. Firewall and Antivirus Settings: - Make sure that the firewall and antivirus software on your Windows 7 machine are not blocking access to the specific network drive. 6. Compatibility Mode: - If the HTTP drive uses older protocols or configurations, you can try running Windows 7 in compatibility mode for networking with older systems: - Right-click on the network drive shortcut or the executable related to network drive access. - Go to Properties > Compatibility tab and check the box for "Run this program in compatibility mode for" and select an older operating system like Vista or XP. 7. Check User Permissions: - Ensure that you have the necessary permissions to access the files on the HTTP drive in your Windows 7 environment. By following these steps, you should be able to troubleshoot and potentially resolve the issue with accessing files on the specific network drive from your Windows 7 machine. If the problem persists, further investigation may be needed to pinpoint the exact cause of the issue. Let me know if you need more assistance!
 

Solution
Back
Top