This is a C# syntax thing that gets me a lot too - it's because in C# the single quote character is used to denote a single character. So you need to change the <button> tag and use double quotes instead (yes, even though you're already inside a pair of double quotes) - e.g.:
Too many characters in character literal
Hi
I'm trying to use UmbClientMgr.openModalWindow and I'm having problem:
I'm getting Compiler Error Message: CS1012: Too many characters in character literal
please advise
Hi Sonja,
This is a C# syntax thing that gets me a lot too - it's because in C# the single quote character is used to denote a single character. So you need to change the
<button>
tag and use double quotes instead (yes, even though you're already inside a pair of double quotes) - e.g.:Hope that helps,
/Chriztian
Thanks Chriztian this solved this problem. For the new problems I'll go in new thread
is working on a reply...