Hi,
am developing a connectable webparts using visual webpart. but instead of loading the user control which comes with the visual webpart am trying to load a web user control which i have included under ControlTemplates folder in the project. whlie rendering it is giving the following error.
"Could not load file or assembly '$SharePoint.Project.AssemblyFullName$' or one of its dependencies. The system cannot find the file specified."
i need a sample project or steps in detail to load the simple user control in Visual webpart template or in a webpart template.