Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
2k views

File URI link to local folder in IE7 not working

No matter what I do I cannot get either of these local File URIs: <a href="file:///c:/">x</a> <a href="file:///C:">x</a> <a href="file:///C:\">x</a> <a ...
2
votes
3answers
476 views

Why does Visual Studio only allow one link per file in a project?

I would like to have a file in several different projects of a solution, however, Visual Studio only allows one link per solution to the file. Is there a way around this? What is the issue of having ...
2
votes
2answers
3k views

Cross-browser link to file on local system

I would like to make a link from a web page to a file on a local filesystem and make it work in all browsers (or at least in Internet Explorer, Firefox and Chrome). For example, the following works ...
0
votes
0answers
39 views

Visual Studio 2010 link foreign files from Team Foundation Server 2010

I'm currently merging a VS2008 / VSS2005 project to VS2010 and TFS2010 and I've run into some file linking or sharing issues. We have some files which are not coded in VS2010. They aren't even coded ...