[Mono-list] MonoDevelop Assembly error (CS0246)

rlejsza rlejsza at gsd-software.com
Fri Mar 27 10:57:47 EDT 2009


Hi, I’ve got following problem with compilation my application under mono.

Whole application is compiling fine in VS 2008. I’m copying sources to linux
environment and opening project with MonoDevelop application.
When I hit compile, I’ve got following error: The type or namespace name
`CaptchaDLL' could not be found. Are you missing a using directive or an
assembly reference?(CS0246) 
But, I’ve got declaring to use this library on the top of this page:
using CaptchaDLL;
the file CaptchaDLL is copied in `bin` folder, and in `web.config` I’ve got: 
<add assembly="*"/>.
Does anyone know what could be a problem, and which reference I’m missing?


Radek

-- 
View this message in context: http://www.nabble.com/MonoDevelop-Assembly-error-%28CS0246%29-tp22743441p22743441.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list