Problem creating site using Microsoft Visual Web Developer Express 2008

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2009-04-21T19:34:33Z Indexed on 2010/05/16 20:20 UTC
Read the original article Hit count: 436

Hi, this is a very newbie question, sorry!

I need to create an aspx website based con C# and am calling some webservices based on some DLL's I already have. Beforem purchasing Visual Studio, I decided to try Microsoft Visual Web Developer Express (is this ok?) creating a Web Application ASP.NET based on Visual C#.

I created the form to enter the data which is submitted when clicking the process button. At this point I need to call stuff from the DLL, which I have added in the Solution Explorer via Add Reference, selecting the DLL from the COM list. But whenever I run the project, I always get the error "the type or namespace xxx cannot be found - maybe a using directive or assembler directive is missing" when trying to create the object.

What is my stupid mistake?

Thanks!

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-studio-express