I have created a SharePoint 2010 web part through Visual Studio 2010. All works nicely. However, I have several web parts to build in total and I have a class library that will contain standard methods I can reuse. When I add this class library to my web part solution I get an error when deploying to SharePoint:-
"Could not load file or assembly 'SPUtilities, Version=0.0.1.0, Culture=neutral, PublicKeyToken=2986f17b005315a6' or one of its dependencies. The system cannot find the file specified."
What am I missing? I cannot seem to find any documentation on this on the internet - all examples show just the creation of a web part.
Thanks in advance.