tmodloader error cs0012

riverdoggo

Terrarian
does anyone know how to fix this error from happing when you create mods?
 
Can you post a screenshot of the actual error? It'll reference the code causing it.
 
here it is
 

Attachments

  • Capture.PNG
    Capture.PNG
    335.8 KB · Views: 290
Do you have .NET 4.0 installed? At the top of your code, are you using the right include statements such as these (or whatever your code may require):
using Terraria; using Terraria.ID; using Terraria.ModLoader; using Microsoft.Xna.Framework;
 
the mod has no content, im just trying to load it
 

Attachments

  • Capture2.PNG
    Capture2.PNG
    13.7 KB · Views: 196
how do you upgrade .net?
 
its was installed arldy
 
and its still creating the error. do you know if the error is in the files or the acutual programming?
 
I'm having the same issue as you, does anyone at all have answers?
EDIT: I don't know if you're still there, but it has been solved in my own bug report thread and This thread, your problem may be visual studio.
 
Last edited:
Back
Top Bottom