Hello,
I am using LLBLGenPro 2.6 (June 2008 ) and Visual Studio 2005. I am using Adapter, C# with Adapter.General2005. I connect to an Oracle 10g database.
I have had a successful project going for quite a while, but refreshed the catalog to add a new view I added as an entity. (I generated new classes to an empty folder and also removed and re-added references.)
I am now getting build errors re the code generated for the new view:
"Newline in constant" in the file "Sapep23ElementViewTypedView.cs".
In Visual Studio, I was prompted to make the line ending consistent, and chose yes, Windows line ending. Some of the errors were fixed. (However, since this is generated code, I'm guessing this isn't a good idea.) I get the same "Newline in constant" error in "PersistenceInfoProvider.cs".
A second error I now have is 'Invalid token "<br/>" in class, struct, or interface member declaration'. I can see this token inserted in the code.
Should I be recreating my view? This is a large view, combining five tables. But I have several other views as entities and have never had this problem before.
Another problem that I seem to have often, is that when I regenerate code I lose the mapping to the .dlls for the two database projects cep.dll and cep.DBSpecific.dll.
Thanks for any suggestions,
Carol