Cannot compile in express 2010

This forum is for programmers who have questions about the source code.
Post Reply
jfd2
Posts: 56
Joined: Sat Feb 16, 2008 10:14 pm

Cannot compile in express 2010

Post by jfd2 » Wed Sep 15, 2010 7:13 pm

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
Best regards,

Jeff

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Cannot compile in express 2010

Post by jordansparks » Thu Sep 16, 2010 8:14 pm

That's only one error and three warnings.
Jordan Sparks, DMD
http://www.opendental.com

alexei
Posts: 57
Joined: Tue Nov 20, 2007 1:26 pm

Re: Cannot compile in express 2010

Post by alexei » Fri Sep 24, 2010 12:12 pm

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.

alkhaef
Posts: 105
Joined: Fri Jul 02, 2010 10:37 am
Location: Los Angeles, CA

Re: Cannot compile in express 2010

Post by alkhaef » Sun Sep 26, 2010 12:06 pm

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,
Al
Help! I've OD'ed on OD! :)

Post Reply