In the following article we will talk about Wikipedia:AutoWikiBrowser/Technical, a topic that has generated interest and debate in various areas. Wikipedia:AutoWikiBrowser/Technical is a topic that has captured the attention of many people due to its relevance and impact on society. Throughout this article we will explore different aspects related to Wikipedia:AutoWikiBrowser/Technical, from its origin and evolution to its possible implications in the future. It is important to understand the importance of Wikipedia:AutoWikiBrowser/Technical and analyze it from various perspectives to understand its scope and relevance. Through this article, we will seek to provide a comprehensive view on Wikipedia:AutoWikiBrowser/Technical and encourage reflection and debate around this topic.
AutoWikiBrowser is licensed under the GPL (see the license file).
AutoWikiBrowser is written in .NET Framework. Version 4.8.1 is required to compile AWB.
To get the sources run the command svn checkout https://svn.code.sf.net/p/autowikibrowser/code/AWB/ . You'll need network access to SourceForge and its SVN server. If that doesn't work you probably need an SVN client:
This is a 3 MB download with ~1,200 files and folders from the SourceForge SVN server at http://svn.code.sf.net/p/autowikibrowser/code/AWB/.
Please note that you can contribute features to AWB and fix bugs in AWB. Read access is anonymous, but if you register as a developer of AWB, sourceforge sends a URL with write access.
You will now need to compile the code yourself. You will need a copy of a third-party C# IDE such as SharpDevelop (free), JetBrains Rider (free for non-commercial use), Microsoft Visual Studio Community 2022 or lower version (free) or a more complete version of the Visual Studio suite, such as Professional (cost).
AWB's developers have the following working setups:
2025 - no longer working following AWB's current .NET version requirements
...\AWB\AWB\bin\debug. Copy AutoWikiBrowser.exe, Newtonsoft.Json.dll, WikiFunctions.dll and Interop.mshtml.dll from the folder to where you run AWB from.The AutoWikiBrowser source is designed to be built with Visual Studio's 2019 version. The free ("Community") edition is no longer available for download; if you do not already have it installed, and are unable to use the Professional or Enterprise versions, the newer 2022 version will work, with one caveat.
AutoWikiBrowser is built on version 4.8.1 of the .NET Framework, and newly configured systems may not have the appropriate developer support installed. Before launching Visual Studio, visit the SDK download site. Expand .NET Framework / Supported versions, select the .NET Framework 4.8.1 Developer Pack, and run the installer. Continue below.
With any version of Visual Studio:
2025 - no longer working following AWB's current .NET version requirements
perl is required for the pre-build event to replace SVN revision number and date.If you get an error while compiling saying something similar to, "Error loading code-completion information for Microsoft.mshtml from Microsoft.mshtml: Could not find assembly file.", this means you do not have .NET Framework 3.5 or earlier installed. AWB can still be compiled, but will require a slight code change. It is recommended you install .NET Framework 3.5, but if you cannot, see the talk page for further help.
You can view all SVN changes one of two ways:
When new sources become available execute "SVN Update" from the context menu of your AWB folder. Then recompile the source.
You are not automatically notified of new versions; if you use AWB on a regular basis, and want to use the source version, check this daily, and build a new release version if there are changes. That way you are up to date with all bug fixes and new features.