-
-
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
HyperLinkPropertyEditor #971
Comments
did you read #970 |
I guess you use VS there might be an issue there the plugin is not update long time now will test and update u how it works |
Can I work without the plugin? |
:) I liked the question, it really depends if you want you can always find ways to open a Xaf Model. For example the Xaf Standalone ME is what the plugin uses with the convenience of keyboard shortcut and the Model list. However since I guess you working one one solution you could create a command line script to open your models from a fixed path |
Open it in VS it always loads down the Version 4.212.9.4. with the error. |
Yes, i cannot solve the problem with "Multiple DevExpress versions found...." already third day with rider plugin :( |
my guess is it relates to whom uses .net7 and this is not the ME so is about your project |
I reviewed the case and I working on it, looks like we have a related bug in the source code as well so I need to release Xpand libs first |
Ok, good luck |
until I will manage to publish it you can try this one https://e1.pcloud.link/publink/show?code=XZeq1mZlkmTiINqVb8bDx54KL3p6mDzRldk |
after the model view is open you use the rember to clean up folders b4 running it |
Ok, it works with a simple project. Thanx. In my project I get the error with the System.Drawing.Common.dll vs 7.0.0.0.. We use .net6. Any idea? |
sorry I misses your question, anyways what heppens if u add the file manually to the bin? btw the pluin is now in the VS market place for direct download nothing changed from the posted version |
some of your dependecies then must be targeting .net7 so it needs this version. the story is well know u remove them all one by one to find what to blame and if u need a second opinion feel free to post |
Hi, the HyperlinkPropertyEditor throws an Error in CreateControlCore cause the _hyperlinkEdit.MaskBox in Null.
|
OK I found it System.DirectoryServices.AccountManagement 7.0.0 needs System.Drawing.Common 7.0.0. Setting both to |
does it work on any new solution? is it a side effect from your part? |
Yes, in a new sample |
eXpand.lab release 22.2.400.0 includes commit that relate to this task: Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS. To minimize version conflicts we recommend that you switch to PackageReference format and use only the eXpandAgnostic, eXpandWin, eXpandWeb packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video). Thanks a lot for your contribution. |
Hi Tolis,
I´ve got 2 Problems. Both can be viewed in the detached sample. (VS2022, DevExpress 22.2.3)
if I try to use the HyperlinkPropertyEditor in a DetailView (only in DetailView) I got the error
Object reference not set to an instance of an object.
at Xpand.ExpressApp.Win.PropertyEditors.HyperLinkPropertyEditor.CreateControlCore()
at DevExpress.ExpressApp.Editors.ViewItem.CreateControl()
at DevExpress.ExpressApp.Win.Layout.WinLayoutManager.controlItem_QueryControl(Object sender, QueryControlEventArgs e)
at DevExpress.ExpressApp.Win.Layout.XafLayoutControlItem.RaiseQueryControl()
If I try to open the Xpand ModelEditor I got the error
"Multiple DevExpress versions found...."
DXApplication4.zip
The text was updated successfully, but these errors were encountered: