© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•16mo ago•
24 replies
shades

DiscordPresence Issue

Severity    Code    Description    Project    File    Line    Suppression State
Error (active)    CS0246    The type or namespace name 'DiscordPresence' could not be found (are you missing a using directive or an assembly reference?)    Loader    12    

private DiscordPresence discordPresence; // Declare the DiscordPresence instance
Severity    Code    Description    Project    File    Line    Suppression State
Error (active)    CS0246    The type or namespace name 'DiscordPresence' could not be found (are you missing a using directive or an assembly reference?)    Loader    12    

private DiscordPresence discordPresence; // Declare the DiscordPresence instance


Severity    Code    Description    Project    File    Line    Suppression State
Error (active)    CS0246    The type or namespace name 'DiscordPresence' could not be found (are you missing a using directive or an assembly reference?)    Loader    16    

private void InitializeDiscordPresence()
{
discordPresence = new DiscordPresence(); // Create a new DiscordPresence instance
}
Severity    Code    Description    Project    File    Line    Suppression State
Error (active)    CS0246    The type or namespace name 'DiscordPresence' could not be found (are you missing a using directive or an assembly reference?)    Loader    16    

private void InitializeDiscordPresence()
{
discordPresence = new DiscordPresence(); // Create a new DiscordPresence instance
}


If anyone could help it would be amazing I have added the game sdk and used same namespaces etc nothing seems to be solving...
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Issue
C#CC# / help
2y ago
Issue
C#CC# / help
3y ago
✅ jwt audience and issuer
C#CC# / help
3y ago
Rendering Issue
C#CC# / help
7mo ago