Symptoms
Error on saving a Document Definition or uploading a project:
'Oracle.DataAccess, Version={Version number}, Culture={Parameter}, PublicKeyToken=89b483f429c47342' is not a valid assembly name
Cause
The Oracle.DataAccess.dll is not correctly assembled on the machine.
Resolution
The issue can be fixed by reapplying the registration process (both x32/x64 versions are referenced here):
OraProvCfg.exe /action:gac /providerpath:C:\oracle\product\{Version number}\x32\ODP.NET\bin\4\Oracle.DataAccess.dll
OraProvCfg.exe /action:gac /providerpath:C:\oracle\product\{Version number}\x64\ODP.NET\bin\4\Oracle.DataAccess.dll
Comments
0 comments
Please sign in to leave a comment.