Page 1 of 1

Cannot compile in express 2010

Posted: Wed Sep 15, 2010 7:13 pm
by jfd2
Hello there,

I just grabbed the 7.2 from the svn source and tried to compile it using C# express 2010 and failed. this is largely due to I do not have the 2008 studio on any of my machines now. the errors are:

Warning 1 The referenced component 'CDT' could not be found.
Warning 2 Could not resolve this reference. Could not locate the assembly "Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. OpenDental
Error 3 Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information. I:\opendental\opendental7.2\OpenDental\SGEN OpenDental
Warning 4 The referenced component 'Microsoft.VisualBasic.PowerPacks.Vs' could not be found.

any news on using the 2010 IDE recently?

thanks.

jfd

Re: Cannot compile in express 2010

Posted: Thu Sep 16, 2010 8:14 pm
by jordansparks
That's only one error and three warnings.

Re: Cannot compile in express 2010

Posted: Fri Sep 24, 2010 12:12 pm
by alexei
You can still get 2008 express from MS. It's free. Why not just do that?

I get the CDT problem too, in 2008 as well. You just have to tell it where to look (Required Dlls directory). For some reason it doesn't find it automatically.

Re: Cannot compile in express 2010

Posted: Sun Sep 26, 2010 12:06 pm
by alkhaef
OP,

I had the same problem. You could do as others suggest and install 2008, but in case you don't want to, see this thread:

viewtopic.php?f=3&t=2833

Best of luck,