I have to admit that I'm completely stuck. I have a project with a series of event receivers that act on a custom list's Added, Modified, and Deleting events. The project references three custom DLLs, which I have included in the deploy package (by opening package.package, going to "advanced" and adding each assembly. When I run the project on my local virtual machine SharePoint 2010 installation, it works great.
However, when I deploy to our development server, the program behaves as though the assemblies are not there. I have checked the GAC, and see the assemblies have been deployed properly, and I've checked all over this forum and the rest of the web to see what I'm missing, but everybody says the same thing: to include the assemblies in the package, which I'm already doing.
Any ideas on what I could possibly be missing?
Many, many thanks,
Kevin
Kevin McGrath