Drag and Drop on Designer gives error
See original GitHub issueDragging 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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This behavior is exhibited on 2 different machines. I uninstalled and reinstalled on one of them. No change in behavior.
Dragged the previously attached .cs file from the solution explorer onto the model surface and dropped it.