Click here to Skip to main content
15,904,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service - Service Thread Not Starting Pin
PIEBALDconsult7-May-08 13:07
mvePIEBALDconsult7-May-08 13:07 
QuestionA problem unloading Application Domains Pin
Togakangaroo6-May-08 8:30
Togakangaroo6-May-08 8:30 
AnswerRe: A problem unloading Application Domains Pin
Togakangaroo7-May-08 8:11
Togakangaroo7-May-08 8:11 
QuestionHow to make chm file help in windows application? Pin
Eng Mohammed Osman6-May-08 7:58
Eng Mohammed Osman6-May-08 7:58 
AnswerRe: How to make chm file help in windows application? Pin
Thomas Stockwell6-May-08 8:10
professionalThomas Stockwell6-May-08 8:10 
QuestionStill Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Anindya Chatterjee6-May-08 7:03
Anindya Chatterjee6-May-08 7:03 
AnswerRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
led mike6-May-08 8:19
led mike6-May-08 8:19 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Anindya Chatterjee6-May-08 10:36
Anindya Chatterjee6-May-08 10:36 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
led mike6-May-08 11:40
led mike6-May-08 11:40 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Anindya Chatterjee6-May-08 17:51
Anindya Chatterjee6-May-08 17:51 
AnswerRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Spacix One7-May-08 2:34
Spacix One7-May-08 2:34 
GeneralRe: Still Stuck: How to intercept rapidshare download in WebBrowser control using Http POST Pin
Anindya Chatterjee7-May-08 2:38
Anindya Chatterjee7-May-08 2:38 
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 

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.