-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VB.Net option #7
Comments
You can freely use this dll in Vb.net project as both use either .netcore or .netframework As this library is written in c# you need to build it in c# My suggestion is to instead of building and referencing dll you can directly reference project so whenever you build your project this library is build along with it |
@sanketgroup How can I what is error? I seen several other mistakes |
2021-06-29_13-23-06.3.mp4 |
It would be great if you can share the VB.Net project. |
Example project is in examples folder
Any way you are using code in c# Ex: Imports System.windows.forms is not required here and , Partial class Form also related c# See example project you will known difference |
While Opening WinForms_VB.sln, getting the following error. Project '......\TallyConnector-NETFramework\TallyConnector\TallyConnector.csproj' targets 'net5.0'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.7.1'. WinForms_VB |
You referenced wrong project .net5 project |
Working perfect, |
can you please let me know is it possible to use in VBA |
Yeah, it is possible to use it in VBA, |
please provide video |
I have developed my own Tally Connector in VBA after lots of online search. |
Thanks lot
From: "ssplopal" ***@***.***>
To: "Accounting-Companion/TallyConnector" ***@***.***>
Cc: "ArunK199723" ***@***.***>, "Comment" ***@***.***>
Sent: Wednesday, April 26, 2023 9:33:30 PM
Subject: Re: [Accounting-Companion/TallyConnector] VB.Net option (#7)
CAUTION: This is an External E-mail . Please stay alert towards attachments, links and sender address.
I have developed my own Tally Connector in VBA after lots of online search.
These documentation helped a lot Thanks.
[ https://documenter.getpostman.com/view/13855108/TzeRpAMt#6762b3d4-7e44-4b17-87cf-9cebf3279c6b | https://documenter.getpostman.com/view/13855108/TzeRpAMt#6762b3d4-7e44-4b17-87cf-9cebf3279c6b ]
—
Reply to this email directly, [ #7 (comment) | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/A67HZHDWUOALYG4UGSAIUQDXDFBNFANCNFSM47LJGJCA | unsubscribe ] .
You are receiving this because you commented. Message ID: ***@***.***>
|
What is the best option to use this in VB.Net instead of C#.
Is it okay to build DLL in C# and then use that TallyConnector.dll into VB.Net project?
Would be there any issues with some syntaxes and functions ?
The text was updated successfully, but these errors were encountered: