Microsoft Developer Network > 포럼 홈 > Visual Studio Extensibility > VS SDK and TeamSystem source control problem
질문하기질문하기
 

답변됨VS SDK and TeamSystem source control problem

  • 2006년 9월 3일 일요일 오후 5:25Lakusha 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Hi,

    After installing Visual Studio SDK, C# project  files in my solution are taken in checkout if a build the solution.

    I'm the only member of our team that have the SDK installed.

    I look at what is added to project file when I build a solution with the SDK installed.

    The following XML is added to the prj file:

    >   <ItemGroup>
    >     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
    >   </ItemGroup>

    Is there a way to avoid this modification to prj file ?

    Thanks

     

     

     

     

답변

  • 2006년 9월 29일 금요일 오후 7:56Aaron MartenMSFT, 소유자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    The insertion of the <Service> tag appears to be a bug in the DSL toolkit. I've opened a bug in our database to track the issue and we'll get it fixed in a future release of the SDK.

    Thanks,
    Aaron

  • 2006년 10월 23일 월요일 오후 7:53GarethJonesMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    This <service> tag

     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />

    gets (repeatedly) added to the project file when the Text Templating technology that is part of the DSL Tools is in memory inside Visual Studio.

    If its never brought into memory then it shouldn't cause a problem.

    Loading the DSL Tools brings it into memory, so obviously avoid that if you're not using it.
    The presece of the <service> tag itself also brings the text templating service into memory and perpetuates itself.

    So as a workaround, if you close VS - delete all instances of the service tag with the guid specified above from your project file and the reopen the project in a clean VS, it should be gone and stay gone.

     

     

  • 2006년 12월 4일 월요일 오후 9:21Aaron MartenMSFT, 소유자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    FYI...This bug has been fixed in the (upcoming) December 2006 CTP release of the Visual Studio 2005 SDK.

    Thanks,

    Aaron

  • 2007년 8월 21일 화요일 오후 12:19GarethJonesMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

     

    We believe we've finally fixed this one for Orcas RTM

     

    We no longer mark solution files at all, and we now only mark individual project files when you actually run the T4 custom tool in that project.

모든 응답

  • 2006년 9월 7일 목요일 오전 4:01dbradley 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I'm seeing the same thing. I didn't think I installed the SDK but it looks like I did. Hopefully someone will respond either with a solution or work around.
  • 2006년 9월 7일 목요일 오전 4:24dbradley 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    With a bit of searching this looks to be due to the domain specific language tool aka DSL Tools. Unfortunately I haven't figured out a way to turn that off.
  • 2006년 9월 7일 목요일 오전 4:37dbradley 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    There's a text templating option under the options dialog. I set the value to true. That created an error and Dev Studio crashed. But after restarting I don't get the Service element added. There is one thing to realize this seems to foul up the text templating configuration. As I now can't set it back to false.
  • 2006년 9월 29일 금요일 오후 7:56Aaron MartenMSFT, 소유자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    The insertion of the <Service> tag appears to be a bug in the DSL toolkit. I've opened a bug in our database to track the issue and we'll get it fixed in a future release of the SDK.

    Thanks,
    Aaron

  • 2006년 10월 4일 수요일 오후 6:05Lakusha 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Hi Aaron,

    Is there a work around that can  make us wait for the bug fix?

    Thanks

     

     

  • 2006년 10월 23일 월요일 오후 7:53GarethJonesMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    This <service> tag

     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />

    gets (repeatedly) added to the project file when the Text Templating technology that is part of the DSL Tools is in memory inside Visual Studio.

    If its never brought into memory then it shouldn't cause a problem.

    Loading the DSL Tools brings it into memory, so obviously avoid that if you're not using it.
    The presece of the <service> tag itself also brings the text templating service into memory and perpetuates itself.

    So as a workaround, if you close VS - delete all instances of the service tag with the guid specified above from your project file and the reopen the project in a clean VS, it should be gone and stay gone.

     

     

  • 2006년 12월 4일 월요일 오후 9:21Aaron MartenMSFT, 소유자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    FYI...This bug has been fixed in the (upcoming) December 2006 CTP release of the Visual Studio 2005 SDK.

    Thanks,

    Aaron

  • 2007년 5월 26일 토요일 오전 10:37Alexey Gapotchenko 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    The bug with <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> seems still there in December 2006 CTP release of the Visual Studio 2005 SDK. The bug appears after some manipulation with Tools/Options dialog whithout Text Templating options change. See thread at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=954064&SiteID=1.

  • 2007년 5월 30일 수요일 오후 9:10Aaron MartenMSFT, 소유자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Thanks Alexey,

    I've opened a new bug for us to investigate this.

     

    Aaron

  • 2007년 7월 27일 금요일 오후 12:23James M Manning 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Any progress?  I'm still seeing this problem with Orcas Beta 2.

  • 2007년 8월 21일 화요일 오후 12:19GarethJonesMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

     

    We believe we've finally fixed this one for Orcas RTM

     

    We no longer mark solution files at all, and we now only mark individual project files when you actually run the T4 custom tool in that project.

  • 2008년 2월 14일 목요일 오후 4:43Mark Rodenhauser2 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    This bug is happening to me and I haven't even installed the DSL tools.  I'm still using VS2005 with the december updates so this fix in orcas really doesn't help me.  I've taken all the steps suggested in this thread and it is still continually happening.  This is making it nearly impossible for me to even perform my job.  I can't check in code without building first, and every time I build this happens.  I can't review anyone's code, because if I unshelve it, this becomes part of the change.  This bug needs to be fixed in VS2005...not just orcas

     

  • 2008년 2월 14일 목요일 오후 5:14Brük 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I have found that if you just check in the modified project file, including the Service tag, there is no harm caused to other developers who open the project files without having the SDK.  I have also seen no build issues using TFS and MSBuild.  As a workaround, I suggest trying a checkin of a modified project file to see if it will work for you.

     

  • 2008년 5월 26일 월요일 오후 7:41Ivo Grootjes 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    I didn't have this problem with the Feb 2007 SDK.

     

    But.... after i installed the 3.5 sp1 beta 1 the problem seems to be there at least in vs2005. After uninstalling the 3.5 sp1 beta 1 the problem is gone again.

     

     

  • 2009년 11월 17일 화요일 오전 6:23kalburgiga 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I have Visual Studio 2005 and have installed Visual Studio SDK (Feb 2007) and Guidance Automation toolkit and extensions.

    I am having the same problem as described below.  Please let me know the work around since its very irritating to compile the whole solution and keep discarding the in memory changes.

    Thanks in advance.
    kalburgiga