Moving program from one platform to another, or replace some of the libraries with other versions or similar libraries
Questions tagged [migrating]
126 questions
1
vote
1 answer
protractor test - Angular 5
We are migrating our ui-library from AngularJS to Angular 5.
I am having trouble with the protractor tests. I'm not clear on what changes I should make to the old AngularJS test to make it compatible with Angular 5.
If anyone has experience of this…

rf2018
- 275
- 3
- 4
- 12
1
vote
1 answer
Migrating Wicket 1.4.x to Wicket 7.9.x
I want to migrate Wicket from 1.4.9 to 7.9.0 but I haven't found any direct links.
Can anyone provide me one?

sk aslam
- 7
- 5
1
vote
1 answer
Bolts-Swift Compiler Errors Swift 4
I've migrated to Swift 4 and I'm using pods.
Within my Bolts-Swift framework I'm getting expected type error.
public func continueWith(_ executor: Executor = .default, continuation: @escaping ((Task) throws -> S)) -> Task {
return…

David Henry
- 1,972
- 20
- 43
1
vote
1 answer
Few Featured Images are not Showing after Migrating to Wordpress From Blogger
I successfully migrated from Blogger to wordpress by using blogger importer plugin
my new site where i upload my database has new domain name
Problem is.. Some of the feature images are showing but rest of all
is not showing..

ahmedibr
- 7
- 5
1
vote
0 answers
Swift 3 - Migrating error Cannot convert value of type 'sockaddr'
I am trying to convert a OSC library from swift 2 to swift 3. I have only two errors left that I caanot solve. The errors are in the code below.
The errors are given by UnsafePointer
error 1:
Cannot convert value of type 'sockaddr' to expected…

SNos
- 3,430
- 5
- 42
- 92
1
vote
0 answers
Migrating to AngularJS 1.6 : 404 not found error on $resource call to backend server
We are migrating from angular 1.1 to angular 1.6.
We added the dependencies and made gulp serve.
Now when we hit localhost:3000, the UI doesnot load and complains- "server responded with 404"
From console we can see, all $resource call to backend…

Ami Bhushan Jha
- 41
- 3
1
vote
1 answer
how to use $filter in ionic 2
I'm migrating an Ionic App to Ionic 2 App, since I'm not expert on Ionic 2 I got some problems doing it.
My question now is if there is any function like $filter in Ionic 2.
This is the code from Ionic 1 that I need to convert:
var group = {};
…

João Silva
- 531
- 4
- 21
- 40
1
vote
0 answers
Handling ParseUser.getCurrentUser() when migrating parse
When migrating from Parse there is no longer a concept of a "current user" constrained to each Cloud Code request. In the instructions it is written that if your code uses Parse.User.current(), you should use request.user instead (see instructions…

Susanne
- 11
- 1
1
vote
2 answers
C migrating to C++ (embedded)
I have a project in pure C - st usb library and I need to migrate it to c++ and change same structures into classes. I removed all c++ "protections" like:
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
I changed all files…

legier
- 129
- 1
- 9
1
vote
1 answer
Getting Error for changing in .xproj file while migrating to asp.net core rc2
While migrating to ASP.Net RC 2, I am getting this error "The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the declaration is correct,…

Rehman Gull
- 63
- 7
1
vote
0 answers
hibernate 4 spring 4: On Lazy loading - Could not obtain transaction-synchronized Session for current thread
I added aspect advice to lazy loading for init session.
After migrating to Spring 4, Hibernate 4, Java 8 got exception:
org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread
Hibernate config:
…

webkiev
- 45
- 7
1
vote
2 answers
Migrating C++CLI wrapper from .NET 4.0 to 4.5 cause winsock error on Windows Server 2012 R2
I have build a C++ CLI wrapper for a communication middleware we use.
The wrapper has been in .NET 4.5 and works fine in Windows 7 and Windows Server 2008 R2. But in Windows Server 2012 R2 it crashes with an "Access violation" error in…

Lotharlux
- 75
- 7
1
vote
1 answer
Migrating oracle 6i to 10g web performance problems
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 hat, switching between two screens in the web version 10g…

neph
- 733
- 1
- 8
- 16
1
vote
1 answer
Migrating shared project from VS 2013 to 2015
We have a solution on VS 2013 that contains a shared code project type (https://github.com/firstfloorsoftware/mui).
We made some minor changes in this code and it has being part of our solution for a while.
Now I want to open this project in VS…

Igor Kondrasovas
- 1,479
- 4
- 19
- 36
1
vote
1 answer
Why should I upgrade from SQL express to standard SQL server?
One of our customer is on SQL express 2012 R2 for last couple of years and their database has grown to 1 GB. At any given time they have around 15 or more workstations connect to this database. They have a dedicated 2008 server for this database. …

Vijay Bansal
- 737
- 7
- 10