... this is the result:

I have an application written with .NET (VB.NET) that interacts with
Navision. This application works ok if it's launched on the client system (some
customers does this) and works ok on the server side, but I have a customer that
has an NT 4 Server Terminal Server Edition where their users work
with Navision.
Today I've discovered that .NET Framework is not supported on NT 4.0 Terminal
Server Edition so the consequence are:
- The users will launch the .NET program locally (actually they work in this
way)
- The customer upgrade his servers (impossible I think...
)
- I have to rewrite the application with an other platform (for example
VB6). Bleah...

- Someone gives me a miracle or a brilliant idea to solve the problem...
