Hi,
The usual reason for getting that particular error is that you're trying to overwrite the CONFIG bits. The way those are handled changed for the better with the arrival of PBP3.
Your problem SEEMS unrelated to that but IF you have anything in your code which tries to set the CONFIG bits (ie @CONFIG etc) then it's probably it anyway and I'd take a close look at that.
As a start, just comment it out, open the manual and read about the #CONFIG/#ENDCOFIG directives.
/Henrik.
Bookmarks