Tagged Questions
The migrating tag has no wiki summary.
31
votes
6answers
12k views
svn switch error - is not the same repository
I have recently moved the SVN server and now i am tring to relocate the working copies from my computer to the new server. But i get the strangest error.
i do :
svn switch ...
2
votes
3answers
297 views
Selecting a good Framework for web-development
Based the accepted answer to this question I've setup a NetBeans/tomcat environment.
In testing this setup I'm trying to create a Java Web/Web application, but is stumped by the a choice of frameworks ...
1
vote
0answers
379 views
Migrating from VS2005 to VS2010
After migrating a project from VS 2005 to VS 2010, we got the following errors related to include fils of Visual Studio, can anyone provide inputs on solving these? Thanks in advance.
1)
error C3861: ...
1
vote
1answer
456 views
Warnings in edmx file when upgrading from 3.5 to 4
I updated my solution from .NET 3.5 to 4.0, and thanks god, I just had to fix minor things.
But what I don't understand is, the edmx file generated many warnings like this:
Error 2005: Mapping ...
0
votes
1answer
23 views
Migrating from Lighthouse to Jira - Problems Importing Data
I am trying to find the best way to import all of our Lighthouse data (which I exported as JSON) into JIRA, which wants a CSV file.
I have a main folder containing many subdirectories, JSON files and ...
0
votes
3answers
75 views
Argument passing C#/VB.Net
Regards all fellows,
Iam an amateur programmer migrating from vb.net to c#. Things are going nice and clean expect for the ones i've recently figured out, just want to know that in vb.net we can pass ...
0
votes
1answer
21 views
Migrating to mySQL5 supported server - does it take a day? [closed]
Am helping someone to install WP on their current host, which unfortunately only has mySQL4 (whereas WP now requires mySQL5) and their host responded with this message:
"can host it somewhere ...
0
votes
0answers
157 views
Migrating codeigniter script to Socialengine 4 zend framework
Ok, heres the problem.... I am using Social Engine 4 which is built on the Zend Framework and want to integrate an open code PHP script which is built on the PHP Codeigniter framework. Is it ...
0
votes
2answers
322 views
Trying to convert simple execution stored procedure to postgres function - can't get CURRVAL('table_seq') to function
The MySQL Stored Procedure was:
BEGIN
set @sql=_sql;
PREPARE stmt FROM @sql;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
set _ires=LAST_INSERT_ID();
END$$
I tried to ...
0
votes
1answer
50 views
Migrating and comparing a SQL Server database
We downloaded today RedGate's Toolbet, in oder to automatize some tasks that take so long in our company when it comes to databases.
The first one appear with a 15 GB database we have, with a lot of ...
0
votes
1answer
38 views
Whats the easier/elegant option when it comes to porting Classic ASP websites to newer technology/platform?
we have a number of classic asp based websites with CMS functionality. Most run on Mysql 4.1
Please correct or suggest me better options.
My plan is to standardize the existing code to use RESTful ...
0
votes
1answer
19 views
Migrating Apache to another machine
I am using apache version 2.0.16 on opensolaris machine.I have one application running on it.Now I want to copy all the configurations files from this to another machine which has the same ...
0
votes
1answer
319 views
Migrating oracle 6i to 10g web performance problems
Hello
We have recently migrated Oracle 6i forms with a native runtime to 10g to work with web and java. It works but with huge performance problems. For example, in the server which is running red ...
0
votes
1answer
943 views
Migrating SSIS package from SQL Server 2005 to SQL Server 2008
Hi I am Migrating SSIS package from SQL Server 2005 to SQL Server 2008.
The package ran successfully in sql 2005 using provider "SQLNCLI.1".
In sql 2008 I have changed the provider to "SQLNCLI10.1"
...
0
votes
2answers
177 views
rewite rule for two folders
I'm migrating my web from Joomla to Wordpress, in order to do so I need to set up access to a new subfolder to install wp.
I have a htaccess file redirecting actual Joomla app to subdirectory /joomla/ ...