I'm currently working with an unexpired eval version. I have a little test project where I figured out what I need to do and it works just fine. I then took the exact code and added it to the website project I work on in a user control, added all the references needed to the project, and checked that everything in web.config that was supposed to be there was there.
But all I get to show up is a blank panel. I'm not even getting the zoom control or the ThinkGeo logo to show up. I can set the border and background of the control, but the content of the Map is completely empty. When checking Trace.axd I can see that calls were made to bg_GeoResource.axd & tile_GeoResource.axd, just as they are in the test project that works but nothing shows up. There are no javascript errors.
I'm at my wit's end.