C
C#13mo ago
Simon

Getting a SQL compilation error, object $$ does not exist or not authorized on Visual Studio

I was wondering if anyone has come across the same issue? I'm getting this error on macOS, the same authentication seems to be in place on Windows and is not encountering this issue. It's for a client DB so I would not be able to change my access rights 😦 This is for a c# program which is trying to connect to snowflake db (Client credentials have been used to log into Visual Studio)
1 Reply
Simon
Simon13mo ago
I resolved this by purely rebuilding the application in VSC. Must have been something that doesnt get built properly in Visual Studio. Can you close this for me 🙂 thanks