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.
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: ...
denormalizer
  • 2,186
  • 3
  • 24
  • 36
1
vote
2 answers

Working with Java and VB.net

We want to create a system/application with several coverages (i.e inventory, monitoring, etc). But me and my friend knows different programming languages. I know java and he knows vb.net but neither of us knows both. In any case, is it possible if…
acl
  • 23
  • 3
0
votes
0 answers

How to create LTE and WiFi data in same coexistence through matlab?

I am trying to create something similar to https://kr.mathworks.com/help/comm/ug/spectrum-sensing-with-deep-learning-to-identify-5g-and-lte-signals.html this. But instead of 5G, I want to create LTE and WiFi spectogram image dataset for training. Is…
shrusinha
  • 1
  • 1
0
votes
1 answer

SQL22223N creating database with DB2 Express C for Windows

I am having problems trying to create a database with DB2 Express C (v9.7). I already have a another version of DB2 installed on my system: Product: DB2 Connect Enterprise Edition Version: 8.2 Copy: DB2COPY1 Instance: DB2 I understand that it is…
Paul
  • 67
  • 2
  • 10
0
votes
1 answer

VXML getting 'src' for subdialog from variable

Our business is transitioning from an old asp system to a newer ASP.NET system, including massive improvements to our database. There is going to be a period of coexistence, during which old & new will run side-by-side. One app which needs…
Jeff
  • 2,835
  • 3
  • 41
  • 69
0
votes
2 answers

Co-existence of Embarcadero C++Builder 10.3 and 10.4 on the same computer

Does anyone have experience with both versions (C++Builder 10.3 and 10.4) installed on the same computer? Are there possible issues? Only EhLib is used as an additional component. We want to be sure that old projects will still work with the 10.3…
Marvin
  • 1
0
votes
0 answers

Git Corrupt Index

When you migrate from Subversion to Git, you want a small period of having both Subversion and Git (coexistence of subversion and git). During the coexistence phase you have to commit to both. Subversion does understand the commits and updates, but…
Harm
  • 787
  • 7
  • 11
0
votes
2 answers

How to convert a 3 columns data to a co-existance matrix in R?

I've 3 columns data: var1 var2 Z 1 2 1.2 3 4 5.4 1 4 2.3 And I Want to convert it to a co-existance matrix like this one below: 1 2 3 4 1 0 1.2 0 2.3 2 0 0 0 0 3 0 0 0 5.4 …
Brenna
  • 95
  • 2
  • 7
0
votes
1 answer

Angular2 Redirect routes to an external framework

I'm starting the migration of a Yii PHP framework to Angujar2 (typescript). The PHP framework is very big so I'm searching for an strategy for both of them to coexist while migrating little by little page by page. My question is if there is a way of…
0
votes
1 answer

how to configure two or more hosts on WAS server

I have the application deployed on WAS. Now i have made few changes on the code and want to deploy on WAS . I want the old deployment to work as it is. But i also want the new changes to be deployed and work separately independent of the other…
1
2