I exported a Core Search Results Web Part and created a new Visual Web Part in a Visual Studio project. I have added some code to the .cs page and the code for my exported webpart to the .webpart file of the VS project.
Everything builds fine but I can't seem to deploy this to my web application and get this error: "Error occurred in deployment step 'Activate Features': Feature with Id '1a1f1126-a013-4408-8771-b279696fbb11' is not installed in this farm, and cannot be added to this scope."
Now I have no idea what feature this is that isn't installed in the farm and how can I move past this?
I have done this entire process before on our test environment and the deployment was successful and no issues whatsoever but I can't seem to make this work on our production environment. Any ideas?
Thank you very much!!!!