无法为代码 UI 加载文件或程序集
Couldnot load file or assembly for Coded UI
我在 VS2010 premium 中调试代码时遇到异常。它与我正在使用的 dll 版本有关
Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.Interop
Couldnot load file or assembly
Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.Interop
version=9.0.0.0
要使用哪个版本的 dll 以及在哪里可用?
We are getting this exception because the dll is missing in the
solution bin folder. If you are debugging the solution keep the dll
under the folder Debug, or else release then keep it under the folder
Release. If you are adding reference by using the option 'add
reference', may be it won't be in these folders, so it happens to get
this exception. So if you are getting this exception make sure that
dll is added properly.
我在 VS2010 premium 中调试代码时遇到异常。它与我正在使用的 dll 版本有关
Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.Interop
Couldnot load file or assembly Microsoft.VisualStudio.TestTools.UITest.Extension.IE.Communication.Interop version=9.0.0.0
要使用哪个版本的 dll 以及在哪里可用?
We are getting this exception because the dll is missing in the solution bin folder. If you are debugging the solution keep the dll under the folder Debug, or else release then keep it under the folder Release. If you are adding reference by using the option 'add reference', may be it won't be in these folders, so it happens to get this exception. So if you are getting this exception make sure that dll is added properly.