Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Tutorials
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

VS Studio not all C# projects target .NET

Solved783 views9th April 2024.net 8 Visual Studio
1
Ömer Eryaman [DevOps Advocate]476 9th April 2024 2 Comments

After pressing the fix button, this error message appears.

How can I solve this issue ?
Someone send me this link (my question I posted earlier)
https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-multi-targeting-overview?view=vs-2022#change-the-target-framework
Unfortunately, I don't have the application menu to change the target

thanks in advance

Ömer Eryaman [DevOps Advocate] Selected answer as best 9th April 2024
Robbie Demaegdt [SLC] [DevOps Advocate] commented 9th April 2024

Which version of DIS are you using?

Ömer Eryaman [DevOps Advocate] commented 9th April 2024

i used the version 2.46.1.7

now i upgraded it to 2.47.1.3

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Michiel Oda [SLC] [DevOps Enabler]3.58K Posted 9th April 2024 9 Comments

Hi Ömer

That issue has been resolved in the DIS 2.47 version. This is currently the insider release and can be found here: DataMiner Integration Studio - Downloads - DataMiner Dojo

Ömer Eryaman [DevOps Advocate] Selected answer as best 9th April 2024
Ömer Eryaman [DevOps Advocate] commented 9th April 2024

thank you

i updated the DIS to 2.47.1.3 and tried to fix the problem.

its worked but a new error message came

———————————————————-
Severity Code Description Project File Line Suppression State
Error NU1605 Warning As Error: Detected package downgrade: Skyline.DataMiner.Dev.Protocol from 10.4.4.2 to 10.2.0.25. Reference the package directly from the project to select a different version.
QAction_206 -> QAction_1 -> Skyline.DataMiner.Dev.Protocol (>= 10.4.4.2)
QAction_206 -> Skyline.DataMiner.Dev.Protocol (>= 10.2.0.25) QAction_206
———————————————————–
Severity Code Description Project File Line Suppression State
Error NU1605 Warning As Error: Detected package downgrade: Skyline.DataMiner.Dev.Protocol from 10.4.4.2 to 10.2.0.25. Reference the package directly from the project to select a different version.
QAction_206 -> QAction_Helper -> Skyline.DataMiner.Dev.Protocol (>= 10.4.4.2)
QAction_206 -> Skyline.DataMiner.Dev.Protocol (>= 10.2.0.25) QAction_206
————————————-

what i need to do?

Michiel Oda [SLC] [DevOps Enabler] commented 9th April 2024

When changing NuGet versions, make sure you use the NuGet Manager on solution level: https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#manage-packages-for-the-solution
As the QAction_Helper project is a bit more hidden (inside the Internal folder) it’s often overlooked.
You need to make sure that the Skyline.DataMiner.Dev.* packages have the same version. Generally you pick the version that matches with the DataMiner version that you are developing for.

Ömer Eryaman [DevOps Advocate] commented 9th April 2024

Thanks I updated the Skyline.Datamniner.dev.protocol to 10.4.4.2 in the NuGet Manager and the errors disappear.

still i have some warnings:
———————————————————-
Severity Code Description Project File Line Suppression State
Warning MSB3270 There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “C:Usersoemer.nugetpackagesskyline.dataminer.files.qactionhelperbaseclasses10.4.4.2libnet462QActionHelperBaseClasses.dll”, “x86”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. QAction_Helper C:Program FilesMicrosoft Visual Studio2022CommunityMSBuildCurrentBinamd64Microsoft.Common.CurrentVersion.targets 2389
————————————————————————-
Severity Code Description Project File Line Suppression State
Warning MSB3270 There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “C:Usersoemer.nugetpackagesskyline.dataminer.files.slmanagedautomation10.4.4.2libnet462SLManagedAutomation.dll”, “x86”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. QAction_Helper C:Program FilesMicrosoft Visual Studio2022CommunityMSBuildCurrentBinamd64Microsoft.Common.CurrentVersion.targets 2389
———————————————————-
Severity Code Description Project File Line Suppression State
Warning MSB3270 There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “C:Usersoemer.nugetpackagesskyline.dataminer.files.slmanagedscripting10.4.4.2libnet462SLManagedScripting.dll”, “x86”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. QAction_Helper C:Program FilesMicrosoft Visual Studio2022CommunityMSBuildCurrentBinamd64Microsoft.Common.CurrentVersion.targets 2389
—————————————————-

Michiel Oda [SLC] [DevOps Enabler] commented 9th April 2024

Normally when using the Visual Studio templates to create the connector solution, the Directory.Build.props file should have been added that fixes those warnings: https://github.com/SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates/blob/main/working/templates/connectorsolution/Directory.Build.props

In any case, those warnings aren’t harmful.

Ömer Eryaman [DevOps Advocate] commented 9th April 2024

i created a new project and my Directory.Build.props files is empty

the file Directory.Build.props
——————–

——————–

should i just copy and paste what u linked earlier (git)?

Show 4 more comments
You are viewing 1 out of 1 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas

Recent questions

Alarm Dashboard PDF/CSV Export 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (108) Correlation (68) Cube (150) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (139) driver (65) DVE (55) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (151) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) services (51) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin