Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 47f172d

Browse files
committed
Make PCL friendly
1 parent a771c75 commit 47f172d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ public static IDisposable RequestAccess(object accessToken, LicenseFeature srcFe
394394
{
395395
var errorDetails = " __tokens: '{0}', Assembly: '{1}', '{2}'".Fmt(
396396
accessType.Name,
397-
accessType.Assembly.ManifestModule.Name,
398-
accessType.Assembly.Location);
397+
accessType.GetAssembly().ManifestModule.Name,
398+
accessType.GetAssembly().Location);
399399

400400
throw new LicenseException(ErrorMessages.UnauthorizedAccessRequest + errorDetails);
401401
}

0 commit comments

Comments
 (0)