Link to home
Start Free TrialLog in
Avatar of crp81
crp81

asked on

Visual Studio C# templates

Hello All,

I started a project  (Desktop application using SQLCE) in Visual Studio Express C#.  What I am now finding is there is memory management issues.

when playing audio files, the memory usage slowly increases.

When I saw this Memory Management issue it reminded me of a article I read about the advantages of Visual Studio (non express version) that they come with project templates that takes care of memory leakage (not sure this is the right work for it).

This article explained how to just create a project in VS Standard, save the solution and open it in VS express and drop your code in. Maybe not that easy, but you get the picture.

But now I can not fine this article I read.

So I need you advice, would I have been better off using a project template from Visual Studio and using it to start my project.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial