English 中文(简体)
采用互操作法。 Shdocvw
原标题:Error using interop.Shdocvw

我试图与网络浏览器控制连接,但我不断提出例外,即iwebbrowser2应当实施iwebbrowser2, 如同这一,即一味 go,找到解决办法,然后从微型软件网浏览器中选取目标,然后在选用一只网球控制后申请形式,一是这样做。

接下来的著作

var t = new Thread(() =>
{
    Form1 frm1 = new Form1();
    
    //new FormDialogWatcher(frm1.Handle);
    Settings.AutoStartDialogWatcher = false;
    var ie = new IE( frm1.WebBrowser1);
    
    ie.GoTo("http://www.google.com");
});
t.SetApartmentState(ApartmentState.STA);
t.Start();

如同 st流中的其他read一样。 添加了热带的参考资料。 出现68起错误:

错误 64

Cannot embed interop category SHDocVw.tagREADYSTATE 载于以下两组:XMLreaderlib Interop.SHDocVw.dll 和 e:XMLreaderXMLreaderobjx86Debug Interop.SHDocVw.dll 。

我右边被点击,改把十字路口 false为假,但没有结果。

我评论了<代码>var ie = 新的IEE( frm1.WebBrowser1);,所有68个错误均已发生。

最佳回答

为什么你们想要填写表格。 为此:

var ie = new IE();

公寓国家也可在座标内全部使用。

<configuration>
  <configSections>
    <sectionGroup name="NUnit">
      <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
    </sectionGroup>
  </configSections>

  <NUnit>
    <TestRunner>
      <!-- Valid values are STA,MTA. Others ignored. -->
      <add key="ApartmentState" value="STA" />
    </TestRunner>
  </NUnit>


</configuration>
问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签