I have developed an application using Visual Web Developer 2005 Express Edition. There is some shared code in a Class1.vb file in the app_code directory in a class called 'clsGSFW'. This works fine in the developement environment but when I ftp the site to the production server and run it I get 'Type 'clsGSFW' is not defined' when the declaration code 'Dim cs As New clsGSFW' is encountered.
The server is running the rest of the application OK and I can't find any reference to such a problem in MSDN.
Any ideas?
app_code class not defined on production serverMy app_code class work on developement but not on production server
Page 1 of 1
1 Replies - 5949 Views - Last Post: 24 May 2007 - 05:43 AM
Replies To: app_code class not defined on production server
#2
Re: app_code class not defined on production server
Posted 24 May 2007 - 05:43 AM
Sorted it. while the server has .Net 2 installed and running the application was set to use 1.1 in IIS.
Easy really.
Regards
Peter
Easy really.
Regards
Peter
petermitch, on 24 May, 2007 - 03:03 AM, said:
I have developed an application using Visual Web Developer 2005 Express Edition. There is some shared code in a Class1.vb file in the app_code directory in a class called 'clsGSFW'. This works fine in the developement environment but when I ftp the site to the production server and run it I get 'Type 'clsGSFW' is not defined' when the declaration code 'Dim cs As New clsGSFW' is encountered.
The server is running the rest of the application OK and I can't find any reference to such a problem in MSDN.
Any ideas?
The server is running the rest of the application OK and I can't find any reference to such a problem in MSDN.
Any ideas?
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|