Domanda

Yesterday i was working on a project and everything worked fine, but today when i opened Delphi XE i opened the group project file and then the necessary form and i got this error:

enter image description here

if i press ignore my whole project goes bad because there are some forms that needs it, if i press cancel i get:

enter image description here

but then then the form opens and when i try to compile the project it gives me this:

enter image description here

the most interesting thing is that the component files aren't located in

C:/erpo/121129/frxadcomponents 

this is the directory where the group project lies, i specified the correct library and browsing paths in Delphi and i can see the compiled .Bpl files in

C:\Users\Public\Documents\RAD Studio\8.0\Bpl\ directory 

if i open the group project without opening the forms i can compile it just fine, any ideas guys?

IDE: Rad Studio XE
Components:
DevExpress
Fast Report 4.0
AnyDac
AnyDac Addon for FastReport **frxADComponents**
È stato utile?

Soluzione

Well this helped me:

  1. Open the DCLfrxAD15.dproj
  2. Uniinstall It
  3. Build It
  4. Install it
  5. Close and save it
  6. Open your project
  7. Work

the bigest minus that you have to do it everytime you reload Delphi.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top