I need to install the framework on a bunch of computers. To be sure that the installation is successfull I can check the errorlevel of the setup.exe. But how can I test if the framework is working fine after a lot of additional programs?
I am currently in the process of creating a setup for an application, that requires the VC++ 2008 runtime libraries to be installed. The setup is created using a Visual Studio 2008 Setup Project. There I can add the runtime libraries as necessary components.
I installed one smart client application. Then I upgraded the application with newly published version and after that I tried to uninstall the installed version from the add\remove program. I got following error ERROR SUMMARY
how can I install the .Net Framework Configuration Utility? From what I read it should be accessible from the Administrative Tools menu in the control panel. Thanks for your help
I have been trying to get typelib registration to work on VS2008 with a .Net/COM assembly and a generated typelibrary. I cannot get the type library properly included into the setup project. This is the error/warning I get:
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
How to I get my ASPX files to run through local host? I have them set up in C:\Inetpub\wwwroot, but I can't seem to figure out how to wade through all the IIS settings to get my default website to display through http://localhost/.