当我从其他磁盘共享我的文档时如何安装异步 CTP
我尝试安装 Async CTP,它说安装已成功完成,但“我的文档”中没有安装任何内容,并且我找不到示例。可以做什么来查看带有库的示例并尝试它们?
I try to install Async CTP and it says that installation was completed successfully, but nothing installs into "My Documents" and i cant find the samples. What can be done to see the samples with libraries and try them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您还有另一台可以安装的机器吗?
我的上网本没有正确接受 CTP 安装,但它确实对 C# 编译器发挥了足够的作用,使该部分正常工作。然后,我从另一台安装成功的机器上复制了 AsyncCtpLibrary.dll,一切都很好。如果您也想复制示例,我相信它们也可以。
如果这是一个常见问题,我建议我们请求许可发布包含示例和库的 zip 文件。
这是一个简短的程序,可让您查看是否已安装 C# 编译器位:
该程序应该会失败并出现如下错误:
Do you have another machine you can install on at all?
My netbook didn't accept the CTP installation properly, but it did do enough magic to the C# compiler to make that part work. I then just copied AsyncCtpLibrary.dll from another machine where the installation had worked, and all was fine. If you want to copy the samples as well, I'm sure they'd work too.
If this turns out to be a common problem, I suggest we ask for permission to publish a zip file with the samples and library.
Here's a short program to let you see if you've got the C# compiler bits installed:
That should fail with an error like this:
对我有用的是使用 Universal Extractor 提取安装程序的内容,然后运行 VS10-KB0000001.msp。它安装示例、文档和补丁。
What worked for me is to extract the contents of the setup program with Universal Extractor then run VS10-KB0000001.msp. It installs the samples, documentation, and patch.
这正是我在 CTP 刷新和 MVC3 安装之后得到的结果。尝试再次删除 MVC3 并卸载/安装 CTP,但问题仍然存在。为什么安装无法正确更新编译器?
总氮
Thats exactly what I got a, after the CTP refresh, and MVC3 install. Tried removing MVC3 again and un/install the CTP, but the problem remains. Why would the install not correctly update the compiler?
Tnx