DOTNET DLL and RunOnClient
mvendert
Member Posts: 5
We've created a .NET DLL (For nav 2013R2), which need to be run on the client. Hence, the RunOnClient property needs to be set to Yes.
But sometimes people tend to forget this and get some unexpected behavior.
You could argue we simply not install this DLL in the service tier add-in folder, but for now the dll contains more classes from which only one needs to run on the client.
Can one determine from the .NET code if it was created in a 'client' context and not on the service tier?
If so, an error could be thrown from this class. Any ideas?
Marc.
But sometimes people tend to forget this and get some unexpected behavior.
You could argue we simply not install this DLL in the service tier add-in folder, but for now the dll contains more classes from which only one needs to run on the client.
Can one determine from the .NET code if it was created in a 'client' context and not on the service tier?
If so, an error could be thrown from this class. Any ideas?
Marc.
0
Comments
-
@mvendert
By adding a simple static method to your DLL you should be able to do this.
The static method could respond with an environment variable or you can use reflection (System.Reflection.Assembly.'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089') to get Assembly.GetExecutingAssembly.Location that should give you a file name.________________________________
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com0 -
Hi guys,
I have need the same necessity, I have to do a DLL in C# and call this from a codeunit. I don't know how can do it, I have realized that I need to use a Global Variables - DotNet ( I suppose).
Can you post me an example, please0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions