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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.