Question

I am working on a program to burn a CD. Its located on a server but to my knowledge when it is ran it is pulled to that users computer, then ran.

My problem is it runs in debug and after I publish it to the server, it can no longer find my CD burner.

I can provide more information, i just don't know what to add.

Was it helpful?

Solution 2

go to HKLM\SOFTWARE\Microsoft.NETFramework\Windows Presentation Foundation\Hosting node in the registry and create a new DWORD named RunUnrestricted with value 1.

OTHER TIPS

If your program is a Win Forms or a WPF application then it will work with resources on the local machine (machine it was launched on). If you want to burn CDs remotely you will need another tier located on the server - probably come kind of service.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top