How can we help you today? How can we help you today?
simon.jackson
- Have you checked that the resource is in the assembly - Are you in your trial period for the SDK. (Do you get nag dialogs appearing when running the application locally) - What is the error which is thrown on failure / comments
- Have you checked that the resource is in the assembly - Are you in your trial period for the SDK. (Do you get nag dialogs appearing when running the application locally) - What is the error which...
0 votes
Assembly.CodeBase is still set. string codeBase = assembly.CodeBase; string localPath = new Uri(codeBase).LocalPath;//NOTE: assembly.Location will often be "" because of {SA} I'm not sure if this behaviour is guaranteed in {SA} / comments
Assembly.CodeBase is still set. string codeBase = assembly.CodeBase; string localPath = new Uri(codeBase).LocalPath;//NOTE: assembly.Location will often be "" because of {SA} I'm not sure if this b...
0 votes