|
POST
|
Hi, I have a simple question, how to connect to sde geodatabase which doesn't have a sde service ( how to set instance property)? Should use the connection file ? if using connection file working, besdes this method,is there any other way ( how to set propertyset about instance)? Thank you very much.
... View more
04-13-2011
06:57 AM
|
0
|
0
|
2473
|
|
POST
|
After I removed Bing layers from the MAP, I worked for 5 hours with API 2.2 on Win 7 OS, the VS .NET didn't crash yet. But with BING layers, there was no compile error, the application could be browsered correctly, Bing layers and my own map service layer showed correctly, only VS .net kept crashing, it was impossible to work. //--------------------------- . yesterday, I backed to 2.1 on Window 7, then I run ESRI template successfully, then reopened my troubled application, I worked for one hour, no crash, the map on the application has bing layerrunning as background, and my own arcgis server layers. I will continute to test. I have MS expression blend Ultiamte installed before ArcGIS server silverlight API, I could not see the ArcGIS server Silverlight templates showing on VS. NET 2010 ( standard and showcase). Today, I tried to work again with 2.1 window, VS .net 2010 just crashed again. With window server 2003, 2008, I run both 2.1 and 2.2(beta), I didn't have any problem. The templates show on VS. NET 2010 . I am not for sure what's wrong? Thanks for your help.
... View more
04-10-2011
07:39 PM
|
0
|
0
|
409
|
|
POST
|
. yesterday, I backed to 2.1 on Window 7, then I run ESRI template successfully, then reopened my troubled application, I worked for one hour, no crash, the map on the application has bing layerrunning as background, and my own arcgis server layers. I will continute to test. I have MS expression blend Ultiamte installed before ArcGIS server silverlight API, I could not see the ArcGIS server Silverlight templates showing on VS. NET 2010 ( standard and showcase). Today, I tried to work again with 2.1 window, VS .net 2010 just crashed again. With window server 2003, 2008, I run both 2.1 and 2.2(beta), I didn't have any problem. The templates show on VS. NET 2010 . I am not for sure what's wrong? Thanks for your help.
... View more
04-08-2011
12:39 PM
|
0
|
0
|
409
|
|
POST
|
Hi, I have been bothered by the following problem for a week, any help will be appreciated. I set up VS .NET 2010. ArcGIS server with ArcGIS server Sliverlight API ( 2.2 beta) on Window 7 Ultimate. everything looks normal, I created Silverlight Application, worked fine. When I created Silverlight API application, add map control on.xaml with Bing layers, it worked. then I added ArcGISServerDynamicLayer with my own map service ( the service worked fine with test on ArcCatolog, rest URL ), VS .NET started to crash ( VS has encountered a problem, need to close). I restart VS.NET and reopen application, just keep crashing. I have tried many solutions from intertnet, not solve the prblem, I completely reset the machine ( started from installing OS). But as soon as I created silverlight application with ArcGIS server silverlight API, the VS .net 2010 starts to crash. It works for all other type applications and silverlight application. It seems the problem is caused by ArcGIS Silverlight API ( 2.2 beta), I didn't try 2.1 yet on Window 7 yest, but the same VS .NET 2010, ArcGIS server, Silverlight API, Map Service, I set on Window server 2003 and 2008, both of them worked fine, never crashed. Thanks in advance !!
... View more
04-07-2011
08:50 PM
|
0
|
3
|
624
|
|
POST
|
Hi, You are right, I tested in another machine with SP1, it worked. I am not for sure I installed SP1 on the servers which I am working on. Thank you so much, it helped me or gave me the clue to fixed the problem.
... View more
03-16-2011
09:28 AM
|
0
|
0
|
293
|
|
POST
|
Hi, I have a Dynamice service called TestService., the service map file has 3 layers. I am using ArcGIS server Silverlight API 2.1 and 2.2 (beta). In both version: I could not get the legend rest end point. When I open the link as the following: http://testServer/arcgis/rest/services/TestService/MapServer/legend It got the error : invalid URL If I open the link : http://testServer/arcgis/rest/services/TestService/MapServer Between Map Name and Layers: I only have link: All Layers and Tables, no link for Legend Thanks in advance for you help !!
... View more
03-16-2011
07:45 AM
|
0
|
2
|
565
|
|
POST
|
1. If your map is not in Web Mecator, convert to lat -Long 2 . If you open streetview in a new page : in xaml.cs, some code like the following: string lng = pt.X.ToString(); string lat = pt.Y.ToString(); string urlStr = "StreetView.aspx?lat=" + lat + "&lng=" + lng; HtmlPage.Window.Invoke("open", new object[] { urlStr, "win", "toolbar=no,width=650, height=700" }); in streetView.aspx: <script type="text/javascript"> var myPano; // Function to retrieve URL parameters function gup(name) { name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); var regexS = "[\\?&]" + name + "=([^&#]*)"; var regex = new RegExp(regexS); var results = regex.exec(window.location.href); if (results == null) return ""; else return results[1]; } // Initialze the display on the web page function initialize() { lat = gup('lat'); document.getElementsByTagName("iframe")[0].src = "http://maps.google.com/maps?f=q&source=embed&hl=en&ie=UTF8&ll=" + lat + "," + lng + "&z=16&layer=c&cbll=" + lat + "," + lng + "&cbp=12,326.62,,0,5&output=svembed"; } </script>
... View more
01-19-2011
12:04 PM
|
0
|
0
|
452
|
|
POST
|
I just want to say : thanks to all of your hard work, The sample really helped me.
... View more
11-23-2010
10:57 AM
|
0
|
0
|
1327
|
|
POST
|
Darina Thank you so much. #1, I did the same thing as you suggested, it wroked as you described, but I do hope there is a more smoothly way. #2, I tried us refresh(), it didn't work for me, so I just set the cluster to null, when the result records is 0, if it is not 0, I reset the cluster to the one I declared in the code. so I moved the flarecluster from .xaml to the code. If you could kindly post your code here, certainly will help many people they may need. Thanks again !!
... View more
11-16-2010
01:07 PM
|
0
|
0
|
616
|
|
POST
|
Hi, I am working on two issures, any help will be appreciated. #1. Clustering on the map does not change when value changes on timeslider #2. When query a feature layers, if the returned records is 0, the clustering not change, still display on the map. Thanks again.
... View more
11-16-2010
08:53 AM
|
0
|
5
|
1057
|
|
POST
|
My experiences is that: need a few times to rebuild caches using Update Titles and Recreate Empty Titles. After I did a few times, it seems improved. I don't know why there were so many empty titles first time.
... View more
11-12-2010
09:46 AM
|
0
|
0
|
716
|
|
POST
|
I have the same problem, for me it seems: the cache I built with ArcGIS 10, has the problem, the problem built with ArcGIS 9.3.1, it was fine. I wonder if it is beacuse the cache created in 10 with compact storage format. Any help on this problem will be appreciated.
... View more
11-11-2010
04:08 AM
|
0
|
0
|
716
|
|
POST
|
Thanks for the clue. Unfortunately, for bing layer, there is no ProxyURL property.
... View more
10-18-2010
01:26 PM
|
0
|
0
|
1077
|
|
POST
|
Hi, First, thanks to all kind help. The detailed error message is as the following, when the bing map no show up in my test application, the ESRI Bing samples are blanks too from my machine. I have several machines, all of them are the same. //--------------------------------- Microsoft JScript runtime error: Unhandled Error in Silverlight Application An error occurred while trying to make a request to URI 'http://dev.virtualearth.net/webservices/v1/imageryservice/imageryservice.svc'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details. at ESRI.ArcGIS.Client.Layer.OnInitializationFailed(EventArgs e) at ESRI.ArcGIS.Client.Layer.Initialize() at ESRI.ArcGIS.Client.Bing.TileLayer.imageryService_GetImageryMetadataCompleted(Object sender, GetImageryMetadataCompletedEventArgs e) at ESRI.ArcGIS.Client.Bing.ImageryService.ImageryServiceClient.OnGetImageryMetadataCompleted(Object state)
... View more
10-18-2010
11:40 AM
|
0
|
0
|
1077
|
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|