30 Replies
Ignore the sUI, fat fingered that
Wellm the error is quite clear
Namespace
UI
does not exist in the Siticone
namespaceI copied this file from my previous project
It works in that one, idk why it's showing that here
I verified it file to file and same text on this file
You got all the packages installed as well?
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
It's a designer im file. Yes I just installed Siticon with nuget
Deleted it and reinstalled same problem
The only difference is this isn't .net framework winform.
Try Siticone.Desktop.UI
from what I'm looking on the package you got from nuget there isn't a siticone.ui
I have that
In the picture that's what it is...
^here its siticone.ui
I shut down my pc and it's now fixed. Restarting vs didn't fix it but this did???? Wtf
strange
Oh nvm it's there still
Just took a min lmao
This is the package I have @unnamedperson
how long ago did you work on the project that you copied it over from
Couple days
this is weird I installed siticone into a fresh winforms project and am not seeing roundedbutton
and i cant find it on the docs
was thinking that your old lines werent working ucz it was from an older version but if it was a couple days ago then not sure
Did u do .net framework or just winform
I did just winform
Ok So I Figured out what is wrong
For Some reason your older project uses a Pre-2.0 Version of Siticone where it simply used Siticone.UI
Post 2.0.4 Siticone Uses Siticone.Desktop.UI and overhauled a bunch of stuff
so If you can somehow get the Older Siticone.UI.dll for your project instead of Siticone.Desktop.UI 2.1.1 (The Version You Have) Then all your odler code should work again
@nullintended
Here's the changelog for reference https://www.siticoneframework.com/changelog
Siticone Desktop UI Changelog | .NET UI Controls for Developers of ...
Siticone Desktop UI Changelog | .NET UI Controls for Developers of Desktop, Mobile, Web, Reporting, Data Visualization | Siticone Framework
How can I find that?
In my old project
My old project uses 2.1.1
I'd check your .csproject to make sure that it's not also referencing the old dll in addition to the new package and or I'd also try building it to see if it still works because it doesn't seem like it should
If you still want the dll then I'm not sure exactly where'd you got find it if it is in your old project somewhere but you should also be able to find it online although wouldn't exactly trust those since it's not the best idea to download dlls from less than trustworthy sites
I downloaded this directly from nuget....
I can zip my whole file and dm it to u so u can see it? It's legit confusing the hell out of me why it's doing this
Just ignore the ui as I slapped it together
Sure then won't be able to examine it too much since I'll be busy soon though
Found the issue. For some reason when I moved over the login.cs and all of its files it showed up blank. Is there anyway to copy an exact form UI and all?
Without manually doing it
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.