|
POST
|
In one of the xaml file, received such an error at the line of code: <userControls:GraphComparison x:Name="GraphComp"/> Error 114 Cannot create an instance of "GraphComparison". C:\...\Views\CompareCycles.xaml 270 13 The detail shows that Cannot find a Resource with the Name/Key CommonBorder [Line: 10 Position: 44] at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at xxx.UserControls.GraphComparison.InitializeComponent() in C:\...\obj\Debug\UserControls\GraphComparison.g.i.cs:line 60 at xxx.UserControls.GraphComparison..ctor() in C:\...\UserControls\GraphComparison.xaml.cs:line 20 However, I did declare: xmlns:userControls="clr-namespace:npsNavSL.UserControls" and found nothing wrong. Wish can get someone's hint for this bug. Thanks.
... View more
01-31-2012
10:38 AM
|
0
|
5
|
3020
|
|
POST
|
Received such an error as below Error 1 Element is already the child of another element. C:\...\App.xaml 11 17 <Application x:Class="ArraProjects.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Application.Resources> <ResourceDictionary> <!-- Add all resource dictionaries --> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Assets/Styles.xaml"/> <ResourceDictionary Source="Assets/ResApp.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> </Application> I searched around but got no good answer. How can this bug be fixed? Thanks in advance if you can share your experience.
... View more
01-31-2012
10:19 AM
|
0
|
1
|
1567
|
|
POST
|
Using the procedure you provided, the errors were gone. Thanks a lot.
... View more
01-31-2012
04:37 AM
|
0
|
0
|
673
|
|
POST
|
I loaded another SL project (termed Proj B) that was compiled on my personal laptop. This project was re-compiled well on my company's CPU. However the SL project (termed Proj A) gets the problem as shown above. I compared both References and codes, and found no difference actually. Something is strange. Even though the Designers can be drawn on VS, the project compiled "successfully". If I run debug, all of the pages display correctly. I wish ESRI support team can answer my Q. Thanks.
... View more
01-30-2012
08:01 AM
|
0
|
0
|
673
|
|
POST
|
Problem solved. Refer to http://forums.arcgis.com/threads/48866-Error-Control_TargetTypeMismatch?p=167954&posted=1#post167954. Thanks.
... View more
01-30-2012
06:45 AM
|
0
|
0
|
1049
|
|
POST
|
After updated one of the SL projects from API 2.0 to 2.4, received such an error Error 91 [Control_TargetTypeMismatch] Arguments: Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60831.0&File=System.Windows.dll&Key=Control_TargetTypeMismatch ...... The hyperlink provided does not work. The Designer can't be loaded even though the solution is compiled. The code related is below: <esri:Map x:Name="map" MouseClick="map_MouseClick" Extent="{StaticResource ExtentLower48}" ExtentChanged="map_ExtentChanged" SizeChanged="map_SizeChanged"> <esri:ArcGISTiledMapServiceLayer ID="BaseLayer" Url="{StaticResource StreetsLayerUrl}" /> <esri:ArcGISDynamicMapServiceLayer ID="ArraLayer" Initialized="ArraLayer_Initialized" Url="{StaticResource ArraLayerUrl}"/> <esri:GraphicsLayer ID="MapGraphicsLayer" /> </esri:Map> What measure should I make to solve this problem? Thanks.
... View more
01-30-2012
06:03 AM
|
0
|
3
|
963
|
|
POST
|
Scenario Description: 1) Source feature layers' S.R. = 4326 2) In the mxd, set the frame's S.R. as 102100. 3) Load the source feature layers. 4) Publish the mxd as a map service. 5) Add the layers in the published map service as dynamic layers, which overlay on ESRI's basemaps. Qestion: Will this impact the performance?
... View more
01-25-2012
08:08 AM
|
0
|
2
|
1201
|
|
POST
|
In my new job site, I viewed its //.../REST/services (e.g. http://fhfl15gisweb.flhd.fhwa.dot.gov/ArcGIS/rest/services/Finance/Finance_2005/MapServer). In the View In: list, there are the links for ArcMap, ArcGIS Explorer, ArcGIS JavaScript, Google Earth, but there is NO the one for ArcGis.com. I remeber the link should be there and I used it many times. Why it is not there?
... View more
01-25-2012
06:50 AM
|
0
|
1
|
1639
|
|
POST
|
I run IE7. Very likely it is due to the compny's firewall. Thanks for your response.
... View more
12-23-2011
03:03 AM
|
0
|
0
|
869
|
|
POST
|
Take an ESRI's example: http://help.arcgis.com/en/webapi/javascript/arcgis/demos/find/find_popup.html. Ideally, if I click a feature, the feaure should be highlighted and an infobox displays the information. However, when I work on my browser (IE), only the infobox display but no graphic is drawn on the map. I have tested multiple ESRI's samples and always got nothing on the graphics. In another word, Geometry service does not work at all. However, if I run the samples of Flex API, the graphics display well. Is anything missing on my system? Thanks.
... View more
12-22-2011
04:23 AM
|
0
|
3
|
1350
|
|
POST
|
The AS15905.zip is JSViewer source code, which is mentioned in http://88.191.74.143/jsviewerFR/JSVi...opersGuide.pdf, authored by Moxie Zhang in 2009. However, I searched everywhere but failed to find it. Does anyone know how to get it? Thanks.
... View more
12-16-2011
05:23 AM
|
0
|
2
|
1122
|
|
POST
|
The AS15905.zip is JSViewer source code, which is mentioned in http://88.191.74.143/jsviewerFR/JSViewerDevelopersGuide.pdf, authored by Moxie Zhang in 2009. However, I searched everywhere but failed to find it. Do you know how to get it? Thanks.
... View more
12-16-2011
05:21 AM
|
0
|
0
|
718
|
|
POST
|
Got the same problem. From Manager, I can see the services are started. Also checked SDE using Catalog, and the data there are accessible. But got this error message for all of the published map sevices. What's the problem?
... View more
11-02-2011
09:59 AM
|
0
|
0
|
2025
|
|
POST
|
In old verion of ArcGIS Desktop, I could manually define Spatial Domains (or X/Y Domains) when I created a Dataset using ArcCatalog. Now I am using V10. When I created a dataset, I chosen WGS_1984_Web_Mercator_Auxiliary_Sphere. Then the X/Y domain is automatically defined. For example, Min X = -20037700 Max X = 900699887774.099 Min Y = -30241100 Max Y = 900689684374.099 The unit is meter. It looks that the values of Max X and Max Y do not make sense. Max X = 900,699,887 km, which is 225 times longer than the earth equator's perimeter (about 40,000 km). Can anyone explain this issue? Besides, is there a way to manually define the X/Y domain values using V10? Thanks.
... View more
11-02-2011
06:57 AM
|
0
|
1
|
1758
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-18-2023 10:02 AM | |
| 3 | 07-14-2023 12:29 PM | |
| 1 | 04-02-2021 12:16 PM | |
| 1 | 07-24-2017 11:31 AM | |
| 1 | 04-04-2016 03:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-01-2025
11:58 AM
|