I'm writing a simple dll that is passed a server, database, and sql query and it is supposed to write out a table. I can get everything to work through string concatanation but that can be very slow.
How can I make the dll use the response object and simply write it out?
I'm writing a simple dll that is passed a server, database, and sql query and it is supposed to write out a table. I can get everything to work through string concatanation but that can be very slow.
How can I make the dll use the response object and simply write it out?
I've created and compiled a dll that works great when I refrence it from vb but causes an error on one of it's methods when I try to use it in a ASP page.
Have any of you had a similar problem or know how to solve mine?
I am able to write and read properties in the ASP page, but something must...
I've created and compiled a dll that works great when I refrence it from vb but causes an error on one of it's methods when I try to use it in a ASP page.
Have any of you had a similar problem or know how to solve mine?
I am able to write and read properties in the ASP page, but something must...
"%1 is not a valid Win32 application" is the message I get when I try to run my form after adding my (running) dll to the project. This wasn't happening yesterday and it is frusterating. Can anyone help?
I created an active x dll with a class named FixedOutput, one of it's properties is defined as another class called EportSpecs So I could use two dots like this:
myReport.ExportSpecs.HeaderDateFormat = "mmdd"
Everything worked great in the visual basic environment, but when I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.