Guys, I'm deploying an application on my local machine and when I try to compile I get the following error:

Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc' or one of its dependencies. Invalid assembly file format.

=== Informações sobre estado pré-ligação ===
LOG: usuário = PBekki\Paulo Bekki
LOG: DisplayName = CrystalDecisions.ReportAppServer.ClientDoc
(Partial)
AVI: informação de associação parcial foi fornecida para um assembly:
AVI: Nome do Assembly: CrystalDecisions.ReportAppServer.ClientDoc | ID do Domínio: 10
AVI: uma associação parcial ocorre quando somente parte do nome para exibição do assembly é fornecida.
AVI: isso pode fazer com que o associador carregue um assembly incorreto.
AVI: é recomendável fornecer uma identidade textual totalmente especificada para o assembly,
AVI: que consiste no nome simples, na versão, na cultura e no token de chave pública.
AVI: Consulte o white paper http://go.microsoft.com/fwlink/?LinkId=109270 para obter mais informações e soluções comuns para o problema.
LOG: Appbase = file:///C:/Users/Paulo Bekki/Documents/Visual Studio 2010/Projects/Controle de Estoque/Controle de Estoque/
LOG: PrivatePath inicial = C:\Users\Paulo Bekki\Documents\Visual Studio 2010\Projects\Controle de Estoque\Controle de Estoque\bin
Chamando assembly: (Unknown).

I tried to search on several sites and didn't find any answer. As I checked everything is ok, but as I never handled CrystalDecisions, I don't know if I'm doing something worng.
Count on you boys!!!

Member Avatar for LastMitch

Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc' or one of its dependencies. Invalid assembly file format.

There 2 things come up with your error.

You didn't installed it correctly
You have the a different version of VS2010 than your application.

I tried to search on several sites and didn't find any answer. As I checked everything is ok, but as I never handled CrystalDecisions, I don't know if I'm doing something worng. Count on you boys!!!

You can read this:

http://forums.asp.net/t/1238098.aspx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.