• Two projects in VS2008.Sln

    Dear all, I have created another project into the VS2008. When I start debug the second project, appears in the Asemblies folder a list of dlls, and also I can`t access to the task menu in GC. So i can´t load the dll, If i want to check my progress…
  • problem with references

    Hi, I'm trying to recompile my CS functions, and my references look like this at the moment: using System; using System.Collections.Generic; //using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Media; using System…