我正在尝试让TeamCity构建一个我创建的简单Web项目.该项目是使用Visual Studio 2012模板为网站创建的.我还没有添加任何东西.
该项目将在本地计算机上构建并运行良好,当我使用Visual Studio(sln)运行程序时,它将无法构建.
我不断收到以下错误......(为长切和粘贴道歉)
[MSBuild output] C:\windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "AspNet.ScriptManager.jQuery.UI.Combined". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\TeamCity\buildAgent\work\efb8dd7cf59a4861\TeamCityTest\TeamCityTest\TeamCityTest.csproj]
[14:22:40][MSBuild output] C:\windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by …Run Code Online (Sandbox Code Playgroud) 我刚刚安装了visual studio 2013,并尝试设置Entity框架来访问oracle数据库.
我点击新的ADO.NET实体模型,然后从数据库生成,但在数据连接屏幕上,当我点击"新建连接"时,我没有得到oracle出现数据源列表.我只获得两个SQL服务器选项.
我是否需要安装额外的东西才能使其正常工作?
Oracle数据源出现在我在同一台计算机上安装的2012版Visual Studio中,所以不确定为什么它在2013年不起作用.
我正在为WCF项目设置应用程序洞察.我遇到的问题是我似乎无法报告进程CPU,可用内存等.图表只是说没有数据.
我有
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule, Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector">
Run Code Online (Sandbox Code Playgroud)
包含在我的applicationinsights.config文件中,正如我在另一篇文章中看到的那样,这是必需的,但这似乎并没有对它进行排序.
有谁知道我是否需要在我的项目中添加任何其他内容才能使其工作?我假设默认会收集这些信息.