Would like to use Grapevine v5 with my .Net 4.6 project #40
-
I have a rather large project that is currently using .Net Framework 4.6.1 I am successfully using Grapevine 4.2.2 to prototype some concepts. Is Grapevine actually dependent on .Net 5.0 (would be involved to port it down to 4.6.1)? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Grapevine 5 currently targets the following frameworks:
While I've not explicitly tried it, according to the .Net Standard documentation, .Net 4.6.1 should be able to use Grapevine 5. Have you tried to use it yet? Edit: I just spun up a small console application targeting .Net Framework 4.6.1, pulled in the latest release candidate for Grapevine 5, and started a server and hit my basic route. Unless you are experiencing a specific problem, I'd say that you can use Grapevine 5 with .Net Framework 4.6.1. |
Beta Was this translation helpful? Give feedback.
-
I have not tried it, because I also have a VS 2015 project format issue, where I would need to somehow re-format the SLN and CSPROJ files to conform to your VS tools version.
I have been using V4, and I must say that it works very nicely for what I need to do!
Having a slight issue getting SSL/HTTPS to work, but I’m fairly certain that the problem has to do with the myriad steps required to get certs in the right places…
Thank you for creating such a well-thought-out REST library!
|
Beta Was this translation helpful? Give feedback.
-
Got it. That’s a good idea.
I now have everything working, except that I’m working my way through how to get rid of Chrome messages regarding accessing the Grapevine site on a local network, by IP address. The DnsName given in the CERT is not going to match the address in the Chrome URL, so Chrome (and others) complain about the site not being secure.
Not sure how to solve this one, actually, because I deliver custom industrial systems, and they will never have certs from a CA…
Larry
On Jan 30, 2021, at 5:11 PM, Scott Offen ***@***.***> wrote:
By the way, there is a similar discussion board for GV4 available. If that is what you are using, you might want to post your questions over there.
https://github.com/scottoffen/grapevine-legacy/discussions <https://github.com/scottoffen/grapevine-legacy/discussions>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#40 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACG3AR6B63M5HNDIR237FLS4R7Y3ANCNFSM4WX5TLNA>.
Thank You,
Larry Roy
Embedded Logix, Inc.
288 S Main
Romeo MI 48065
USA
CONFIDENTIALITY NOTICE: This communication and/or transmission (including any attachments) is intended solely for the person or entity to which it is addressed and may contain confidential, trade secret, privileged, and/or proprietary information and materials. Any review, distribution, dissemination, printing, copying, exploitation, or other use or communication of this email and/or its contents by persons or entities other than the specific intended recipient or his/her duly authorized representative is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete the communication from your computer and all other devices and related systems and shred and properly discard any tangible versions. Thank you.
|
Beta Was this translation helpful? Give feedback.
Grapevine 5 currently targets the following frameworks:
While I've not explicitly tried it, according to the .Net Standard documentation, .Net 4.6.1 should be able to use Grapevine 5. Have you tried to use it yet?
Edit: I just spun up a small console application targeting .Net Framework 4.6.1, pulled in the latest release candidate for Grapevine 5, and started a server and hit my basic route. Unless you are experiencing a specific problem, I'd say that you can use Grapevine 5 with .Net Framework 4.6.1.