On startup of our app we need to check that the .net FULL profile is installed. If someone has just the client profile installed, parts of our app will not work.
How can we test that the full profile is installed?
On startup of our app we need to check that the .net FULL profile is installed. If someone has just the client profile installed, parts of our app will not work.
How can we test that the full profile is installed?
Have you looked at this MSDN page yet? There is a way you can query the users registry, and check if they have the full or the client installed, and at what version.