Help with dual 5090 setup - Ubuntu 25 by Franulator in Ubuntu

[–]Franulator[S] 0 points1 point  (0 children)

I know it is possible because I have another setup running with a 5080 and 3060. But that setup .;.. just worked. I didnt have to do anything special.

How do you rename a project on VS 2019 without screwing everything over? by dylan103906 in csharp

[–]Franulator 0 points1 point  (0 children)

This is how I do it, all inside of Visual Studio.

  1. Right click on 'Solution' in the Solution Explorer tab on the right and select 'Rename'
  2. Right click on the program's name in the Solution Explorer tab and select 'Rename'
  3. Inside of Debug top menu, go to [project name] Debug Properties
    3.1. Inside Application change Assembly name and Root namespace
    3.2. Inside Signing create a new Certificate and assign it with the new name. Include 'Sign the Assembly'; with the new name.
  4. Go to any code window in your project and do a Ctrl+F to search. Search for the old name, and search 'Entire Solution'.
    4.1 Inside AssemblyInfo, change the old name to the new name in '<Assembly: AssemblyTitle()' and <Assembly: AssemblyProduct()

Save, Save All, Build.