i have a dotnet assembly which i have added to my custom project (i added by right clicking and add reference). While Building application no error occurs, while running on debug mode on creating the new project using the template i get following error.
------------------------------------------------
An exception of type 'System.IO.FileNotFoundException' occurred in Microsoft.VisualStudio.Project.Samples.CustomProject.dll but was not handled in user code
Additional information: Could not load file or assembly 'VSIDEHelpBinary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1b3a0538bbeb2c89' or one of its dependencies. The system cannot find the file specified.
-------------------------------------------------
But the the assembly exist and i dont know why iam getting FileNotFoundError. i tried adding the dll to system32 folder, still no luck.
Please help me on this..