Reputation: 4081
I have just published my asp.net web application in vs2008
THe first page displays nicely but pressing the submit button to get to the next page triggers:
Could not load file or assembly 'Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I have included the mshtml assembly in the bin folder. I don't understand what's wrong.
Thanks
Upvotes: 0
Views: 2233
Reputation: 6122
Upvotes: 1
Reputation: 171764
Did you set "Copy Local" for the assembly reference in Visual Studio?
Upvotes: 0