i have to develop a C# desktop application. but this application needs to be deployed on a windows nt 4.0 system with 96 mb ram and there is no chance we can increase the ram as the systems have deployed to clients. my application will be the only application running the system. there wont be any other application. any information regarding shortfalls or performance issues to look at , any information or links regarding this will be helpful
kiran

Develop .net application for windows nt 4.0
Billy Porter
I can't say that I have a lot of experience here, but I have developed a Windows Forms client that runs on NT 4 Service Pack 6A and it seemed to work reasonably well. So yes, it is possible, but given your system resources it might take forever to run, if it can run at all.
As an alternative, you might want to consider perhaps a VBScript or other shell scripting (even VB6!) if you can't get a winform app to work.
You might want to consider emulating a NT 4 system in VirtualPC or VMWare under similar memory limitations and see how it goes.
Good luck! :)
-Paul