草庐IT

launch-configuration

全部标签

c# - System.Configuration.ConfigurationSettings.AppSettings 在生产中不可访问

我有一个Windows桌面应用程序,Web应用程序正从该应用程序启动。privatevoidHome_Load(objectsender,EventArgse){stringurl=string.Format("http://localhost:49916/Express/Login.aspx?yek@soh={0}",System.Configuration.ConfigurationSettings.AppSettings["HK"].ToString());Process.Start("IExplore.exe",url);this.Close();}它在我的机器上运行良好。然后

windows - configure, make, git on windows = how to compile install on windows

我想工作ffmpeg-ruby在Windows上。如果可能的话。但是我不知道怎么办配置制作./configure--prefix=/opt/ffmpeg--enable-pthreads--enable-shared--enable-gpl制作sudomakeinstallWindows上的git?gitclonegit://github.com/gwik/ffmpeg-ruby.gitcdffmpeg-rubygem构建./ffmpeg-ruby.gemspecsudogeminstall./ffmpeg-ruby-0.1.0.gem----with-ffmpeg-dir=/opt/

c++ - 错误 : "Application has failed to start because its side-by-side configuration is incorrect"

我创建了一个MFC使用VisualStudio2008的应用程序,它在WindowsXP上运行良好。但是当我尝试在Windows Vista中执行相同的EXE文件时我得到:Error:Applicationhasfailedtostartbecauseitsside-by-sideconfigurationisincorrect当我检查事件查看器时,下面是它所说的:LogName:ApplicationSource:SideBySideDate:12/10/201010:06:08AMEventID:33TaskCategory:NoneLevel:ErrorKeywords:Clas

php - Windows cygwin gearman ./configure 显示 "configure: error: Unable to find libevent"错误

我正在尝试安装gearmanhttp://www.phpvs.net/2010/11/30/installing-gearman-and-gearmand-on-windows-with-cygwin/我下载了“libevent-2.0.21-stable.tar.gz”解压到cygwin的home/libs目录(我自己建了一个libs目录)里面还有“gearmand-1.1.5”。然后,在我执行的libevent目录中:./configuremakemakeinstall安装libevent后,我​​切换到gearman目录并执行:./configure这导致“配置:错误:无法找到l

windows - 混帐庆典 : how to change where the MinTTY configuration file is stored?

我正在使用PortableGit,但它仍会在我的用户主文件夹中创建一些文件。我想要完全的便携性。我关注了thisanswer并将HOME变量设置为指向我创建的文件夹PortableGit\home\user(其中PortableGit是我的Git安装文件夹)。现在我发现在我changethefontsize之后创建的.minttyrc配置文件仍存储在我的用户主文件夹中,而不是\home\user。如何让git-bash在我指定的文件夹中存储和运行MinTTY的配置文件?更改HOME变量对全局.gitconfig文件成功起作用。通过这个可移植Git安装,我将在我的计算机上处​​理存储库,

windows - 在最终用户系统上调试 "application configuration is incorrect"问题的好方法?

我构建了一个动态链接到多个DLL的可执行文件。其中大部分默认安装在Windows上,但版本可能略有不同。其他的我随应用程序分发,但它们可能又依赖于其他DLL。如果我在本地运行可执行文件并收到Windows错误消息“无法加载[whatever]。应用程序配置不正确”,这似乎意味着缺少“whatever”所依赖的库。但它(相当令人恼火)忽略了准确指定它在加载时遇到问题的DLL。有时我可以使用DependencyWalker来解决这个问题查看是否有明显缺失的库。其他时候,我可以诉诸ProcessMonitor这可以告诉我Windows在发出错误消息之前正在寻找哪个文件。但是,当最终用户尝试诊

java - launch4j exe找不到jre

launch4j的问题程序由一个uberjar通过maven-shade插件和一个Data/在任何jre7机器、windows或linux上运行良好但是我一直无法让launch4j工作。launch4j配置文件:falseguipllsolver-0.2alpha.jarpllsolver-0.2alpha.exeNOJREFOUNDnormalhttp://java.com/downloadfalsesicr.icojre7falsepreferJre64/32sicr.bmpfalse5true然后在Windows上构建,我尝试这样做:PSK:\test>setPATH="K:\t

windows - ExternalProject_Add CONFIGURE_COMMAND 不能包含双引号

我正在尝试使用CMake在64位Windows上编译和构建OpenSSL。这是代码。set(VS_ENV_SETUP"\"C:\\ProgramFiles(x86)\\MicrosoftVisualStudio10.0\\VC\\vcvarsall.bat\"amd64")set(OPENSSL_CONFIGUREperl\Configure\VC-WIN64A)set(OPENSSL_CONFIGURE${VS_ENV_SETUP}\&&\${OPENSSL_CONFIGURE})set(OPENSSL_MAKEms\\do_win64a\&&\nmake\-f\ms\\ntdll.

windows - 尝试通过 LLDB 运行 Rust 程序时出现 "process launch failed: unknown error"

我无法在Windows10上使用LLDB启动Rust二进制文件:>cattest.rsfnmain(){println!("hello");}>rustc--version--verboserustc1.25.0(84203cac62018-03-25)binary:rustccommit-hash:84203cac67e65ca8640b8392348411098c856985commit-date:2018-03-25host:x86_64-pc-windows-msvcrelease:1.25.0LLVMversion:6.0>rustc-gtest.rs>.\test.exeh

java - launch4j Hello World 程序

我创建了一个“helloworld”java程序并使用lauch4j将可执行jar转换为.exe文件。当我尝试在cmd中运行它时,但没有打印出任何内容。我还尝试在launch4j中运行它。日志显示:正在执行:C:\DocumentsandSettings\cnbq84\Desktop\helloworld.exe。但是仍然没有显示“helloworld”。如何显示“HelloWorld”消息?谢谢这是我的配置文件:falsegui|consoleC:\DocumentsandSettings\cnbq84\Desktop\helloworld.jarC:\DocumentsandSet