Hi.
I am having trouble deploying an application to my sc20260. VS is not giving me much information to go off of about what needs to be fixed. Looking at the output window, in the TinyCLR deployment screen, it says:
Attaching debugger engine.
Debugger engine attached.
Generating device specific assemblies.
It may or may not deploy a couple of the projects in my solution, before giving these messages:
Restarting interpreter.
Attaching to device.
Waiting for device to initialize.
(The debugger will launch successfully with or without successful deployment)
I have 1 specific code file that seems problematic. If I have the entire file commented out, it deploys fine. If I have none of the file commented out, it doesn’t deploy any files and goes straight to ‘restarting interpreter’. And if I have most (~99%) of the file commented out, it will deploy a few files and then give up.
It’s not giving much information as far as I can see as to what the problem is. I am really not sure as to how to go about solving this because my only 2 ideas are I have VS configured wrong or there is some hardware issue. But since the solution will deploy if all of this dubious file is commented out, I feel confident ruling those possibilities out.
Any ideas how to resolve this??
Thanks for any help.