J
JamesPaulHart
Howdy!
I'm following the Microsoft article
http://msdn2.microsoft.com/en-us/library/ms228042.aspx to add Version
info to my precompiled dlls.
Essentially, it states that I modify my Web.Config file by adding a
<CodeDom> element that points to the location of my AssemblyInfo.Cs
file. So far so good.
Everything works fine if I enter the complete path (i.e.
"C:\MyFolder\MyProject\MyFiles\AssemblyInfo.Cs"). Unfortunately, that
won't work - multiple developers work on the same project so an
absolute path is a no-go. I need to use a relative path. Which you
think would be no big deal.
But, as soon as I put in something along the lines of
"..\MyFiles\AssemblyInfo.Cs" the project fails to build - it can't find
the file.
This doesn't seem like it should be difficult - am I missing something
really obvious here? Any suggestions are mucho appreciated!
-- Jim Hart
I'm following the Microsoft article
http://msdn2.microsoft.com/en-us/library/ms228042.aspx to add Version
info to my precompiled dlls.
Essentially, it states that I modify my Web.Config file by adding a
<CodeDom> element that points to the location of my AssemblyInfo.Cs
file. So far so good.
Everything works fine if I enter the complete path (i.e.
"C:\MyFolder\MyProject\MyFiles\AssemblyInfo.Cs"). Unfortunately, that
won't work - multiple developers work on the same project so an
absolute path is a no-go. I need to use a relative path. Which you
think would be no big deal.
But, as soon as I put in something along the lines of
"..\MyFiles\AssemblyInfo.Cs" the project fails to build - it can't find
the file.
This doesn't seem like it should be difficult - am I missing something
really obvious here? Any suggestions are mucho appreciated!
-- Jim Hart