Click here to Skip to main content
15,894,038 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
To send data from C# to Tally
i am using bellow code but i am getting error

C#
//RTSlink DLL functions declaration
[DllImport("RTSLink.dll")]
extern static int Open();

[DllImport("RTSLink.dll")]
extern static int Send(string request);

[DllImport("RTSLink.dll")]
extern static string ResponseText();


ERROR!

Unable to load DLL 'RTSLink.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Posted

1 solution

tally accept only xml file. so you create xml file and then export the data to tally....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900