For a little background, I am trying to reference our own unsigned libraries as well as some third party ones in a CRM 2011 Plugin. I am registering it to the database and using the following ILMerge method: http://blogs.msdn.com/b/crm/archive/2010/11/09/how-to-reference-assemblies-from-plug-ins.aspx
After getting it all compiled I am running into a 404 error when trying to register my plugin, I found the following article but it is still not working. http://www.ryanjones.io/2011/05/28/uploading-large-crm-2011-plugins/
Any ideas or help would be much appreciated.