-
Notifications
You must be signed in to change notification settings - Fork 60
Drag and Drop on Designer gives error #112
Comments
Fix available for review in v1.3.0.8-pre |
No joy. Verified 1.3.0.8 installed. Same error dropping it on an empty designer. |
Oh, this is most odd. I'll take another look. There's a dependency you don't have. |
thx |
Is it possible that you don't have Roslyn in your Visual Studio installation? What version (number) of Visual Studio are you're using? |
Interesting stuff. The Nuget packages that the project use have deviated enough from what Visual Studio uses that they've become an issue. Couple that with the fact that the new "package reference" format (as opposed to using a If you can take a look to see if it resolves this problem, I'd be in your debt. |
There's something odd with your environment. While the extension does have a dependency on System.Memory, it's indirect. And that particular version isn't called for anywhere -- it's too low. Can you try uninstalling and reinstalling, rather than upgrading? May not do anything, but worth a shot. I have it installed in VS2017 as well -- in fact, it's compiled using VS2017 -- and haven't seen the kinds of issues you've been experiencing. Thanks for the report. Looking forward to hearing the results. |
This behavior is exhibited on 2 different machines. I uninstalled and reinstalled on one of them. No change in behavior.
|
Can you tell me exactly what you were doing when the error popped up? |
Dragged the previously attached .cs file from the solution explorer onto the model surface and dropped it. |
Dragging a simple file from Explorer to designer surface throws error.
File contents:
Error:
Method not found: 'Microsoft.CodeAnalysis.SyntaxTree...
See attached .jpg.
The text was updated successfully, but these errors were encountered: