compilation erros

Post Reply
HHH
Posts: 2
Joined: Mon Jul 18, 2016 8:39 am

compilation erros

Post by HHH » Mon Jul 18, 2016 8:50 am

Hello

I downloaded the latest code from this site yesterday.
running it on visual studio community 2015 win10.
(had to install wix tools)

when I compile I get two errors:
(all the '...........' are short for my path)

Error The command "cd ..\..\
"C:\Users\................\digiCamControl-master\Setup\bin\Debug\Setup.exe"" exited with code -1. Setup

Error The system cannot find the file 'IPCamAdapter.msi'. Setup C:\Users\..................\digiCamControl-master\Setup\digiCamControlsetup_2.0.47.0.wxs 11

when I tired to run setup.exe manually from the command line I see this error:
error LGHT0103 : The system cannot find the file '..\..\..\Setup\bin\Debug\logo.ico

but after I copied it manually, I still get the second error, it comes form this exception:

Unhandled Exception: System.ArgumentNullException: Value cannot be null.
Parameter name: path1
at System.IO.Path.Combine(String path1, String path2)
at Setup.Script.Main(String[] args) in C:\Users\..........\digiCamControl-master\Setup\setu
p.cs:line 176

Thanks in advance for the help

compilation erros

Advertisment
 

Duka Istvan
Posts: 684
Joined: Sat Oct 03, 2015 7:57 pm

Re: compilation erros

Post by Duka Istvan » Mon Jul 18, 2016 10:48 am

You can download the IPCamAdapter.msi from here http://ip-webcam.appspot.com/static/IPCamAdapter.msi and copy in setup folder

HHH
Posts: 2
Joined: Mon Jul 18, 2016 8:39 am

Re: compilation erros

Post by HHH » Mon Jul 18, 2016 11:33 am

Thanks a lot for the fast reply

Post Reply