Browse by Tags
All Tags » bug
-
Hello,
My company just made a purchase of CodeIt.Right with Software Assurance and Support Subscription, and we're having some issues getting it work properly. (The subscription part seems to have not gone through your system yet according to the "Check for Updates" button in VS, which says we have no subscription, but we trust ...
-
I have the following code
If parameters.EtsEntryGuid.HasValue AndAlso Not parameters.FormGuid.HasValue Then
Dim ErrReport As StiReport = ReportFactory.GetReportObject(CompanyScheduledReports2.ReportTypes.DataErrorReport, ...
-
I am making a custom rules to check duplication of method names in multiple class. My logic is that I am using a global string list to store methods names. Target = RuleTargets.Method. My code is given below:
private const RuleScopes SCOPES = RuleScopes.Public | RuleScopes.ProtectedInternal | ...
|
|