[MonoDevelop] Can't find load assembly continues to loop.

Dennis Boylan mono@b-lan.com
Tue, 13 Jul 2004 14:47:26 -0400


When I load my project, it complains about an assembly.  I've compiled the
assembly and added it as a .net assembly but I get:

node `classlib-mono-getoptions' is not defined on the documentation map
node `debugger' is not defined on the documentation map
Could not load assembly: Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=null
Reading /home/dennis/.config/MonoDevelop/CodeCompletionData/Microsoft.Web.UI.WebControls_1.0.2.226_null.pidb
node `classlib-mono-getoptions' is not defined on the documentation map
node `debugger' is not defined on the documentation map
Could not load assembly: Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=null
Reading /home/dennis/.config/MonoDevelop/CodeCompletionData/Microsoft.Web.UI.WebControls_1.0.2.226_null.pidb

over and over again.

Clues?

- Dennis