Project Outlook Addin and EDML File crashes

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Project Outlook Addin and EDML File crashes

Post by Zero-G. » Sat 30 Jan 2016 18:01

Hey

I try to get a LinqConnect Project running as Oultook Addin with VB.NET
For Information: The target Database is mySQL

To reproduce:
Open Visual Studio (my case 2015)
Add new Visual Basic Project: Office/SharePoint -> Outlook 2013 and 2016 VSTO Project

Then add a new LinqConnect model and add a few classes from a database first Project.
After that, in the

Sub ThisAddIn_Startup() Handles Me.Startup

Try to create a Context like this:

Code: Select all

Sub ThisAddIn_Startup() Handles Me.Startup
       Using locDataContext As New DataContext
             
       End Using
End Sub
When the Code Comes to End Using (or dispose, I tried both), then the Project crashes (it just Returns to Outlook)

Please help - THX

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Project Outlook Addin and EDML File crashes

Post by MariiaI » Tue 02 Feb 2016 12:50

It would be grateful if you send us the test project and the detailed steps for reproducing the issue (including, the description of the expected and incorrect behaviour).
For example, we've created sample projects with and without LinqConnect model, and the behaviour is the same in both cases.

Also, try attaching one Visual Studio instance (Debug | Attach to Process) to the process of another Visual Studio instance with the project, where the error occurs and send us the full text of the exception (if you'll manage to get one).

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Re: Project Outlook Addin and EDML File crashes

Post by Zero-G. » Tue 02 Feb 2016 14:20

Hey Mariial
I have sended a sample Project to reproduce the Problem.
Please Reply as soon as possible.
THX

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Re: Project Outlook Addin and EDML File crashes

Post by Zero-G. » Sun 07 Feb 2016 12:56

Hey
Did you get my Project?
Have you been able to reproduce the Problem?

THx

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Project Outlook Addin and EDML File crashes

Post by Shalex » Mon 08 Feb 2016 16:33

We have asked for an additional information by email.

Post Reply