Has anyone seen this IDE error before? This sometimes shows up in a server app of mine but only in debug mode. As it only happens sometimes its very hard to track down.
Message in the logs windows is this;
[IDE message - 8:01:15]
An error occurred.
Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
The odd thing is that once this occurs logging stops working - the app is still running BTW, the logs just stop working.
Message in the logs windows is this;
[IDE message - 8:01:15]
An error occurred.
Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
The odd thing is that once this occurs logging stops working - the app is still running BTW, the logs just stop working.