Search results for query: *

  1. ChetCromer

    Question Class Library Reference Disappearing Upon Compiling

    I fixed this by changing the target framework of my Windows Forms app. It makes a little sense after reading this: Can not find System.Web in add reference. I changed it from ".NET Framework 4 Client Profile" to ".NET Framework 4" The key seems to be that the client profile target doesn't...
  2. ChetCromer

    Question Class Library Reference Disappearing Upon Compiling

    I have a solution built of 3 projects: 1. VB.NET Class Library - data access and objects, reusable methods, etc. 2. ASP.NET Web app - web application that references the class library 3. VB.NET Windows Form app - windows app that references the class library I have no problems with the web...
Back
Top