如何在visual studio 2010中更改.net框架版本的安装文件

问题描述:

我在Visual Studio 2010中使用目标框架版本4.0在C#中创建了一个应用程序,并运行我的应用程序。

但是当我开始为我的应用程序进行Web设置时,当用户安装时出现问题它在他的计算机上发出的消息是无法打开密钥:software\microsoft\asp.net framework \ .4.0.30319.1.verify您有足够的权限访问该密钥,或联系您的支持人员,之后设置为退出..

请帮我解决我的问题

I created a application in C# in visual studio 2010 with target Framework version 4.0, and run my application fine.
but problem comes when i start making web setup for my application, when the user install it on his computer it gives message that "could not open key:software\microsoft\asp.net framework\4.0.30319.1.verify you have sufficient access to that key,or contact your support personnel ", after that setup is exited..
please help me to resolve my problem