I have an application that uses .net 3.5 (created in C # - Visual Studio 2010). The application works fine, but if I try to publish and establish the prerequisites for using the same location as the application, I get this:
Error 2 The installation location for the required components was not installed on the "component provider website", and the file "DotNetFX35SP1 \ dotNetFX20 \ aspnet.msp" in the ".NET Framework 3.5 SP1" element could not be located on the disk. For more information, see Help. Aplication
I have the framework installed as well as the suite, but I think I need to put files somewhere ... but I don’t know where.
Can anyone help me out?
zozo source
share