G
Guest
I love the .NET framwework. Compared to mfc this is a dream to work with.
I would love if the C# and maybe other languages too, somehow gives more
friendly messages when executed on a machine with not .NET framework
installed.
* Some unmanaged startup stub in the generated executable would be nice.
Maybe a stub that starts up a web site telling you that this application
cannot be run and that you need to install the .NET framework in order to
run this program. (now I get some strange error about an mscoree not found.
This might scare away a lot of users to ever download a .NET program again)
* And another point for the wishlist, is to make the .NET framework a little
bit user friendly when it encounters an error.
If a dll is incorrect I get a cryptic dialog box with a lot of technical
details, which is nice for the programmer that develops the program but
useless for the user.
Again, a web page could be shown telling you that you do not have enough
security rights browse to a network drive and that you have to give enough
rights to the program.
Maybe with a link to the .NET configuration program.
This would also be nice if some dll is not installed. It could show a web
page telling you that the dll with version xx.xx.xx.is not found and that
needs to be installed first.
This could be some plug-in that hooks itself to the .NET error handling.
I would love if the C# and maybe other languages too, somehow gives more
friendly messages when executed on a machine with not .NET framework
installed.
* Some unmanaged startup stub in the generated executable would be nice.
Maybe a stub that starts up a web site telling you that this application
cannot be run and that you need to install the .NET framework in order to
run this program. (now I get some strange error about an mscoree not found.
This might scare away a lot of users to ever download a .NET program again)
* And another point for the wishlist, is to make the .NET framework a little
bit user friendly when it encounters an error.
If a dll is incorrect I get a cryptic dialog box with a lot of technical
details, which is nice for the programmer that develops the program but
useless for the user.
Again, a web page could be shown telling you that you do not have enough
security rights browse to a network drive and that you have to give enough
rights to the program.
Maybe with a link to the .NET configuration program.
This would also be nice if some dll is not installed. It could show a web
page telling you that the dll with version xx.xx.xx.is not found and that
needs to be installed first.
This could be some plug-in that hooks itself to the .NET error handling.