Developers --
FYI, I downloaded the source, unzipped it, ran it, and got the following run-time-error (RTE).
(I tried to run in Release mode and Debug mode, in VS.NET 2008 Standard, and got the same RTE.)
"
System.IO.FileNotFoundException was unhandled
Message="Could not find file 'C:\Code\Team\look4me\look4me\bin\Debug\PageExtensionsSupported.txt'."
Source="mscorlib"
FileName="C:\Code\Team\look4me\look4me\bin\Debug\PageExtensionsSupported.txt"
StackTrace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at System.IO.File.OpenText(String path)
at WebExtractor360.look4me.Framework.Singleton.ReadPageExtensions() in C:\Code\Team\look4me\look4me\WebExtractor360\look4me\Framework\Singleton.cs:line 151
at WebExtractor360.look4me.Framework.Singleton.GetInstance() in C:\Code\Team\look4me\look4me\WebExtractor360\look4me\Framework\Singleton.cs:line 119
at WebExtractor360.look4me.UserInterface.Program.Main() in C:\Code\Team\look4me\look4me\Program.cs:line 50
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
"
HTH.
Thank you.
-- Mark Kamoski