我想知道我的 QA 环境中最近发生了哪些部署。它包含多个服务器和多个项目,因此我不想分别遍历每个环境或每个项目。
我尝试单击主页上的 QA 环境标题,但它只是将我带到所有环境的列表 - 没有指向特定环境日志的链接/按钮。
版本:Octopus Deploy 2.6.4.951
在我的Xamarin Forms项目中安装Plugin.MediaManager 0.7.1之后,Android版本给我错误:
java/lang/Object;I)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: com.google.android.exoplayer2.Player$EventListener.onTimelineChanged : (Lcom/google/android/exoplayer2/Timeline;Ljava/lang/Object;I)V Readings4.Android C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 2816
Run Code Online (Sandbox Code Playgroud)
工具:Microsoft Visual Studio Community 2019版本16.1.6
When trying to build an older Xamarin Forms project in Visual Studio 2019, I get the following error:
The specified language targets for MonoAndroid90 is missing. Ensure correct tooling is installed for 'MonoAndroid'. Missing: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.CSharp.targets' MediaManager C:\Users\...\.nuget\packages\msbuild.sdk.extras\2.0.24\Build\LanguageTargets\CheckMissing.targets 36
Run Code Online (Sandbox Code Playgroud)
I have the following SDK items installed.
尝试在我的Windows应用商店应用程序上运行集成测试但是我的测试appx文件的侧载失败并出现错误(0x80073CF3):
Windows cannot install package (my package GUID) because this package depends on another package that could not be found. This package requir
es minimum version 12.0.21005.1 of framework Microsoft.VCLibs.120.00 published by any publisher to install. Provide the framework along with this package..
Run Code Online (Sandbox Code Playgroud)
相同的程序在我的开发机器上工作正常(来自powershell).
我有一个在Windows Server 2003(x86)上运行的IIS6,并编写了一个自定义处理程序(不是404错误的处理程序).
当我尝试通过在浏览器http://localhost/Priority1.Sync/Transfer.p1s中打开来访问处理程序时,我得到错误404(日志文件中为404 0).Web应用程序中的其他页面可以工作,例如http://localhost/priority1.sync/syncservice.asmx
处理程序在我的IIS7开发机器上正常工作.
web.config的设置如下:
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add verb="*" path="*.p1s" type="MCS.Priority1.Sync.WebServices.TransferHandler, SyncService" />
</httpHandlers>
Run Code Online (Sandbox Code Playgroud)
我为"*.p1s"设置了应用程序扩展(默认网站>属性>主目录>配置>映射>添加).
我错过了别的什么吗?
谢谢,安迪
android ×1
android-c2dm ×1
asp.net ×1
battery ×1
httphandler ×1
iis-6 ×1
sideloading ×1
sql-server ×1
xamarin ×1