Click here to Skip to main content
15,895,011 members

Comments by bholey (Top 15 by date)

bholey 24-Jun-21 10:15am View    
thanks Richard,
actually we've 3 optional parameters may be more in future which becomes more complex and hard to handle/understand with if else so want to implement using a single linq/lambda expression statement, plz help me how to rewrite lambda expression !
bholey 5-May-21 6:53am View    
thanks Griff for quick help and suggestion! giving more details -
actually, above code block working properly in application but reported as logically dead code issue in Polaris security scan report so thinking what missed as per coding standard and what to change.
bholey 24-Jul-14 8:12am View    
ok got it, so please suggest me, what network delivery method should we use instead of SmtpDeliveryMethod.PickupDirectoryFromIis
bholey 5-Jan-14 14:03pm View    
OK boss, Let's discuss my purpose and problem from the sketch...

I've integrated Body Composition analyzer machine for health checkup purpose in .net website and it works fine on my local machine (cpu) but after hosting my website project to the server machine's iis whenever i try for a test through live url, The Bca machine is not detecting because it's connected to client machine's usb port. I know the problem why it's happening.....
To resolve this problem I tried many silly solution also,

I put all my code inside console application and called it's generated exe file on web page's btn click but console window also opened on server machine. then ask to download and run exe directly and i feel my apology for this bcz it's not problem solving logic.

I tried activex but it's working only with IE browser.

Now i tried applet code inside aspx page(web page) to open client pc port from live url
and i open my client machine COM1 port successfully by clicking openport button of applet. But when i click on webpage's test button, my bca machine is not entering in control mode and not read/write data.

Now i'm looking for add reference or import vender's dlls in netbean so that i modify the jar file and use dll methods to communicate device.

but do not know how and where to add or import third party dlls.
I googling for hours and tried but not found clear solution.

Plz guide me step by step how to import dll.
plz guide me dear, thanks in advance.
bholey 5-Jan-14 13:49pm View    
To resolve this problem, i tried activex but it's working only with IE browser.
Now i tried applet code inside aspx page(web page) to open client pc port from live url
and i open my client machine COM1 port successfully by clicking openport button of applet. But when i click on webpage's test button, my bca machine is not entering in control mode and not read/write data.

Now i'm looking for add reference or import vender's dlls in netbean so that i modify the jar file and use dll methods to communicate device.

but do not know how and where to add or import third party dlls.
I googling for hours and tried but not found clear solution.

Plz it's very urgent dear, guide me step by step how to import dll.
plz guide me dear, thanks in advance.