This morning, I opened up a .NET project I created in VB 2010 Express over a year ago. I upgraded to a new machine and also from 10 to 10.1. I noticed that the licensing procedure has changed, but I can't figure out a few things:
1) Why would ESRI.ArcGIS.esriSystem.dll not be in my DotNet folder? 2) Is my method for initializing the license the wrong way to do it?
I'm using this code to retrieve the coordinates of the corners of a set of rasters. I tried searching for information on how to initialize a license for a couple hours now with no solid reason as to why my reference to ESRI.ArcGIS.esriSystem won't work.
ESRI.ArcGIS.System.dll is the assembly that you seek.
When I declare "Imports ESRI.ArcGIS.System" at the top, VB 2010 gives me the following error:
"Namespace or type specified in the Imports 'ESRI.ArcGIS.System' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases."
I checked my references and it's listed in there, so I don't know what setting I need to change.