C
C#9mo ago
CozyDev

✅ May sound dumb, how do i find that AssemblyInfo.cs file?

I dont seems to find it, i want to change the taskbar-viewing name of my project from default backslash to custom name. Im creating WinForm app. Ive try to change the Assembly Name in properties, but it doesn’t affected the default backslash name on taskbar-viewing. Any solution?
11 Replies
CozyDev
CozyDev9mo ago
Im using .NET 6.0 long terms support. Also ping me when response
Azrael
Azrael9mo ago
You have to create the file.
Azrael
Azrael9mo ago
CozyDev
CozyDev9mo ago
Thx im getting on my pc So yalls saying that ive turned off that auto-genarated features so now i have to manual created one? @dynamic boi I dont know how to even disable or enable that features Ig i may accidentally turn it off @Azrael how do i open that tab "add project"?
Azrael
Azrael9mo ago
Right click and click add?
CozyDev
CozyDev9mo ago
add which "project"? OH OK I GET IT sorry
using System.Runtime.InteropServices;

// In SDK-style projects such as this one, several assembly attributes that were historically
// defined in this file are now automatically added during build and populated with
// values defined in project properties. For details of which attributes are included
// and how to customise this process see: https://aka.ms/assembly-info-properties


// Setting ComVisible to false makes the types in this assembly not visible to COM
// components. If you need to access a type in this assembly from COM, set the ComVisible
// attribute to true on that type.

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM.

[assembly: Guid("97b712c9-efa9-4a73-8443-507017f87583")]
using System.Runtime.InteropServices;

// In SDK-style projects such as this one, several assembly attributes that were historically
// defined in this file are now automatically added during build and populated with
// values defined in project properties. For details of which attributes are included
// and how to customise this process see: https://aka.ms/assembly-info-properties


// Setting ComVisible to false makes the types in this assembly not visible to COM
// components. If you need to access a type in this assembly from COM, set the ComVisible
// attribute to true on that type.

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM.

[assembly: Guid("97b712c9-efa9-4a73-8443-507017f87583")]
@Azrael the ai tell me to find the assemblyTitle line but there's no line like that this is what i get after create the info file help
Angius
Angius9mo ago
Change the app's name shown on the taskbar
CozyDev
CozyDev9mo ago
any solution @Azrael ?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Azrael
Azrael9mo ago
Stop pinging me. Thanks.
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View