MonoDevelop and AjaxControlToolkit: Register Server Tag in Mono?

You can use either the %@Register directive, or add some lines to your Web. Config . See here for instructions on either approach.

Up vote 0 down vote favorite share g+ share fb share tw.

I know that Mono supports the AjaxControlToolkit but I don't know how to integrate it into MonoDevelop. I added AjaxControlToolkit. Dll, System.Web.Extensions.

Dll and System.Web.Extensions.Design. Dll as References in the project but when I build the project I get the warning: /Users/user1/Projects/FirstProject/Default. Aspx(1,1): Warning: Parser failed with error The tag type 'ajaxToolkit:TabContainer' has not been registered.. CodeBehind members for this file will not be added.

(FirstProject) and I when I deploy it I get the error: Unknown server tag 'ajaxToolkit:TabContainer'. How do I register the server tag in MonoDevelop? Mono monodevelop link|improve this question asked Nov 10 '10 at 0:38calmcajun4419 93% accept rate.

You can use either the Config mechanism has the advantage that you don't need to add a directive to every page where you want to use the controls.

I looked at your link but I am not sure what to specify for the Src property and/or the Assembly property. – calmcajun Nov 10 '10 at 4:56 You would not use the TagName form for imported controls in another assembly, so don't worry about the Src property. For the Assembly property, just put the assembly name.

This would probably be AjaxControlToolkit. – cdhowie Nov 10 '10 at 8:34 So the full line, if you are going the – cdhowie Nov 10 '10 at 8:35 That seemed to fix that warning but I am now getting this error when I run: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AjaxControlToolkit.Properties.Resources.

Resources" was correctly embedded or linked into assembly "AjaxControlToolkit" at compile time, or that all the satellite assemblies required are loadable and fully signed. – calmcajun Nov 10 '10 at 20:31 Not sure I can help you with that one... maybe it's worthy of a new question? – cdhowie Nov 10 '10 at 20:34.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions