Select to view content in your preferred language

ERROR 2032

5014
11
10-16-2014 07:39 AM
ChuckKha
New Contributor III

Hello,

I was wondering if anyone know how to fix the issue of error 2032. In my case, I have the following error when I run flex viewer from flash builder. I have wasted hours on trying to figure out this issue and yet still no luck.

When I run flex viewer from flash builder I am getting 9 error windows but after I closed each and everyone of them, the application would become more and more visible after every one of those error boxes were closed. I've included the error as well as a screenshot below.

[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]

http response status: 404

Fault code: Server.Error.Request

Fault info: HTTP request error

Fault details: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://localhost/mytestwebsite/arcgis-viewer-flex-3.6-src/widgets/MapSwitcher/MapSwitcherWidget.xml

Capture123.JPG

Tags (2)
0 Kudos
11 Replies
ChuckKha
New Contributor III

Hey Robert,

Oh ok so what if instead of editing the code of an app exported from application builder in flash, I use notepad++ to edit it instead. And then after I'm done I would just save it back to that folder and then run that URL "http://localhost/mytestwebsite/ + the Application Name" that you mentioned. Would that work?

Basically, I just want to figure out how to edit the codes of these widgets and cater them to my organizations' needs. But it seems I'm having too much trouble with the set up of the Viewer Source Code in Flash Builder. It seems like the problem is with the calling path of those widgets.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Chuck,

   So when you say

edit the codes of these widgets

Are you talking about just configuring the widgets XML files to work with your organizations data/files or are you actually talking about have the ability to modify the MXML source code and change actionscript functions, etc?

What Application Builder (not Flash Builder, just to clarify) does for you is removes the need to manually update/change the widgets XML files yourself by providing a GUI for this purpose. But you can use Notepad or some other text editor yourself and modify the xml files that are created using App Builder. Does this clear anything up for you?

0 Kudos