document for building the projects

Z160896
Posts: 8
Joined: Fri May 13, 2016 1:12 am

document for building the projects

Post by Z160896 » Tue Jun 28, 2016 1:33 am

I always have problems to build digicamcontrol.sln with VS community 2013. is there a document for setting up and building it, for example, Windows version, .net framework version etc.

thanks
Robert

document for building the projects

Advertisment
 

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

Re: document for building the projects

Post by Duka Istvan » Tue Jun 28, 2016 9:48 am

Can you copy-paste the error which you get in vs ?

Z160896
Posts: 8
Joined: Fri May 13, 2016 1:12 am

Re: document for building the projects

Post by Z160896 » Tue Jun 28, 2016 7:48 pm

when I open digicomcontrol.sln with vs community 2013, I get this message in the attached file (dc1.png). I have installed .net framework 4.6. I used the default: change the target to 4.5, i get compile errors in dc2.png.

Dev system: Windows 7 prof
Attachments
dc2.png
dc2.png (82.67 KiB) Viewed 10374 times
dc1.png
dc1.png (21.31 KiB) Viewed 10374 times

Z160896
Posts: 8
Joined: Fri May 13, 2016 1:12 am

Re: document for building the projects

Post by Z160896 » Tue Jun 28, 2016 8:10 pm

When open with blend for vs community 2013, compile, I get the errors in dc3.png.
Attachments
dc3.png
dc3.png (72.74 KiB) Viewed 10372 times

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

Re: document for building the projects

Post by Duka Istvan » Tue Jun 28, 2016 8:33 pm

The project will work only with .net 4.6. Not enough to have .net 4.6 framework installed, you need the Microsoft .NET Framework 4.6 Targeting Pack https://www.microsoft.com/en-us/downloa ... x?id=48136 or install vs community 2015

Z160896
Posts: 8
Joined: Fri May 13, 2016 1:12 am

Re: document for building the projects

Post by Z160896 » Tue Jun 28, 2016 9:23 pm

can digicamcontrol.sln be compiled with vs community 2015 now? thanks

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

Re: document for building the projects

Post by Duka Istvan » Tue Jun 28, 2016 9:24 pm

yes

Z160896
Posts: 8
Joined: Fri May 13, 2016 1:12 am

Re: document for building the projects

Post by Z160896 » Wed Jun 29, 2016 8:40 pm

Yes, thanks. I can successfully compile now both vs 2013 and 2015. Now i have problem when open xaml file (please see attached screenshot). how to solve this problem?
Attachments
dc3.png
dc3.png (135.23 KiB) Viewed 10356 times

Z160896
Posts: 8
Joined: Fri May 13, 2016 1:12 am

Re: document for building the projects

Post by Z160896 » Sat Jul 09, 2016 12:48 am

Hi Duka,

I have been trying to get this project development work first. Now I try this project in Windows 10 with VS community 2015. I installed Wix toolset 4.0 version. Now I got these compiling errors. What's the fixes for them. thanks, Robert.
Attachments
dc4.png
dc4.png (29.13 KiB) Viewed 10245 times

BStrauss3
Posts: 36
Joined: Sun Jun 12, 2016 11:12 pm

Re: document for building the projects

Post by BStrauss3 » Thu Jul 14, 2016 6:13 pm

I submitted a patch set to fix that. Give it a try (#215).

Also, if you look at the message(s) in the output tab, you may find you are missing the IPCamAdapter.msi file which needs to be in the right directory to be incorporated in the generated msi.

Post Reply