Questions tagged [coexistence]
19 questions
7
votes
1 answer
Oracle 10 and Oracle 11 clients coexistence
I'am a asp.net web developer.
I have the Oracle Client 11 instaled to test some features (EF support), but my applications must be in Oracle10 because my customer uses it.
So, if i work in my customer project i need the Oracle10 instaled (to test it…

Ewerton
- 4,046
- 4
- 30
- 56
4
votes
2 answers
WebForms and ASP.NET MVC co-existence
I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I've done to make that happen is that I added a namespaces node to the WebForms web.config:
...

AngryHacker
- 59,598
- 102
- 325
- 594
3
votes
2 answers
Visual Studio Code coexist with Visual Studio 2013
I need to now if VS Code can coexist with Visual Studio 2013 and VS 2010 in the same Machine. (Work one) Sorry about this question, but I don't have much time for reinstalling everything if that fails.

Lucas
- 65
- 6
2
votes
1 answer
Diacritic characters in filenames causing differences between subversion and git (MacOS)
I have filenames with diacritic characters (i.e. Exposé.pdf).
$ svn stat
! Exposé.pdf
? Exposé.pdf
I am using subversion and git next to each other (not git-svn).
I am migrating from subversion to git and want to have a co-existence for a…

Harm
- 787
- 7
- 11
2
votes
2 answers
Can I set IDLE to start Python 2.5 by default?
Ok, so I just installed Python 2.7, but I all ready had python 2.5. I realized that because I installed Python 2.7 last, IDLE automatically opens Python 2.7 IDLE, which I don't want. Is there any way to set the Python 2.5 IDLE to automatically open…

Tom
- 846
- 5
- 18
- 30
1
vote
3 answers
Prototype code not working when jQuyery library is loaded on top
My prototype code no longer works when I load in the jquery library, even though jquery is the first library to be loaded.
The html of the page looks a bit like so:
...