Hello everyone!
I am running through a small problem where i am using windows 8.1 and want to debug the flexviewer 3.6 using flash builder 4.7 I am getting a error (screen shot provided below), I have tried different browser version and i have tried installing different versions of flash player. I have also tried using UI mode in windows 8.1 ( as suggested in some posts) for debugging but still was not able to get through it. I have also tried a browser setting on IE ( i.e for enabling shockwave ) but still no success. Can anyone suggest how to overcome this problem.
Our earlier discussion on this topic is as below:
https://community.esri.com/message/400382?et=watches.email.thread#400382
Regards
saurabh
Solved! Go to Solution.
Saurabh,
Many time if your question has to many parts and is a very complex question to answer you will not get a response. You need to try and break you questions down to smaller and specific questions.
Like this thread How to add feature layer on the fly for editing you are asking about a complete workflow that involves 4 tasks and those tasks are not easy to answer at all. Take number 1 the while login part this is not something that is natively supported in the viewer and needs a rather complicated .net of other technology wrapper around your viewer app and there are a couple of threads that discuss this that you have already seen and post on, and that is just the first task in your question. So most people are going to look at your post and see the amount of work just involved in answering your first task and then choose to ignore your question as it would take a lot of time to even begin answering knowing that you are new to flex development.
Saurabh,
So I setup a new Windows 8 machine and installed Flash Builder 4.7 on it and Google Chrome and FireFox. Here is a break down of what I found and what needs to be configured to get your development environment to work.
Hopefully these steps help.
Robert
Thanks a lot . I will apply these changes and will post if that solves the problem.
Regards
Saurabh
Robert
following the above steps i was able to make it work for IE on windows 8.1
But still facing problem with firefox, I guess it is regarding with permission
following is the error
Saurabh,
It sounds like you have your projects source in your inetpub\wwwroot directory then. This is not a recommended setup unless you are going to specifically launch Flash Builder "As Administrator" by right clicking the application shortcut and choosing "Run As Administrator". You need to have your projects source code in a folder other than wwwroot and then just setup the Application in IIS to point to that location as I mentioned earlier in my steps.
An example would be the physical path in IIS to your application like: "C:\Flash Builder 4.7\FlexViewer3.6\bin-debug" and an alias of "FlexViewer3.6".
Saurabh,
When you post a question for Flex or Flex Viewer you should begin by going to that appropriate Space in GeoNet ArcGIS Viewer for Flex or ArcGIS API for Flex and to the content tab and then start your question that way your question is in the appropriate space and people can find your question.
Robert
About other questions i asked ..I actually posted them on the specified space . I can see people has visited them but still didnt got any ans to my questions.
So I approached that way. I am really sorry for that. I will keep your advice in mind
Regards
Saurabh
Saurabh,
Many time if your question has to many parts and is a very complex question to answer you will not get a response. You need to try and break you questions down to smaller and specific questions.
Like this thread How to add feature layer on the fly for editing you are asking about a complete workflow that involves 4 tasks and those tasks are not easy to answer at all. Take number 1 the while login part this is not something that is natively supported in the viewer and needs a rather complicated .net of other technology wrapper around your viewer app and there are a couple of threads that discuss this that you have already seen and post on, and that is just the first task in your question. So most people are going to look at your post and see the amount of work just involved in answering your first task and then choose to ignore your question as it would take a lot of time to even begin answering knowing that you are new to flex development.
Robert,
Yes you are right. I will keep a note of it in future.
Regarding about my tasks...I was not asking about how coding wise we can achieve it. My only intention to ask this was just what the approach to take. I am new not just to flex development but to web gis also( only 6 months old baby)
Though i figure out some parts of my question myself ( as the login page mentioned) but being new to this technology i was not sure if this optimized path or not .
Secondly with feature adding part i am still struggling to get it right as when i create a new feature layer from the query result but its not showing till i pan my map a bit as if its stucked.
Thanks and Regards
Saurabh