I'm developing a custom solution and had a problem with the feature receiver, I blew it away and create a new and now when I try to deploy the project I get the following error.
Error occurred in deployment step 'Add Solution': The solution cannot be deployed. Directory {DirectoryName} associated with feature {guid1} in the solution is used by feature {guid2} installed in the farm. All features must have unique directories to avoid overwriting files.
When I go into CA - Solution Management the solution doesn't appear in the list.
I've also ran the following
stsadm -o uninstallfeature -id {guid1} -force
stsadm -o uninstallfeature -id {guid2} -force
both report back, Completed Successfully.
I've gone into the Hive\Templates\Features and the {DirectoryName} doesn't exist.
This is my dev box, any way to manually remove the solution?
Error occurred in deployment step 'Add Solution': The solution cannot be deployed. Directory {DirectoryName} associated with feature {guid1} in the solution is used by feature {guid2} installed in the farm. All features must have unique directories to avoid overwriting files.
When I go into CA - Solution Management the solution doesn't appear in the list.
I've also ran the following
stsadm -o uninstallfeature -id {guid1} -force
stsadm -o uninstallfeature -id {guid2} -force
both report back, Completed Successfully.
I've gone into the Hive\Templates\Features and the {DirectoryName} doesn't exist.
This is my dev box, any way to manually remove the solution?