English 中文(简体)
视力演播室2010年添加参考资料
原标题:visual studio 2010 add reference version missing

在2008年VS中,我提到一例ll,例如 log5 净一带在csproj

<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>....liblog4netlog4net.dll</HintPath>
    </Reference>

在VS2010年,我首次提到ll,如 log5。 在csproj(即没有版本编号等)获得以下信息:

  <Reference Include="log4net">
          <HintPath>....liblog4netlog4net.dll</HintPath>
   </Reference>

如果我删除提及内容,并第二次增加2008年VS(Version等)的相同细节。

任何人都知道,为什么版本编号等没有在我增加一个参考点,为什么出现在生态学时间参考上?

问题回答

两种氮化物都是平等的,即原木4net组装不能完全合格。

这个问题似乎与序列化有关,但不应对其应当工作感到担忧。

页: 1





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签