Satellite assemblies could not be built - Cslangsvc.dll required

G

Guest

Hi,

After adding large number of empty resource files (which will be updated
later), we are not able to compile the project. the following is the output
of the build process. It fails while compiling the Max.UI.Win project with
the following error

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

we browsed to some sites and found the article # 867770 on msdn which talks
about some hotfix for Cslangsvc.dll.

we are not able to find the fix. ANy help would be appreciated

Thanx

Afaq

------ Build started: Project: Max.Data.Interfaces, Configuration: Debug
..NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Business.DomainClasses, Configuration:
Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Framework, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Security.Interface, Configuration: Debug
..NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Business.BusinessComponents,
Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Service, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Data, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Service.Facade, Configuration: Debug .NET
------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.TaxCalculation, Configuration: Debug .NET
------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Business.ServiceAgents, Configuration:
Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Business.Facade, Configuration: Debug
..NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Security, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.Service.Server, Configuration: Debug .NET
------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.UI.Framework, Configuration: Debug .NET
------

Preparing resources...
Updating references...
The dependency 'Interop.Microsoft.Office.Core' could not be found.
The dependency 'Interop.VBIDE' could not be found.
The dependency 'Interop.Microsoft.Office.Core' could not be found.
The dependency 'Interop.VBIDE' could not be found.
The dependency 'Interop.Microsoft.Office.Core' could not be found.
The dependency 'Interop.VBIDE' could not be found.
Performing main compilation...

Build complete -- 0 errors, 30 warnings
Building satellite assemblies...



------ Build started: Project: Max.Service.Client, Configuration: Debug .NET
------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.UI.Common, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

Build complete -- 0 errors, 30 warnings
Building satellite assemblies...



------ Build started: Project: Max.UI.Controller, Configuration: Debug .NET
------

Preparing resources...
Updating references...
Performing main compilation...

Build complete -- 0 errors, 38 warnings
Building satellite assemblies...



------ Build started: Project: Max.Remoting.Service, Configuration: Debug
..NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Build started: Project: Max.UI.Win, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...

Build complete -- 0 errors, 1622 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.


------ Skipped Build: Project: Max.NUnit, Configuration: Debug .NET ------

Project configuration skipped because it is not selected in this solution
configuration


------ Skipped Build: Project: Max.Client.Setup, Configuration: Debug ------

Project configuration skipped because it is not selected in this solution
configuration


------ Skipped Build: Project: Max.Server.Setup, Configuration: Debug ------

Project configuration skipped because it is not selected in this solution
configuration


------ Skipped Build: Project: MaxSetup, Configuration: Release ------

Project configuration skipped because it is not selected in this solution
configuration


---------------------- Done ----------------------

Build: 18 succeeded, 1 failed, 4 skipped
 
M

Marina

It is giving you a list of assemblies it could not find during compilation.
Are you sure they are there? If not, you need to make sure these assemblies
are in the appropriate location during compile time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top