bonjour,
j ai trouve la reponse sur ce site
http://scn.sap.com/thread/2134693,
il suffit comme preciser d'ajouter
1 First, set your framework to 4.0 full, not the client. CR requires access to the full framework. (ce qui avait deja ete fais dans mon cas)
2 Then add this to your app.config:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
Marcelle NGOUNOU