Michael,
Thanks for your support so far. I ran into another issue. Please let me know if you are aware of the problem/solution. Thankx once again.
Steps I followed:
1. I have set up the membership schema in Oracle Database
2. I have modified the config file to refer to the oracle membership provider
3. I have set up the front end with the sample login pages
I am getting a type initializer error with Oracle.DataAccess.dll.
1. I used the dll provided with RAdical development. I get the following error
Provider is not compatible with Oracle Client version
The provider is not compatible with the version of Oracle client
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Oracle.DataAccess.Client.OracleException: The provider is not compatible with the version of Oracle client
2. I removed this dll from the project, and added the Oracle.dataacess.dll which was present in my machine (ODP.net), I get the following mismatch error.
Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I am positive that the error is due to the Oracle DataAccess dll. But how do I fix this one. Which dll should I use? If I use the radical, i get the type mismatch error. If i use the ODP.net provided dll, I get the could not load file error. I am confused at this stage.
Thank you very much for your support. I appreciate your help!
Warm Regards,
RS