-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Load .RCNET Project Files #249
Comments
Could you provide the stacktrace of the error? Could you check the XML for unusual Base64 strings? |
Well, seems that i found part of the problem... The program is looking for a BASE64 string in the uuid attribute of the classes tags, what i got in the file is an uuid with a CLSID identifier like this
Still don't know if the rcnet was built with a personalized plugin or a ghost build of the application |
Yes, the reference fields are GUIDs. Could you attach/upload the file you can't load? |
here it is... hope you could guide me for make it usable |
Thank You but i'm still having issues, could you confirm what are the requirements for executing the app in windows 10/11? i've downloaded the binaries from the link (not compiled nor built the code), no plugins installed ,i have .net framework 4.8.1 runtime (not developer) installed, MVC++ 2015-2019 runtime ver 14.28.29325, win 10 22H2 buil 19045.2486 i believe i'm missing something... |
I'm trying to open a .rcnet file (which i'm inspected is a zip file containing an xml with the definitions of the classes and enums) and every time I try to open it with new project or merging it is:
The input is not a valid Base 64 string because it contains a non-Base 64 character, more than two padding characters, or an invalid character between the padding characters. (mscorlib)
but the XML is rightly formed, is there a possibility to import the xmls directly?
The text was updated successfully, but these errors were encountered: