ideal

Mainframe to .NET migration

Hi, What are the various tools available for migrating a Mainframe application (front end, DB, Business Logic) into .NET (C#.NET or VB.NET) and SQL Server 2005. The current Mainframe system has: CICS - front end, COBOL - language IDEAL and DATAComDB - database. Thanks in advance. Ajish ...

certificate issues running app in windows 7 ?

Hi, I'm having some problems with my App. I'm using 'org.mentalis.security' assembly to create a certificate object from a 'pfx' file, this is the line of code where the exception occurs : Certificate cert = Certificate.CreateFromPfxFile(publicKey, certificatePassword); this has always worked and still does in production, but for some...