Asked by:
Page Compile Error on remote host

Question
-
I have built and tested a website that works perfect in VWDE2008. I am now deploying it to a remote hosting service and most of the site works except for one page where I get the following error:
Compiler Error Message: BC30007: Reference required to assembly 'System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the base class 'System.Data.TypedTableBase`1'. Add one to your project.
Source Error:
Line 30: 'Setup Table Adapters and DataTable for Provincial Taxes Line 31: Dim TaxAdapter As New ProvinceTableAdapters.TaxesTableAdapter Line 32: Dim dtTax As Province.TaxesDataTable = TaxAdapter.GetData() Line 33: Line 34: 'Static Previous Page variable
I have checked the web.config file and there is a reference to
'System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
in the <assemblies> section.
Any help would be appreciated.
- Moved by Jeff Shan Friday, April 2, 2010 7:31 AM redirected to asp.net forum for better support (From:Visual Basic Express Edition)
Wednesday, March 31, 2010 9:48 PM
All replies
-
It maybe your host is not up to date who is the host ?
Coding4fun Be a good forum member mark posts that contain the answers to your questions or those that are helpful
Please format the code in your posts with thebutton . Makes it easier to read . Or use the Forum Code Formatter by JohnWein http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/bf977a14-d9d4-4e84-9784-bf76b9e23261
Wednesday, March 31, 2010 10:10 PM -
I have checked with the host (CanadianWeb Hosting) and they tell me they are using ASP.net 3.5 and SQL2008. They tell me the problem is in my code.Wednesday, March 31, 2010 10:22 PM
-
You will probably get a better answer at the asp forum http://forums.asp.net
Coding4fun Be a good forum member mark posts that contain the answers to your questions or those that are helpful
Please format the code in your posts with thebutton . Makes it easier to read . Or use the Forum Code Formatter by JohnWein http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/bf977a14-d9d4-4e84-9784-bf76b9e23261
Wednesday, March 31, 2010 10:28 PM -
Thanks I'll post the question on that forum.Wednesday, March 31, 2010 10:32 PM