cancel
Showing results for 
Search instead for 
Did you mean: 

Desktop Actions- Some Problems

avigano
Champ in-the-making
Champ in-the-making
Hello, I am trying to make the desktop Actions work.

I correctly see the virtual EXEs icons in the cifs shares, but when I drag and drop some files on it I got this error "The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem."

I have also got some Security Warning, before that error, asking me if I am sure about running it (that's because publishe is uknown).

_AlfrescoClient url is working fine.

Any help?

Thank you.
5 REPLIES 5

gary_spencer
Champ in-the-making
Champ in-the-making
Hi,

Are there any errors during startup in the alfresco.log ? (you can email the log, I'll take a look).

What's the client OS ?. Is the Alfresco.exe in the WEB-INF/classes/alfresco/desktop folder ?.

Cheers

Gary

avigano
Champ in-the-making
Champ in-the-making
Hi,
Alfresco.exe is in this location "/opt/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/desktop/Alfresco.exe
".

The client os is Windows XP Professional Service Pack 2, but I have the same behaviour on a Windows 2003 Server- SP1.

I am emailing you alfresco.log.

Thanks for your help,
Alessandro Vigan?

avigano
Champ in-the-making
Champ in-the-making
Hi,
Alfresco.exe is in this location /opt/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/desktop/Alfresco.exe
.

The client os is Windows XP Professional Service Pack 2, but I have the same behaviour on a Windows 2003 Server- SP1.

I am emailing you alfresco.log.

Thanks for your help,
Alessandro Vigan?

ale
Champ in-the-making
Champ in-the-making
i took a look at windows error events. the main error is:

<<Resolve Partial Assembly non riuscito per Microsoft.VC80.MFC. Riferimento al messaggio di errore: L'assembly a cui si fa riferimento non ? installato nel computer.>>

than means:

<<Resolve Partial Assembly failed for Microsoft.VC80.MFC. Error message reference: the refrenced assembly is not present in the computer.>>

in the end i downloaded this:

http://www.microsoft.com/downloads/details.aspx?displaylang=it&FamilyID=32BC1BEE-A3F9-4C13-9C99-220B...

and everything works!!!

avigano
Champ in-the-making
Champ in-the-making
I can confirm it works.

I updated the wiki (http://wiki.alfresco.com/wiki/Desktop_Actions)

For developers: perhaps it should be considered (if possible) some kind of static linking with those libraries, so we can have just a standalone executable.