[Mono-dev] VB ASP.NET

Arnhoffer Károly karnhoffer at ecron.hu
Wed Dec 14 05:21:49 EST 2005


Hi,

I created two sample ASP.NET applications: a C# and a VB one. They contain the same controls, a System.Web.UI.HtmlControls.HtmlInputButton and a System.Web.UI.HtmlControls.HtmlInputText. The C# one works fine but with the VB one I always get error beginning as follows:

Server Error in '/vb' Application
Compilation Error
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. 

Error message: /tmp/wwwrun-temp-aspnet-0/9eeab86/75772.0.vb(79,37) : error BC30524: Property 'Button1' lacks a 'get' accesor /tmp/wwwrun-temp-aspnet-0/9eeab86/75772.0.vb(82,37) : error BC30524: Property 'Text1' lacks a 'get' accesor /tmp/wwwrun-temp-aspnet-0/9eeab86/75772.0.vb(90,13) : error BC30524: Property 'Button1' lacks a 'set' accesor /tmp/wwwrun-temp-aspnet-0/9eeab86/75772.0.vb(101,13) : error BC30524: Property 'Text1' lacks a 'set' accesor /tmp/wwwrun-temp-aspnet-0/9eeab86/75772.0.vb(109,13) : error BC30524: Property 'TraceModeValue' lacks a 'set' accesor /tmp/wwwrun-temp-aspnet-0/9eeab86/75772.0.vb(52,27) : error BC30524: Property 'Context' lacks a 'get' accesor

Should ASP.Mono work with VB or not?

Thanks!

Károly



More information about the Mono-devel-list mailing list