I've got an app that is built with ODP.NET 2.111.6.20 - all the references in VS are set Specific Version to false, but when I try to run the app on a machine that only has 2.111.6.0, it throws an error saying it can't find the 2.111.6.20 assembly. How can I get my app to run with any version of ODP.NET 2.111?
How do I use a version of ODP.NET different to the one I built with?
1.2k Views Asked by thecoop At
1
There are 1 best solutions below
Related Questions in ORACLE
- Column displays each count
- MAX and GROUP BY - SQL
- Best Practice for adding columns to a Table in Oracle database
- Updating an Oracle row with value from same row
- Retrieving data from Oracle database
- Ibatis execute update sql on oracle, it is not working and no exceptions
- Building an sql execution plan history
- Implementation of Rank and Dense Rank in MySQL
- how to update the date field for this specific condition using oracle query?
- Oracle stored procedure wrapping compile error with inline comments
- Android: How to connect oracle database using Android Java code?
- SQL Conditional Join on Columns
- Multi value wildcard search in ibatis
- Get count of consecutive days meeting a given criteria
- How to update the metadata of a layer in Oracle imported through FME Workbench?
Related Questions in ODP.NET
- ODP.NET Managed library does resolve alias, but 32-bit library does
- Oracle error: PLS-00306: wrong number or types of arguments
- Error in Oracle.ManagedDataAccess.dll: Item has already been added. Key in dictionary: '4118' Key being added: '4118'?
- How to get ODP.NET to return null value for User Defined Type from out parameter in Oracle stored procedure?
- Managed ODP.NET Calls to PUBLIC Database Link tables cause TNS errors
- Ar thematic operator Overflow Oracle ODP.NET
- Properly Install Oracle ODAC With ODT 11.2.3.20
- DbCommand.ExecuteNonQuery hangs indefinitely
- Oracle ODP.net Managed driver can't find the Oracle.Web
- EMPTY_BLOB in OracleParameter ODP.NET
- Missing SELECT keyword when inserting in ASP.NET
- OracleBulkCopy Class in Oracle.ManagedDataAccess.dll?
- Enterprise Library DAAB 6 and ODP.NET - Connection string for the default database 'XXX' does not exist
- Data access layer throws transaction exceptions when running multiple tests at the same time
- Exception while executing stored procedure odp.net
Related Questions in ASSEMBLYVERSIONS
- Setting the assembly file version and assembly version using cc.net and msbuild
- How can I get the build number of a Visual Studio project to increment?
- Get assembly version of another project (.exe)
- Change assembly version of another .EXE
- AssemblyVersion("1.0.*") one hour behind on the Revision value?
- How do I help my console application find all the referenced assemblies?
- How do I use a version of ODP.NET different to the one I built with?
- can I correspond a system assembly version with a dotnet framework version? and how to know if an assembly is included in the framework?
- Best practices/guidance for maintaining assembly version numbers
- How to specify the solution file location for versioning assembly info files in MSBUILD
- Changing AssemblyVersion Stop project Compiling
- What causes Assembly Version incrementation when using asterisk?
- support multiple versions of third party library
- Regex in powershell for getting assembly version number
- Could not load file or assembly System.ComponentModel.Annotations, Version=4.2.0.0
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I suppose the assembly is strongly signed, so you get the exception. You could use binding redirect in your app.config file: