Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
2k views

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: <pages ...
2
votes
3answers
118 views

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: <head> ... <script ...
2
votes
1answer
791 views

Question about mixing MEF and Unity

I'm finally diving into Unity head first, and have run into my first real problem. I've been gradually changing some things in my app from being MEF-resolved to Unity-resolved. Everything went fine ...
1
vote
1answer
24 views

Both php4 and php5 running on one system

I'm having a problem with my customer's host. The host has configured the server in a way that php4 and php5 co-exist. If you want to use php4, you just have to use a .php extension for your files. If ...
1
vote
1answer
217 views

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 ...
0
votes
1answer
95 views

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 am very new to DB2 so please bare with me while I try and explain. I already have a another version of DB2 installed on ...
0
votes
1answer
190 views

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 & ...