Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
2 Posted Topics
It might be a 3rd party application that you have installed and is consuming your machine's resources (RAM). Try to check if any app running in backround which is taking too much of your RAM, stop that application and check if it happens.
I had the same problem. checked the o/p dynamically and found out a way. Use topicNo = (range.Cells[rCnt, 3] as Excel.Range).Text instead of topicNo = (range.Cells[rCnt, 3] as Excel.Range).Value2
The End.