我遇到了VS2017的SSDT安装问题.
我已经运行了三次安装程序,一次是基本的,一次是在VS更新之后,最后是一些小的Windows更新.
所有3次日志都在同一点上跌跌撞撞,任何人都知道它正在尝试运行的是什么.(我正在使用Admin运行安装程序...).我在某个地方读到了类似的错误,它可能是SDK,但是我可以在本地运行,有任何不错的解决方法来安装它吗?
[29BC:A138][2017-09-26T09:28:00]i000: MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall progress: 4
[1EC4:6DB0][2017-09-26T09:28:00]e000: Error 0x800703e9: Process returned error: 0x3e9
[1EC4:6DB0][2017-09-26T09:28:00]e000: Error 0x800703e9: Failed to execute EXE package.
[29BC:A138][2017-09-26T09:28:00]e000: Error 0x800703e9: Failed to configure per-machine EXE package.
[29BC:A138][2017-09-26T09:28:00]i000: MainViewModel.OnPackageAction: Install Completed for package SQL Server Analysis Services (id: Microsoft.DataTools.AnalysisServices)
[29BC:A138][2017-09-26T09:28:00]i319: Applied execute package: Microsoft.DataTools.AnalysisServices, result: 0x800703e9, restart: None
[29BC:A138][2017-09-26T09:28:00]e000: Error 0x800703e9: Failed to execute EXE package.
[1EC4:6DB0][2017-09-26T09:28:00]i351: Removing cached package: Microsoft.DataTools.AnalysisServices, from path: C:\ProgramData\Package Cache\9864EE5369359DB622D0234B6C6B7640B949140C\
[29BC:A138][2017-09-26T09:28:00]i000: MainViewModel.OnPackageActionProgress: Percent completed: 100, Overall progress: …Run Code Online (Sandbox Code Playgroud) failed-installation sql-server-data-tools visual-studio-2017
我正在尝试在我的64位Window 10上安装MongoDb 3.6.2 2008R2 plus(版本号为1709)但是设置一段时间之后说"安装向导因为错误而提前结束.你的系统还没有被修改."安装这个程序稍后运行设置向导again.click完成按钮退出设置." 任何人都知道有关此问题的任何修复?
所以我在C#中构建了一个服务,我正在尝试使用以下命令来安装它:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\installutil.exe MyService.exe >> installLog.txt
Run Code Online (Sandbox Code Playgroud)
它失败.当我查看installLog.txt时,我得到了这个:
Microsoft (R) .NET Framework Installation utility Version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.
Exception occurred while initializing the installation:
System.BadImageFormatException: Could not load file or assembly 'file:///C:\MyService.exe' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded..
Run Code Online (Sandbox Code Playgroud)
相同的方法适用于安装不同的组件.我觉得可能是因为失败的那个是为.NET 4.0编写的,而有效的是3.5.
有没有人有这个问题的经验?
我的 Windows 10 机器上有一个 kubernetes 单节点集群。由于一些错误,我不得不重新安装Docker Desktop,从那时起 kubernetes 安装失败,而 docker 安装成功。所有尝试解决例如删除目录中的config文件.kube和完全重新安装都失败了。详情请见附图。安装的 docker 版本是Docker version 18.09.2, build 6247962. 所有在线搜索工作都不会产生可能的解决方案。我将不胜感激指向解决方案或走动的指针。
error-handling failed-installation docker kubernetes docker-desktop
我正在尝试在我的Linux Mint 15机器上安装PyBluez-0.18,但在安装过程中收到错误消息.我尝试在线搜索,看看其他人是否遇到过这个问题,但我找不到任何问题.
我列出了我试图执行的命令,以及我收到的错误消息.有人能告诉我我做错了什么,以及我需要做些什么来重新开始
tri108354@prtgc004-Latitude-E6320 ~/Downloads/PyBluez-0.18 $ python setup.py install
running install
running build
running build_py
running build_ext
building 'bluetooth._bluetooth' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/tri108354/anaconda/include/python2.7 -c bluez/btmodule.c -o build/temp.linux-i686-2.7/bluez/btmodule.o
In file included from bluez/btmodule.c:20:0:
bluez/btmodule.h:5:33: fatal error: bluetooth/bluetooth.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Run Code Online (Sandbox Code Playgroud) 我无法从Android工作室运行应用程序到运行android 2.3.6的samsumg手机.我正在获取应用程序安装失败的弹出窗口参见下面的截图.

当我点击OK我在日志中得到以下错误
Failure [INSTALL_FAILED_DEXOPT]
DEVICE SHELL COMMAND: pm uninstall my.package.name
Unknown failure
Run Code Online (Sandbox Code Playgroud)
在添加名为"带有Google Cloud Messaging的App Engine后端"的Google云端模块后,我遇到了麻烦.
这与此处的堆栈溢出问题中描述的问题完全相同
我尝试了接受的答案.
Ran dex-method-counts应用程序我在终端获得了"总方法计数:24474".我不明白接下来该做什么?
(注意:在kitkat上运行的其他设备上运行相同的应用程序.)
请帮助解决此问题.我过去两天都在苦苦挣扎.我知道有很多类似的问题,但没有任何帮助我.
内置 - >清洁不起作用.
这是我的build.gradle文件
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "my.package.name"
minSdkVersion 9
targetSdkVersion 19
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile files('libs/libGoogleAnalyticsServices.jar')
compile project(path: ':gcmAppEngineBackend', configuration: 'android-endpoints')
compile 'com.android.support:support-v4:22.0.0'
compile 'com.android.support:appcompat-v7:22.0.0' …Run Code Online (Sandbox Code Playgroud) failed-installation android-2.3-gingerbread dexopt android-studio
当我尝试更新我的应用程序(在已经从playstore安装的应用程序上手动安装带有更高版本的已签名APK)时,它未安装("未安装应用程序")并在Studio中显示以下错误:
I/Finsky: [1144] com.google.android.finsky.verifier.impl.en.c(263): Verifying id=8, result=-1
I/Finsky: [1144] com.google.android.finsky.verifier.impl.dq.a(37):
Installation silently blocked for com.somename.somename
I/Finsky: [1] com.google.android.finsky.verifier.impl.en.c(139): Verification
complete: id=8, package_name=com.somename.somename
V/ActivityThread: SVC-Destroying service
com.google.android.finsky.verifier.impl.PackageVerificationService@995aa6e
V/ActivityManager: Broadcast: Intent {
act=com.android.packageinstaller.ACTION_INSTALL_COMMIT flg=0x10 (has extras)
} ordered=false userid=0 callerApp=null
V/ActivityManager: Broadcast: Intent {
act=com.google.android.gms.safetynet.action.HARMFUL_APP_BLOCKED flg=0x10 }
ordered=false userid=0 callerApp=ProcessRecord{6b6f45e
1758:com.google.android.gms/u0a13}
D/InstallAppProgress: Installation error code: 3
Run Code Online (Sandbox Code Playgroud)
com.somename.somename我的包名在哪里
在Playstore上运行的应用程序已签名v1 signature,并且新生成的签名APK也是使用v1 signature.
compileSdkVersion 23 buildToolVersion 26.0.1 targetSdkVersion 23
对于SDK Versions >= M
我查了一下"应用",在"设置"尝试"卸载所有用户",但应用程序没有列在那里(因此被完全卸载)
因为SDK Versions < M …
我在amd-64平台上运行ubuntu 9.10服务器.一切都非常标准,我已经在ruby 1.8安装上运行了Sinatra 0.94.我想安装乘客以便轻松配置ssl.
问题是,它无法找到安装程序.
我跑
sudo gem install passenger
Run Code Online (Sandbox Code Playgroud)
要么
sudo gem install -r passenger
Run Code Online (Sandbox Code Playgroud)
然后是下一行,
passenger-install-nginx-module
Run Code Online (Sandbox Code Playgroud)
要么
passenger-install-apache2-module
Run Code Online (Sandbox Code Playgroud)
两者都失败,因为找不到路径.
有什么我忘了吗?一旦安装了宝石,它不应该直接工作吗?
我试图在Windows 10上安装SQL Server 2017 Express并且它失败了.
以下是失败后的详细信息:
Action required:
Use the following information to resolve the error, and then try the setup process again.
Feature failure reason:
An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Error details:
§ Error installing Microsoft Visual C++ 2015 Redistributable
VS Shell installation has failed with exit code 1638.
Error code: 1638
Log file: C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20171018_083459\VCRuntime140_x64_Cpu64_1.log
Visithttps://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=14.0.1000.169&EvtType=VCRuntime140_x64%40Install%400x1638 to get help on troubleshooting.
Run Code Online (Sandbox Code Playgroud)
我是Windows …