Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Loading Files and Assemblies

I created a new web site in visual studio 2008.

When I went to publish it, I get errors in the web config:
 Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
Line 45:                         <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>


I can remove this from the web.config file and it just gives me an error for the next one and the nxt one and the next one.

How do I make sure these assemblies are uploaded to my web server from visual studio 2008?

I don't know how to do this or work with dll's etc.

thanks.
ASKER CERTIFIED SOLUTION
Avatar of Starr Duskk
Starr Duskk
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial