Just starting with C # (using VS2008) - I am an experienced Java, C ++, VC ++, VB programmer.
I downloaded the build (think) from codecales.com; this is dll.
In my (new) C # project, I added this dll as a link - by viewing it. I got intellisense working for it and coded a simple example to test it, but every time I get into VS "Debug", I get the following exception. Do I need to "register" or do something with this loaded DLL in order to use it correctly in my project? (VS seems to automatically copy it to the output disk automatically during assembly.)
Thanks in advance, AJ
System.IO.FileNotFoundException was unhandled Message = "Could not load the file or assembly 'CodeScales.Http, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null or one of its dependencies. The system cannot find the specified file."
Source = "ocrTest1"
FileName = "CodeScales.Http, Version = 1.0.0.0, Culture = Neutral, PublicKeyToken = null" FusionLog = "=== Prebinding Status Information === \ r \ nLOG: User = CAPTURESDK-VM \ XXXXX \ r \ nLOG: DisplayName = CodeScales.Http, Version = 1.0.0.0, Culture = Neutral, PublicKeyToken = null \ n (Fully Specified) \ r \ nLOG: Appbase = file: /// C: / Documents and Settings / XXXXX / My Documents / Visual Studio 2008 / Projects / ocrTest1 / ocrTest1 / bin / Debug / \ r \ NLog: Initial PrivatePath = NULL \ r \ nCalling assembly: ocrTest1, version = 1.0.0.0, Culture = neutral, PublicKeyToken = zero \ r \ n === \ r \ NLog: This binding starts with loading the default context. \ r \ nLOG: no application file config radio \ r \ nLOG:. Use of the machine configuration file from C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ Config \ machine.config \ r \ NLog .: The policy does not apply to the link at this time (private, custom, partial or local bind assembly). \ r \ nLOG: attempt to download a new file URL: /// C: / Documents and Settings / XXXXX / My documents / Visual Studio. 2008 / Projects / ocrTest1 / ocrTest1 / bin / Debug / CodeScales.Http.DLL \ r \ NLog: Attempting to load a new URL file: /// C: / Documents and Settings / XXXXX / My Documents / Visual Studio. 2008 / Projects / ocrTest1 / ocrTest1 / bin / Debug / CodeScales.Http / CodeScales.Http.DLL \ r \ NLog: Attempting to load a new URL file: /// C: / Documents and Settings / XXXXX / My Documents / Visual Studio. 2008 / Projects / ocrTest1 / ocrTest1 / bin / Debug / CodeScales.Http.EXE \ r \ NLog: Attempting to load a new URL file: /// C: / Documents and Settings / XXXXX / My Documents / Visual Studio 2008 / Projects /ocrTest1/ocrTest1/bin/Debug/CodeScales.Http/CodeScales.Http.Exe. \ R \ n "