Posts
 
Reputation
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
Interests
Music, Movies, Automation, outdoor sports
PC Specs
i5, 4GB, 500GB
Favorite Tags
c# x 1

2 Posted Topics

Member Avatar for Jenkins.Deanna.E

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.

Member Avatar for dogbreath077
0
188
Member Avatar for judithSampathwa

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

Member Avatar for mukund1988
1
3K

The End.