Bugs? - Continued
I get back to work this morning, decide to move over the relevant part of my code to VBA, and send an email to the "support receptionist" to let her know that it doesn't work in VBA either. Except... that it does! *sigh* I guess I should now test my .NET code again (just in case it miraculously works again), and if it doesn't work, only keep the very basic stuff and see if it's something I'm doing. If that still doesn't work, I'll post on the forums and hopefully someone will know a workaround... Maybe I'll also submit a bug report to ESRI. You know, because that always makes a difference down the road.
some interfaces don't work as well in .Net, look for the equivalent GEN interface (e.g. ISomeInterfaceGEN). Also, are you using any of the raster workspaces?
cheers
brian
Posted by: Brian Flood | February 01, 2006 at 10:07 AM
I'm not using raster workspaces right now, at least not in this application.
Great to know about interfaces not working as well in .NET... I hadn't hear of GEN interfaces until you mentioned it. I searched through the Help and found a technical document that mentions them and gives a list of GEN interfaces, but none seem to apply to what I need. Would you have any other ideas?
Posted by: Marianne Cardwell | February 01, 2006 at 10:27 AM
would need to see the code :)
b
Posted by: Brian Flood | February 02, 2006 at 08:58 AM
Thanks b. Here's the post on the ESRI forums: http://forums.esri.com/Thread.asp?c=93&f=1741&t=180648&mc=0
Posted by: Marianne Cardwell | February 02, 2006 at 11:10 AM