Our VS performance problems were mainly caused by Norton Anti-virus coporate edition which was set to scan network drives. coupled with sourcesafe which is file intensive this caused really bad performance. Unchecking the scan network option in the virus scanner did the job. Although, I suspect that with so many projects in one solution you are always going to suffer... Resharper doesn't help with loading speed, but then it really does help with productivity speed, so its a trade off really
I
IPC2000
@IPC2000
Posts
-
How's you Visual Studio .NET 2003 doing? -
Pass array to pl/sql procedure using .NET OracleClientI am trying to pass an array to an oracle procedure using the OracleClient for .NET. I can't find away to do this/ I have trawled the net and have found a few people trying to do the same thing but no solution. The only solution given was to pass the array as a delimited string, but this is no good for my purposes as the array could get quite large. Thanks in advance for any suggestions Ian