12
Views
2
Comments
Solved
error CS0103 after done Aggregate by group.

Error Details...

Internal Error

Compilation Error.

Bonus_PenaltyPointsConfiguarations.aspx.cs(4991,76): error CS0103: The name 'ssSpId' does not exist in the current context

target.ssENSpecialProject = new ENSpecialProjectEntityRecord(null){ ssId = ssSpId, ssPointsToReward = ssPointsToReward, ssTotalHoursRequired = ssTotalHoursRequired, ssCreatedBy = ssCreatedBy, ssUpdatedBy = ssUpdatedBy, ssCreatedOn = ssCreatedOn, ssUpdatedOn = ssUpdatedOn, ssWorkItemId = ssWorkItemId, ssDemandId = ssDemandId, ssDemandItem = ssDemandItem, ssStartDate = ssStartDate, ssEndDate = ssEndDate, ssShiftStartTime = ssShiftStartTime, ssShiftEndTime = ssShiftEndTime, ssRewardDate = ssRewardDate, ssMRSWorkItemCode = ssMRSWorkItemCode, ssIsDemandSeleted = ssIsDemandSeleted, ssIsShiftDateSelected = ssIsShiftDateSelected, ssIsShiftTimeSelected = ssIsShiftTimeSelected };

............................

State: Second stage compilation


I don't know , How do solve?

this  Second stage compilation error, why not show in our service studio?

Please help me any one?

Thanks,

Ramesh

Solution

Hi All,

I found the solution convert Aggregate to  SQL.

Thanks,

Ramesh 

Can you show a little bit of the code? The error concerns some objects that might be outdated references. Did you try to refresh the module where the original tables are?

Solution

Hi All,

I found the solution convert Aggregate to  SQL.

Thanks,

Ramesh 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.