This might sound very very basic 101 type question, but I really need help on this. I am a .net background developer, and recently received an existing project's code which is in ColdFusion. I want to open this existing code in CF Builder.
I installed prequisites like ColdFusion developer edition and ColdFusion builder. In visual studio, we do this thing either by double click on the csproj file in the explorer or from File > Open menu and selecting project. In CF Builder I don't see that option at all. In the code there are files with CFM and CFC extension, Two LCK files. In the builder, there is no Open Project option (There is one inside Project menu but that's always disabled) . I also tried Import project but no luck. Any help? I am using CF Builder 2 trial version.
You should be able to import your project with the following steps:
That should have your CFML project imported into the IDE and 'tagged' as a CFML project.