Upgrade .NET 1.1 WinForm/Service to what?

Posted by Conor on Stack Overflow See other posts from Stack Overflow or by Conor
Published on 2010-04-22T20:54:36Z Indexed on 2010/04/22 21:13 UTC
Read the original article Hit count: 270

Filed under:
|
|
|
|

Hi Folks,

We have a current WinForm/Windows Service running in .NET 1.1 out on various customer sites that is getting data from internal systems, transforming it and then calling a Web Service synchronously.

This client app will no longer work in Vista or Windows 7 etc.. and its time to update!!

I was looking for ideas on what I could do here, I didn't write the App and I have the Business team telling me they want the world but I need to be realistic :)

Things the service must be able to do: - Handle multiple formats from internal system and transform to a schema SAP, ERP etc.. - Run silently and just work on customer sites (it does currently albeit .NET 1.1) - The Customers are unable to call our web service from their sites as they are not technical enough. - Upgrade it's self when updates occur (currently don't have this capability)

Is there anything I can do here other than upgrade the service to run in .NET and add a few more transformation capabilities e..g they want the customer to be able to give us a flat file, an xml file, a csv and the service transforms it and calls the Web Service?

I was hoping in this day and age we could use the Web, but automating this 100% rules it out in my eyes? I could be totally wrong!!

Any help would be gratefully appreciated!

Cheers. Conor

© Stack Overflow or respective owner

Related posts about .NET

Related posts about design