references

  1. 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...
  2. P

    Question A first chance exception of type 'System.Runtime.InteropServices.COMException' occurr

    I'm using Visual Basic 2010 Express I get the following error message SIX times before the code reaches the line marked ***: A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll Code: ----- Module Module1 Sub Main() Dim xlApp As...
Back
Top