Flex error #2036

7207
5
03-28-2011 01:38 PM
Shu-RongKuo
New Contributor
Hi.

I am trying to run a custom widget and got error #2036, what it means ?

thanks for the help.
Tags (2)
0 Kudos
5 Replies
ShannakaBeveridge
New Contributor II
Have you added your widget to the list of modules to build?

If not, go to Project>Properties>Flex Modules and add your widget to the list.

Hope this helps!
0 Kudos
BrettElliot
New Contributor III
Thanks shanma,

this fixed the problem!
0 Kudos
CoryPoynter
New Contributor
I keep getting an Error 2036 with the Findplace widget in the HeaderController widget that doesn't stop the Findplace widget from running just keeps posting the error on refresh. There is no reason for the error and everything I've tried doesn't resolve the error unless I don't include the Findplace widget in the HeaderController. Since I spent time fixing the errors from the application this is not a option. Can someone help me with getting this error to go away?
0 Kudos
DanielMunoz
Occasional Contributor
I had the same situation as poynteca while updating from flex viewer 3.0 to 3.1
my findplace inside of my custom header was giving me the following errors:

"widget manager error #2036"' on my flash builder but on the browser would report "error #2035"
another thread let me know that error #2035 was URL Not Found, I did a search on my findplace.as for url's and found the path:

url: "widgets/InfoTemplates/InfoPopupWidget.swf"

I checked the modules list, for whatever reason the flex viewer 3.1 I downloaded didn't have registered the modules as previous viewers:

src\widgets\InfoTemplates\InfoPopupWidget.mxml
src\widgets\InfoTemplates\SimpleInfoWinWidget.mxml

I added both of them through the project properties and the error went away

may be you can follow the same process to solve your error
0 Kudos
ChristinaMcCullough
New Contributor III

I had this same issue.  However the root of the problem was different.  The widget worked properly and then stopped working.  When I upgraded our site I realized that the SelectionWidget was dependent on the InfoTemplate widget.   I am not using the InfoTemplate widget anywhere in my project.  So, I did not know I needed it.  I used the IE and Chrome Developer Tools to locate this error.