question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drag and Drop on Designer gives error

See original GitHub issue

Dragging a simple file from Explorer to designer surface throws error.

File contents:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApp1
{
	public class Example
	{
		public int Bar { get; set; }
	}
}

Error: Method not found: 'Microsoft.CodeAnalysis.SyntaxTree… See attached .jpg. EFDesignerDragDropError

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
dcastenholzcommented, Nov 18, 2019

This behavior is exhibited on 2 different machines. I uninstalled and reinstalled on one of them. No change in behavior.

0reactions
dcastenholzcommented, Nov 19, 2019

Dragged the previously attached .cs file from the solution explorer onto the model surface and dropped it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Object reference exception when drag and dropping from ...
drag and drop is NOT working. It keeps throwing the same error; BUT I can click on the item I want in the...
Read more >
Fix problem: Drag and drop not working in Windows
Drag and drop is no longer working in Windows 10 or Windows 11? Here's how to fix this problem in just a couple...
Read more >
Dashboard Designer drag and drop error
High Devexpress Team, we have a problem running the dashboard designer using a remote connection. We just added 2 grids.
Read more >
Designer view not allowing drag and drop for Xamarin Forms
The Android Designer supports drag and drop, but the Forms Previewer is a preview-only surface and does support any user interactivity.
Read more >
Drag–and–Drop: How to Design for Ease of Use
This solution effectively increases the area of the drop zone, and provides a feeling of magnetic attraction. It also prevents errors and speeds...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found