dllshepherd.net
Dll Shepherd.Net: March 2013
http://www.dllshepherd.net/2013_03_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Wednesday, March 27, 2013. SDE: Using SQL to copy feature rows. Or to Bulk Insert features to a feature table). This only works if you are using Oracle/MS SQL geometry types (where the shape field is not an integer but an actual shape). Well last week I needed to duplicate rows in a feature table and found this link. And even though it says ArcSDE 9.3.1 as the latest version it works on version 10. 2 from. Links to this post.
dllshepherd.net
Dll Shepherd.Net: July 2011
http://www.dllshepherd.net/2011_07_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Tuesday, July 12, 2011. Silverlight: Adding Google Streets View, part 2. Adding Google Streets View. Using Google API V3 instead of V2. Or actually “ops…”. During the testing stage for our application my Team Leader installed the application on another server and tried to run it. He got this pop-up for his trouble:. This web site needs a different Google Maps API key. A new key can be. Http:/ maps.google.com/maps? 160; &#...
dllshepherd.net
Dll Shepherd.Net: Everything for Free, part 1
http://www.dllshepherd.net/2013/10/everything-for-free-part-1.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Saturday, October 19, 2013. Everything for Free, part 1. The title is from K’s Choice – Everything for Free. I have a friend who keeps calling me a hacker, I am not a hacker – not even close. I just use the tools I know far beyond what most other people are using them for. That is how I get some stuff for free while other people choose to pay for them. So how do you get free IOS Apps? This how I got “ Bike Baron. Using this wa...
dllshepherd.net
Dll Shepherd.Net: November 2011
http://www.dllshepherd.net/2011_11_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Wednesday, November 23, 2011. Clearing ArcGIS Server REST API Cache. Whenever you change a layer in the DB or publish a new server you might notice that the REST API will not automatically update. In order for it to update you might need to clear the REST API cache. There are several ways to do so:. ArcGis Server comes with a REST API admin page, which can be found here:. 2 The process needs to be done manually. 160; ...
dllshepherd.net
Dll Shepherd.Net: April 2012
http://www.dllshepherd.net/2012_04_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Wednesday, April 11, 2012. COMException: Abstract Data Types not supported. 8220;Full” Exception:. System.Runtime.InteropServices.COMException: Abstract Data Types not supported [SHEMA.LAYER][STATE ID = 0]. Where workspace is IFeatureWorkspace). With a layer that was not defined in the SDE. You will get the given error. Why did it happen to me? Registering the layer using:. Sdelayer -o register –s SERVER. 8211;i SDE INSTANCE.
dllshepherd.net
Dll Shepherd.Net: December 2011
http://www.dllshepherd.net/2011_12_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Monday, December 26, 2011. List of ArcObjects posts:. Posted by Roy Dallal. Links to this post. ArcObjects: Workspace is Down. This post is the sixth post in my ArcObjects series. This is a direct continuation from my post ArcObjects: Workspace Provider. Back in March our DB was down over the night and unlike all the other systems ours didn't just resume work after the DB was brought up, it needed the team’s involvement. I jus...
dllshepherd.net
Dll Shepherd.Net: March 2012
http://www.dllshepherd.net/2012_03_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Sunday, March 4, 2012. Or how the definition of the request can get us confused? One of my team members asked me today to help her in a SQL query and although I hate SQL I tried to help her. She wanted to select a row by a distinct. Field – ColumnA and to view other columns in that row, so I started the query with the distinct keyword:. The end result query:. Was what she wanted. God bless coffee (and StackOverFlow)…. So I Goo...
dllshepherd.net
Dll Shepherd.Net: May 2012
http://www.dllshepherd.net/2012_05_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Thursday, May 31, 2012. Silverlight: TextBox binding only works when control not in focus. So after fixing the Watermark and the AutoCompleteBox that used a service to populate the items in the code behind (using this. I got down to the actual minor functionality tweaks. Like when the user presses enter in AutoCompleteBox or TextBox some Action is triggered. For the AutoCompleteBox I used the Attached Property Approach. Using ...
dllshepherd.net
Dll Shepherd.Net: January 2012
http://www.dllshepherd.net/2012_01_01_archive.html
Blogs, C#, Unit Test, ESRI, . Subscribe Now: Feed Icon. Subscribe in a reader. Wednesday, January 25, 2012. Silverlight Windows Authentication (the Prism way). Note: this was done with Silverlight 5 and Prism 4. In the past month our team started a new project and after many discussions of how to build it right, decided to use the Prism framework (you an read more on Prism here. Code in the main Silverlight Application project (not in Class Library projects). Configuration in App.Xaml. In the end I decid...