views:

118

answers:

1

i am trying opening adobe coldfusionbuilder coldfusion , and it is throwing error

"open project has encountered a problem"

Problems occurred opening the selected resources.The project description file

(.project) for 'dev - work' is missing. This file contains important information about the project. The project will not function properly until this file is restored.

How to solve this issue? strong text

+2  A: 

What about ovbious steps? It looks like you accidentally deleted the Eclipse project configuration file.

Check if ''.project'' file exists in project directory. If it is missing, re-creating the project and copying the source files from the old is the way to fix it.

Also you can try to create project with same name and copy the ''.project'' file to the old one. Bu you'll need to remove this invalid project first (without deleting the source files) and import it later, because Eclipse (FBuilder) wont allow you to have two projects with same name in workspace.

Sergii