-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
The version of the ‘System. Interactive’ reference file is incorrect #1077
Comments
add it in your Blazor project and let me know if it worked |
after adding these packages to your project rebuild your solution. |
Thank you. here is the code.
} //[DefaultClassOptions]
}` here is the screenshot,there is no uploadpropertyeditor. here is the sample. |
probably some breaking change in the Xaf code or improvment. In any case you can workaround it like public IEnumerable<IFileData> Datas => EmployeeDatas; also if u have the time u can create your custom editor without any implementation mark it with |
𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴
An error occurs when updating Model. xafml while using Upload File Property Editor.
𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲
RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.Blazor.BlazorModule));
𝗘𝘅𝗽𝗲𝗰𝘁𝗲𝗱 𝗯𝗲𝗵𝗮𝘃𝗶𝗼𝗿
Unable to find file version 5.0.0.0 in the error message, but the compiled file version is 5.0.0.1
𝗦𝗰𝗿𝗲𝗲𝗻𝘀𝗵𝗼𝘁𝘀
Here is he demo.
DXApplication4.zip
The text was updated successfully, but these errors were encountered: