Visual studio C# files with github links - how to get the program to call the file?

Status
Not open for further replies.

em2018

Newbie level 6
Joined
Mar 8, 2018
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
115
Hi,

Can anyone please help me with my problem?

No instructions came with my RFID reader, only a number of .cs and .dll files, so it seems I need to use C# to program the device. To this end, I have downloaded Microsoft Visual Studio and opened most of the files.

However, a number of these files have links in either their name or contents, e.g. in the images below attached.

I have tried installing the github extension app, because it seems that a program may call a .cs file using the github link - however this is still not working.

Does anyone have any suggestions on what I should try next to allow my program to access the links in the .cs files? Is there a certain order/format I should add these files to the workspace? Or any useful guidance materials I could refer to?

Thanks,
Em
 

Attachments

  • links in file.png
    231.7 KB · Views: 221
  • links in text.png
    192.4 KB · Views: 182

Hi,

just try to open these links in WEB Browser (Chrome or Mozilla) - copy URL to your browser address. Here is link, which is visible on your screenshot:

https://github.com/rcriesgo/CF-RU5102/

You can download files using button <Clone or download> on upper right side of window. I can see there "Reader09.java" file, but this is written in Java :wink: and there is also a DLL library with support for your device.

BTW: You are aware that DLL libs from this project are for Windows200 an XP (see documentation on project github page). What OS are you using ?

Regards
 
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…