Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Spacix One7-May-08 2:47
Spacix One7-May-08 2:47 
RantRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Spacix One6-May-08 10:16
Spacix One6-May-08 10:16 
JokeRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
That Asian Guy6-May-08 11:02
That Asian Guy6-May-08 11:02 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Anthony Mushrow6-May-08 11:22
professionalAnthony Mushrow6-May-08 11:22 
RantRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Spacix One6-May-08 11:30
Spacix One6-May-08 11:30 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
led mike6-May-08 11:36
led mike6-May-08 11:36 
JokeRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Spacix One7-May-08 2:37
Spacix One7-May-08 2:37 
QuestionWatiN and VS 2008 Pin
Drew19846-May-08 6:18
Drew19846-May-08 6:18 
Hello Everyone,

I am attempting to set up WatiN in VS 2008 using NUnit (v. 2.4.7.0) as a driver. My target Framework is .Net 2.0. At this point, my code is very simple:

using System;
using NUnit.Framework;
using WatiN.Core;

namespace WatiNNUnitDemo
{
[TestFixture]
public class WatiNNunit
{
[Test]
[STAThread]
public void WatiNTest()
{
IE ie = new IE("http://www.google.com");
}
}
}

When I attempt to run this I get the following error:

System.IO.FileLoadException: Could not load file or assembly 'Interop.SHDocVw, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
at WatiN.Core.IE.CreateNewIEAndGoToUri(Uri uri, LogonDialogHandler logonDialogHandler, Boolean createInNewProcess)
at WatiN.Core.IE..ctor(String url)
at WatiNNUnitDemo.WatiNNunit.WatiNTest() in WatiNNunit.cs: line 14

I have already added a StrongNameKey to the file in question. In fact, if I go to the properties for the Interop.SHDocVw reference, the 'Strong Name' property is set to true. I'm not sure if this is an NUnit or a VS issue. Just a note, I have created a config file for the threading issue. Has anyone else experienced this and have you came up with any possible solutions? I'm pretty much lost, and any input would be greatly appreciated.

Thanks,
-Drew
QuestionException Logging Application Block - Not Releasing File [modified] Pin
Tristan Rhodes6-May-08 5:44
Tristan Rhodes6-May-08 5:44 
AnswerRe: Exception Logging Application Block - Not Releasing File Pin
tgrt6-May-08 7:17
tgrt6-May-08 7:17 
GeneralRe: Exception Logging Application Block - Not Releasing File Pin
Tristan Rhodes6-May-08 22:42
Tristan Rhodes6-May-08 22:42 
Questionstop button capturing in BHO (IE) Pin
eswes6-May-08 5:42
eswes6-May-08 5:42 
AnswerRe: stop button capturing in BHO (IE) Pin
Spacix One6-May-08 10:10
Spacix One6-May-08 10:10 
AnswerRe: stop button capturing in BHO (IE) Pin
chhoussem26-Feb-09 2:59
chhoussem26-Feb-09 2:59 
QuestionAdd a signature to an e - mail message Pin
Christiaan Laubscher6-May-08 5:21
Christiaan Laubscher6-May-08 5:21 
AnswerRe: Add a signature to an e - mail message Pin
Dave Kreskowiak6-May-08 5:49
mveDave Kreskowiak6-May-08 5:49 
GeneralMessage Removed Pin
6-May-08 19:55
Christiaan Laubscher6-May-08 19:55 
GeneralRe: Add a signature to an e - mail message Pin
Dave Kreskowiak7-May-08 1:59
mveDave Kreskowiak7-May-08 1:59 
AnswerRe: Add a signature to an e - mail message Pin
Thomas Stockwell6-May-08 8:13
professionalThomas Stockwell6-May-08 8:13 
AnswerRe: Add a signature to an e - mail message Pin
Reelix8-May-08 0:34
Reelix8-May-08 0:34 
QuestionHow can i remain focus on the listview [modified] Pin
Naveed7276-May-08 4:55
Naveed7276-May-08 4:55 
AnswerRe: How can i remain focus on the listview Pin
LongRange.Shooter7-May-08 7:53
LongRange.Shooter7-May-08 7:53 
QuestionHow Do I Force A Mouse Movement And Click? Pin
qszwdxefc6-May-08 4:26
qszwdxefc6-May-08 4:26 
AnswerRe: How Do I Force A Mouse Movement And Click? Pin
Roman Muntyanu6-May-08 4:31
Roman Muntyanu6-May-08 4:31 
GeneralRe: How Do I Force A Mouse Movement And Click? Pin
qszwdxefc6-May-08 4:33
qszwdxefc6-May-08 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.