Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using VS2010 C#, CR13.0.1, .Net Frame Work 4 (not client) target x86

on a Win 7 ultimate 64bit obviously when a run the program in these computer where i have install VS2010 it works fine the reports, but when i install the program in another computer Win 7 home 64 bit or vista 64 bits a get an error and the report would not load.

any help?? thank you

Error: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Posted
Updated 11-Jan-13 9:20am
v2
Comments
Thomas Daniels 11-Jan-13 13:49pm    
Which error do you get?

Hi,

i solved it my self, in the setup prerequirements i forgot to change the dotnet 4 client to only dotnet framework 4, after install worked fine
 
Share this answer
 
Typically, when I get these errors with the CR bits, it's due to not setting the platform target in the project in question in VS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900