Can't build release version

  • Thread starter Thread starter SamSpade
  • Start date Start date
S

SamSpade

I can run in the IDE but if I try to build a Release version I get errors. I
think the root error is:

Satellite assemblies could not be built because the main project output is
missing.

I've repeatedly looked through project properties and can not find anything
that looks suspicious.



Any idea as to what could be wrong?



Thanks



BTW, where will the executable appear, if I ever generate one, in Bin or in
Obj?
 
* " SamSpade said:
I can run in the IDE but if I try to build a Release version I get errors. I
think the root error is:

Satellite assemblies could not be built because the main project output is
missing.

I've repeatedly looked through project properties and can not find anything
that looks suspicious.

Select one project in the solution explorer and select "Project Build
Order..." from its context menu.
BTW, where will the executable appear, if I ever generate one, in Bin or in
Obj?

"bin".
 
Yes, but the problem turned out to be thet I had a C# project containing
unsave code and the I had to tell the project that.

Thanks for the interest
 
Back
Top