sethia4u / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
0 stars 0 forks source link

Reference to Abot.dll is broken #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download Abotv1.1.1_Bin.zip, unzip to a folder
2. Add Abot.dll as a reference 
3. In the code I add:
 using Abot.Crawler;
 using Abot.Poco;

What is the expected output? What do you see instead?
I got the following error message:
The type or namespace name 'Abot' could not be found (are you missing a using 
directive or an assembly reference?)

What version of the product are you using? On what operating system?
Abot version: 1.1.1
In a .Net 4.0 with visual studio 2010 project, on a windows 7

Please provide any additional information below.
Tried to re-download the library and re-add to the project, same error.

Original issue reported on code.google.com by calnas...@gmail.com on 10 May 2013 at 8:46

GoogleCodeExporter commented 8 years ago
I just tried to duplicate the issue but could not. I attached a simple visual 
studio solution using the steps you described above. Be sure that the assembly 
using Abot is targeting ".NET Framework 4" or above. Avoid the ".NET Framework 
4 Client Profile", that was the only way references got screwy while I was 
trying to duplicate your issue.

Marking this as invalid since i could not reproduce.

Original comment by sjdir...@gmail.com on 10 May 2013 at 9:49

Attachments: