NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: Big Ian on February 25, 2008, 04:06:22 AM
		
			
			- 
				I'm getting a compile error in the netwebhandler procedure and I can't for the life of me figure out why.
 
 Basically I'm getting an "unknown procedure label" on the nettalkwebsourceprocedure(self) procedure.
 
 I've tried uninstalling & re-installing the templates to no avail (This started after I tried to upgrade to 4.30) I'm now back on 4.29.
 
 Any ideas?
- 
				So it's being generated by the app and not the templates since you reinstalled.? Are you saying that it's a procedure using websource? Can you identify the procedure giving the error?
 
 Just some thoughts (very basic):
 - Make that procedure global and see what happens.
 - Include it in the procedure list of PageFooter.
 - Make sure it's prototyped. The default is (NetWebServerWorker p_web)
 
 - What if you rebuilt it piece by piece?
- 
				Hi Ian,
 
 Go to the NetWeb source in question.
 Tick on "Declare Globally".
 
 Cheers
 Bruce
 
- 
				Thanks it had inserted a blank procedure for each template type now that I've deleted them it's ok.
 
 Cheers