document for building the projects

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

Re: document for building the projects

Post by Duka Istvan » Fri Jul 15, 2016 9:46 am

The IPCamAdapter.msi can be downloaded from here http://ip-webcam.appspot.com/static/IPCamAdapter.msi

@BStrauss3 thanks again for your patch

Re: document for building the projects

Advertisment
 

jeb
Posts: 3
Joined: Thu Dec 21, 2017 2:35 am

Re: document for building the projects

Post by jeb » Thu Dec 21, 2017 3:14 am

I am having trouble building digiCamControl using VS2017. Do I need to use an older version? Do I need to add extensions? Any other suggestions?

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

Re: document for building the projects

Post by Duka Istvan » Fri Dec 22, 2017 9:14 am

Can you copy-past your error messages ?

jeb
Posts: 3
Joined: Thu Dec 21, 2017 2:35 am

Re: document for building the projects

Post by jeb » Sat Dec 23, 2017 1:00 am

The errors plus warnings exceed 6000 characters. These are just the listed Errors:

Severity Code Description Project File Line Suppression State
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 202 Active
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 209 Active
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 210 Active
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 210 Active
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 210 Active
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 303 Active
Error CS1061 'IHttpRequest' does not contain a definition for 'QueryString' and no extension method 'QueryString' accepting a first argument of type 'IHttpRequest' could be found (are you missing a using directive or an assembly reference?) CameraControl.Core C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Core\Classes\WebServerModule.cs 304 Active
Error CS0234 The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) CameraControl.Plugins C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl.Plugins\ViewModel\ViewModelLocator.cs 17 Active
Error CS0234 The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) CameraControl C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\CameraControl\ViewModel\ViewModelLocator.cs 17 Active
Error The command "cd ..\..\
"C:\Users\JohnB\Documents\Visual Studio 2017\Github code\digiCamControl-master\Setup\bin\Debug\Setup.exe"" exited with code -532462766. Setup

Post Reply