Troublesome error

We are receiving the following error when we log into our application. I was told to insert the license file into the Bin directory of our app. I have put the SetLicense function into the Application_start function in Global.asax. I have an attached dcoument that shows the error, any ideas?
<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks,
Rick

Please have a look at this post, somewhere closer to the end it details the steps you need to take:

Roman,
We are running our app in a shared hosting environment and we have no control over anything on the server other than our own virtual directory. We require all parts of our app—including 3rd-party components—to be deployable within subfolders from the root of the app itself. This is a standard requirement of ASP.NET apps—to be deployable via XCOPY within a single folder tree. Is there no other way for me to eliminate the above error?

Thanks,
Rick