Add as Link problem

  • Thread starter Thread starter swartzbill2000
  • Start date Start date
S

swartzbill2000

Hello,
I have a Solution with several Projects. One Project is is a driver to
test code in a Module file in the main Project. The Module file is
contained in the main Project and contained as a link in the driver
Project. Things are OK until I start editing the Module file in either
project. After a few edits, the VS IDE just freaks out with false error
messages. The first such message usually about the file being opened in
another project, which it isn't. It is downhill from there. Has anyone
else seen this problem? Does anyone know of a fix?
Bill
 
I have a Solution with several Projects. One Project is is a driver to
test code in a Module file in the main Project. The Module file is
contained in the main Project and contained as a link in the driver
Project. Things are OK until I start editing the Module file in either
project. After a few edits, the VS IDE just freaks out with false error
messages. The first such message usually about the file being opened in
another project, which it isn't. It is downhill from there. Has anyone
else seen this problem? Does anyone know of a fix?

2003 or 2005? I have no problems using link files in .net 2003. But, I
have never had more than one instance of the ide open at a time, and within
the ide, I have never had more than one window open with a link file. Also,
my solutions typically contain only one project. It sounds like you have a
more complicated situation in the ide. I suggest you close all but one copy
of the linked-to file(s). Just a guess.
 
Back
Top