I didn't try it under .NET 4. But the message "DotNetWikiBot Namespace could not be resolved" likely indicates that library file (DotNetWikiBot.cs) file is not linked properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your reply. I already tried to link/reference/inlcude/add/… DotNetWikiBot.cs. It worked with .net 2.0 but not with 4.0.
I'll try again on the next few days and report back.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think i found a solution :) I changed my .net 4 project from "client profile" to ""full" .net 4 profile" and now it seems to work.
Many many many Thanks for your WikiBot!!!! :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Beware that when using .NET 4 you should change one line of code inside Bot.GetXMLReader() function. Follow the instructions in the comments inside this function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
How can i add your bot to Visual Studio 2010 Framework 4.0 project. It doesn't compile (DotNetWikiBot Namespace could not be resolved).
If start a Framwork 2.0 project in VS 2010 ist simply works. Is there a solution to make it work in .net 4? :)
I didn't try it under .NET 4. But the message "DotNetWikiBot Namespace could not be resolved" likely indicates that library file (DotNetWikiBot.cs) file is not linked properly.
Thanks for your reply. I already tried to link/reference/inlcude/add/… DotNetWikiBot.cs. It worked with .net 2.0 but not with 4.0.
I'll try again on the next few days and report back.
I think i found a solution :) I changed my .net 4 project from "client profile" to ""full" .net 4 profile" and now it seems to work.
Many many many Thanks for your WikiBot!!!! :)
Beware that when using .NET 4 you should change one line of code inside Bot.GetXMLReader() function. Follow the instructions in the comments inside this function.