0
votes
1answer
27 views

Work with SequentialWorkflowActivity in WF4

I have a workflow application developped with WF 3.5 and I'm migrating to 4.5. My application is using a class which is inheriting from SequentialWorkflowActivity and this class is not existing in the ...
0
votes
0answers
9 views

Missing FormsAuthenticationService after update Frm 4.5

After install and update my web project to framework 4.5, System.Web.Securty.FormsAuthenticationService is missing... what happen?! i'm trying to do signin my user: var formAuth = new ...
0
votes
1answer
116 views

Entity Framework MigrationSqlGenerator for SQLite

is there a MigrationSqlGenerator for SQLite to use with entity framework? I only found one from devart which is commercial. No MigrationSqlGenerator found for provider 'System.Data.SQLite'. Use ...
0
votes
2answers
69 views

System.TypeLoadException referencing .NET 1.0 assemblies after .NET 4.0 migration

There's a project which was migrated from .NET 3.5 to .NET 4.0. The project has some references to .NET 1.0 assemblies, which are wrappers around COM objects. These .NET 1.0 assemblies and COM objects ...
6
votes
1answer
145 views

Serialization and object versioning in C#

If I want to serialize an object I have to use [Serializable] attribute and all member variables will be written to the file. What I don't know how to do versioning e.g. if I add a new member variable ...
0
votes
0answers
44 views

Migration of an C++ .NET solution from VS2008 to VS2010 (CLR breakpoint IntelliSense)

My Solution in-cooperates one .NET framework project and several C++ projects. Bad news: VS2010 does not support Intelli Sense for .NET. Additionally I am forced to enable the /CLR support for my ...
3
votes
2answers
65 views

Does Microsoft provides support for the obsolete methods if used in the latest .Net Framework

The extended support for Dot Net Framework 1.1 is ending in the September 2013,it enforces everyone to do the framework upgrade to higher version to get the benefit of microsoft support. After doing ...
1
vote
0answers
28 views

Serialization framework for .NET with migrations

I'm used to working with Ruby / Rails and the ActiveRecord framework. One of the nice things about this framework is the migration strategy for defining DB schema. This means old versions of the ...
0
votes
1answer
64 views

Best Approach of Migrating from .net 1.0 to .net 3.5 [duplicate]

Possible Duplicate: Migration from asp.net 1.0 to asp.net 3.5 Can any one suggest me the best approach of migrating my project from .net 1.0 to .net 3.5 When i Searched for this stuff , i ...
0
votes
0answers
35 views

Migration from asp.net 1.0 to asp.net 3.5

I would like to migrate my project from .net 1.0 to .net 3.5. I would like to know the best way for this migration process. As per the suggestions of Google and SO this can be done in two ways. ...
1
vote
1answer
117 views

Custom code execution in EF migrations

Working with the Entity Frameworks migrations successfully in our project. But now I run into a special case where I need to update a table in need of some business logic (located in our application ...
2
votes
1answer
155 views

What is the prefered method AS400 Bridging?

I'm currently working on a project using C# and SQL Studio 2010 that needs to communicate with our legacy program running on the AS400. We have access to a 3rd party suite called ASNA that allows ...
3
votes
1answer
2k views

What determines if Visual Studio 2012 needs to “migrate” a Visual Studio 2010 projecT?

I have an open source project that is primarily developed using MonoDevelop. I went to test it in Visual Studio 2010 and everything worked fine there. Then, I went to test it in Visual Studio 2012 and ...
0
votes
0answers
20 views

Figure out what web services are on IIS 6

I have a web.config file I inherited with code like this: <add key="HFS_WS" value="internalws/hfs"/> When I moved servers, what was referencing this is no longer on the new server. I am ...
1
vote
2answers
201 views

migration analytics management clientlogin

I was using Google Analytics API to show users of my CMS their visitor data. All profiles are under my own account, so using clientlogin and some Google .net libraries I was able to retrieve all web ...
5
votes
1answer
424 views

Handling enum changes in Entity Framework 5

In this question, I discovered that enum changes are not handled by Entity Framework migrations. In fact, enum changes don't even result in a model changed error, so you can change enums at will with ...
13
votes
3answers
803 views

ASP.NET 1.1 to 4.0 migration: events not working

I've recently begun migrating an ASP.NET project from .NET version 1.1 to 4.0. This system currently runs on customer site and works. When I migrate the solution via the VS wizard, I don't get any ...
1
vote
0answers
51 views

EF always generating initial schema

I have been using EF 4.3.1 with much success. Today though as I update one of the tables the whole schema is getting generated instead of only the updated for the single table. How can I prevent the ...
0
votes
1answer
222 views

Force recreate database for Entity to Complex Type conversion

I've got a WCF service using EF (still learning it) to store some own metadata in a database. At some point i realized(requirements changed) I don't need separate entities for some classes and would ...
1
vote
1answer
194 views

Can we migrate MKS 2009 to TFS 2010? If yes how and what tools are available?

I have got a task to migrate MKS Integrity to Team Foundation Server 2010 for some client. I am new to both of them. I am familiar with SVN and clearcase and have used them for 2.5 years each. I ...
0
votes
1answer
74 views

Legacy application migration strategy - advice required on strategy

I'm currently working on moving a complex classic ASP website (v1) over to a new ASP.NET MVC 3 version (v2). The database is going to be retained and used for v2. As I build v2, the business continues ...
0
votes
0answers
67 views

Resources to migrate application from C to C# [closed]

I need to prepare for migrating a large C application to C#. While functionality will largly be the same, we would want to rewrite the application in C# for better maintainability. During this process ...
1
vote
2answers
181 views

Legacy MySQL database mapping to a good .NET ORM for system migration

This is quite a long one, but I'd very much appreciate your thoughts and suggestions. We are busy rebuilding a legacy system which was written in PHP and MySQL and replacing its components with ...
-5
votes
1answer
320 views

Migrating vb6 to .net [closed]

We are about to start a new project using an existing SQL DB, but this project is going to need to reuse a number of core features from an existing vb6 app that uses the same database. Two approaches ...
5
votes
2answers
787 views

Handling migrations with MongoDb

Just to give a little more context to the question, I have a web application (asp mvc) which basically wraps CRUD operations to a MongoDb instance, it carries out validation and certain business logic ...
15
votes
3answers
4k views

Entity framework 4.3 run migrations at application start

What is the best way to execute all required db migrations at application start with EF 4.3?
0
votes
1answer
2k views

Migrating Visual Studio Solution from x86 to x64 Developer Environment

I've looked around and tried many suggestions but none have worked. I recently migrated a web-based application I developed in Visual Web Developer Express 2010 on a 32-bit machine to a newer 64-bit ...
1
vote
0answers
13k views

HTTP Error 404.0 - Not Found -The resource you are looking for has been removed, had its name changed, or is temporarily unavailable

We are migrating our web application wich is built on 1.1 Framework to 4.0 Framework. The older server was a Windows Server 2003 Standard Edition SP2 and the newer one is Windows Server 2008 R2 ...
0
votes
3answers
755 views

Migration of .Net Project from Framework 1.1 to Framework 4.0 (Windows Application)

I am a fresher working in Windows application using .Net Framework 1.1. We are going to migrate our Windows application from .Net Framework 1.1 to 4.0. What are all impacted when we migrate from 1.1 ...
0
votes
2answers
979 views

Guidance on migrating a .NET windows forms application to a web application

Are there any good books or websites on this subject covering subjects like: different migration scenario's (big bang, module for module, function for function) pros and cons do's en dont's tooling ...
3
votes
1answer
784 views

Second Self-To-Self relationship in Entity Framework

Assume we have a domain class public class Incident { [Key] public virtual int IncidentId { get; set; } [Display(Name = "Parent Incident")] public virtual Incident ParentIncident { ...
1
vote
0answers
79 views

Extra tags in project file when converting from VS2005 to VS2010

I converted a project from VS2005 to VS2010. The .csproj file now contains these tags: <FileUpgradeFlags></FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> ...
1
vote
1answer
747 views

Rolling back to previous version in Fluent Migrator

I am attempting to get migrations working with my project using fluent migrator. But due to the lack of documentation I am struggling to figure out how to rollback and have the Down method called for ...
1
vote
3answers
895 views

Migration from .net 2.0 to .net 4.0

Can someone point out the most common roadblocks when migrating a .net 2.0 app to framework 4.0, if any? (I would expect backwards compatibility, but who knows!) I need to estimate the effort of ...
2
votes
1answer
364 views

Migrator.NET MSBuild - Could not load file or assembly 'Migrator.Framework'

I've installed Migrator.NET using NuGet but when I attempt to run a migration using MSBuild I get the following error. I see that its having trouble accessing the Migrator.Framework assembly but I am ...
1
vote
2answers
55 views

Changing to Shared Primary Key on Existing DB?

I have an existing table structure that looks something like this: AnimalTable ------------- |Id | |Color | |Weight | |AnimalType | ------------- CatTable ---------------- |Id ...
3
votes
1answer
1k views

EntityFramework.Migrations, using DbMigrator in a C# class

I just installed the new EntityFramework.Migrations package. I scaffoled my migrations following this tutorial: ...
2
votes
1answer
360 views

refactoring: swicthing from custom data access layer to Entity Framework

I am a .NET Developer and as part of a refactoring project, I have a few questions. Our software is currently using an Active Record pattern (one to one mapping between the data objects and the ...
2
votes
1answer
58 views

Working code migration to XNA - Recomendations

I have been developing some Slot games the last few months, which are developed in c# using flash as interface. For some of this games, flash did a great job, and performance was acceptable, but, as ...
5
votes
3answers
141 views

What are the limitations of T-SQL that can be executed by a System.Data.SqlClient.SqlCommand object?

I have some Transact-SQL that lloks like this, can it be executed through a SqlCommand object, or do I need to start learning Sql Management Objects? BEGIN TRANSACTION BEGIN TRY IF NOT EXISTS ...
2
votes
1answer
635 views

calling .net 4 from .net 3.5 via self hosted wcf service

I have a .net 3.5 application. It cannot be migrated to 4. I need to call a .net 4 assembly from my application. I thought to create a new executable in .net 4 which has a self hosted wcf service ...
7
votes
3answers
6k views

c# “Is not supported by the language” after migration to .net4

I'm trying to migration our website from .Net 3.5 to 4 and I'm encountering a very weird issue. Code that works just fine in 3.5 does not anymore once I target .Net4, giving me the error "xxx is not ...
1
vote
1answer
282 views

Migrating ASP.NET MVC 2.0 to ASP.NET MVC 3.0: Best practices, gotchas

We are in the process of migrating our ASP.NET MVC 2.0 web application to ASP.NET MVC 3.0. We do not intend to migrate all views to Razor and I believe it should be alright. But we use a lot of custom ...
4
votes
3answers
255 views

Does .NET have an equivalent to Delph's VCL component model?

Pardon the "cast pun" but I am a (long long) time Delphi developer. I have stayed at version 6 for an eternity now because it was everything I needed for development. However, lately I've been ...
3
votes
3answers
490 views

Mixing stored procedures business logic and ORM

The company I work for develops a large application which is almost entirely based on stored procedures. We use classic ASP and SQL Server and the major part of the business logic is contained inside ...
0
votes
1answer
411 views

Do any migration tools work with SQL Server CE 4.0?

I'm looking for a tool like FluentMigrator or Tarantino that will work with SQL CE. It appears that neither of those do.
1
vote
2answers
2k views

How to use and master Sybase PowerBuilder .NET V12.0 and how to migrate an old version to it

I am new in Sybase PowerBuilder and I noticed a big difference between it and old versions as it follows the .NET Visual Studio style and concentrates the user interface look, plus having the web ...
1
vote
4answers
230 views

How to judge the work involved in migrating a website from ColdFusion to .NET

I am trying to judge the work involved in migrating our website from Coldfusion to .NET. At this stage all we want to do is create an exact replica so scope creep should hopefully be avoidable. Does ...
0
votes
2answers
186 views

Help with Estimating a Data Migration

Our client has a completely custom CMS that was built in ASP 1.1 and later upgraded to 2.0. The database has over 200 tables, and unfortunately, there's no documentation for either the ASP code or the ...
4
votes
8answers
231 views

VB to C# or VB.net conversion

I have a VB application. Clients wanted to convert that to a .net application. I would like to go ahead and convert that to C# windows application. But I am not sure on challenges that I will be ...

1 2