Code Monkey home page Code Monkey logo

Comments (6)

LDClark avatar LDClark commented on September 13, 2024

Do you get that when you do a Rebuild All? Did you install the Nuget package Esapi Essentials and set the runner as the startup project? Thanks for trying it out!

from plancheck.

kishorej88 avatar kishorej88 commented on September 13, 2024

Thank you sir for your prompt reply . What i did is mentioned below in the steps if something i am missing please guide me .

  1. Downloaded zip repository from GitHub.
  2. Extracted data from zip folder .
  3. Opened PlanCheck.sln in Microsoft visual basic 2019 .
  4. Remove references to VMS.TPS.Common.Model.API and VMS.TPS.Common.Model.Types, and add the local dlls from my eclipse (V16.1) .
  5. Right-click solution > Restore NuGet Packages
  6. Then i try to rebuild the solution.

As i am very new to scripting and visual basics and maybe missing something please let me know if you can found the fault .

Error1: Severity Code Description Project File Line Suppression State
Error CS0234 The type or namespace name 'Common' does not exist in the namespace 'VMS.TPS' (are you missing an assembly reference?) PlanCheck C:\Users\91986\Desktop\New folder\PlanCheck-master\PlanCheck.Script\ViewModels\PQMSummaryViewModel.cs 7 Active

Error 2: Severity Code Description Project File Line Suppression State
Error CS0006 Metadata file 'C:\Users\91986\Desktop\New folder\PlanCheck-master\PlanCheck.Script\bin\x64\Debug\PlanCheck-2.0.0.0.esapi.dll' could not be found PlanCheck.Runner C:\Users\91986\Desktop\New folder\PlanCheck-master\PlanCheck.Runner\CSC 1 Active

Thank you

from plancheck.

LDClark avatar LDClark commented on September 13, 2024

I haven't used Plancheck with 16.1 yet, that could be the issue. You might have luck looking though the Output menu for specific exceptions and see what you have to modify in order for it to build. Sometimes the methods change slightly within ESAPI on the VMS.TPS side and that could be all that needs to be done. Visual Studio should give you a red squiggly line to indicate that some classes need updating (it looks like there is an issue under \ViewModels\PQMSummaryViewModel.cs).

I hope to update it soon. Ideally there would be if/else lines around the 13.6/13.7/15.5/15.6/16.1 conditional methods so that it would work for all VMS.TPS references, but right now it most likely only works for version 15. I'll try to get access to 16.1 dlls to see if I can fix it from my end.

from plancheck.

kishorej88 avatar kishorej88 commented on September 13, 2024

thank you for your reply. The error i am getting is
Error CS0006:Metadata file 'C:\Users\91986\sktop\New folder\PlanCheck-master\PlanCheck.Script\bin\x64\Debug\PlanCheck-2.0.0.0.esapi.dll' could not be found. what is this dll and how can I resolve this. If you ok i can share my 16.1 dlls.

from plancheck.

LDClark avatar LDClark commented on September 13, 2024

I was able to get the 16.1 dlls from the Varian Innovation Center website (I just signed up, but has been helpful so far).

I was able to get it to build by doing:
-Replace the 15.6 dlls with the 16.1 version in the two projects PlanCheck and PlanCheck.Runner.
-Update the Target Framework to 4.6.1 in each project PlanCheck, PlanCheck.Reporting, PlanCheck.Reporting.MigraDoc, and PlanCheck.Runner (right-click to get application properties)
-Build>Rebuild Solution

Let me know if that doesn't work, and sorry for taking so long to get back to you if you haven't already figured it out.

Landon

from plancheck.

kishorej88 avatar kishorej88 commented on September 13, 2024

from plancheck.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.