1. Don Olliver
  2. SnapObjects
  3. Wednesday, 10 June 2020 17:41 PM UTC

Hi,

Is there a documented list of runtime files required to support .NET assemblies containing .NET Datastore code? We have identified some of these (below).

DWNet.Data.dll
SnapObjects.Data.dll
SnapObjects.Data.Odbc.dll
SnapObjects.Data.SqlServer.dll
System.ComponentModel.Annotations.dll

Thanks,

Don Olliver

Accepted Answer
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 10 June 2020 19:29 PM UTC
  2. SnapObjects
  3. # Permalink

Hi Don,

If you get the packages through NuGet it will pull all the required dependencies DLLs.

You need the following NuGet packages for your project:

.NET DataStore - https://www.nuget.org/packages/DWNet.Data/

PowerScript Bridge (additional DW features) - https://www.nuget.org/packages/PowerScript.Bridge/

SnapObjects ORM - https://www.nuget.org/packages/SnapObjects.Data/

Database driver - https://www.nuget.org/packages/SnapObjects.Data.SqlServer/

Since you are using SQL Server you don't need ODBC.  The ODBC is for connecting to SQL Anywhere only.

Best regards,
Armeen

 

 

Comment
  1. Don Olliver
  2. Wednesday, 10 June 2020 21:32 PM UTC
Thank you, Armeen.

Don
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Wednesday, 10 June 2020 22:23 PM UTC
You're very welcome.
  1. Helpful
There are no comments made yet.
armando herrera @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 10 June 2020 20:04 PM UTC
  2. SnapObjects
  3. # 1

Here are some others that you may need time to time: 

Microsoft.AspNetCore.Mvc.dll
Microsoft.AspNetCore.Http.dll 

System.ComponentModel.Annotations.dll
System.ComponentModel.DataAnnotations.Schema.dll
System.Collections.Generic;
System.Linq;

Regards!

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.