blah blah blah is here! blah blah » Close

0
votes
0 answers

Delphi: Accessing activeds.dll on 64-bit server

We have a Delphi app that performs user authentication using the activeds.dll library. However, when running on a 64-bit server, even though the WOW64 processing thunks the library to use the psuedo-32-bit version, we're consistently getti ...

0
votes
1 answers

Using multiple <@ Language declarations in .aspx

We're working on a very large project that has been exclusively written in VBScript/javascript/HTML. We're starting to port it over, page-by-page into C#. We have split out common constants and code into <# Include .asp files, but wh ...

Feedback