Select to view content in your preferred language

FlexViewer 2.2 strange error #2032

626
1
02-23-2011 12:54 AM
SertaçTAKIL
Deactivated User
Sorry to bother you guys. Guess I didn't search enough.

Robert Scheitlin had the answer for me. I was missing this:

"In IIS 7 just go to MIME Types for the servers features in IIS and right click, and choose add, for the file name extension type ".swz" and for the MIME Type add application/x-swz"

**************************************


I've Adobe Flash Builder 4 Standart on my local machine (Win7 x64) and downloaded the FlexViewer 2.2 sample, made the changes in the config.xml file to use the map services that are running on a seperate ArcGIS Server 9.3.1 on the same domain. The server has Windows Server 2003 enterprise as the operating system. Our server and client pc's are in an intranet environment, no internet connection available.

No problem debuging and viewing the application on my local machine. Everything works fine.

Here is my problem.
After compiling the FlexViewer application with the export release build, I copy the contents of the bin-release directory to a directory at the same server mentioned above that my map services run and configure the IIS accordingly (virtual directory etc.)

When I go to my local machine and use IE or FF and write the URL to the application everything works fine, no errors no problems nothing.

BUT when I go to another PC that is on the same domain with my local machine and also the server I get an error #2032 right away trying to load the application page.

I've been searching the internet for the error for about 3 days. tried a couple of things. the general tought is a crossdomain issue but everything is on the same domain here. (otherwise it wouldn't have worked from my PC)

Any ideas please
Thanks.

Sertaç TAKIL
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Sertaç,

   Make sure you arenot mixing IP addresses and machine names in the application (i.e. don't use the ip address or localhost in the url of a layer in the main config file and then use the machine name to run the app in ie or ff.
0 Kudos