Hello all,
I am currently attepting to get info from a prior web page and can not figure out how this is done.
On my web page i have html text input controls, filled from a database. The users, once the info has been filled in, click on a link button and it goes to a processing page...
Hello all,
I am tired of trying to make the third party twain library work with our system. I want to write my own module that will handle all the communication necessary to do what we need the scanner to do. What we need is as follows:
1. Scan in the page(s)
2. Save it to 1 Tiff file
I...
Hello all,
I created a document using VSTO and have it working perfectly. What I am wanting to do is call microsoft word from within another vb.net application and once word opens, have it run the document. Does anyone know how this can be accomplished?
Thanks in advance,
Brian
Hello all,
I am creating a web page that has a number of print buttons on it. what each of these buttons do is run a Response.Redirect to a new page. These pages then automatically print out a form.
I need to add another button that will print all of these forms with 1 click. I have the...
Hello all,
I am needing to create a table like this:
id - main auto increment id for each row
prefix - holds 3 different 3 letter combinations - supplied
prefixid - autoincrement based on prefix
So the table would look like this after a few entries
id prefix prefixid
1...
safaritek,
Yes, it is our intranet server and has no outside connections. I do have all permissions.
What do you mean by adding the IP address to the headers? I only began web programming this year when I started with this company.
Brian
safaritek,
I am able to download the file from that url. I have also tried putting in the IP address for dc2 and it did not work either. Are there special permissions that need to be set in either IIS or maybe in Windows 2003 that I am missing?
Brian
Hello all,
One of my pages has an html object tied to a 3rd party twain dll . This page works just like it is supposed to within Visual Studio 2005. The problem comes when I upload it to our intranet server. The object does not see the dll, even though it is pointing to the location within...
Dan,
The file was delivered to me just fine. I have gone into the properties of the dll within IIS and said that script access is allowed to try and resolve what is going on.
Brian
Hello all,
I have created a website that uses a 3rd party twain dll to control a scanner. When I run the code using VS2005 the html object that i created is able to access the dll. When I move the code up to our intranet server the object is unable to find or can not access the dll file...
Hello all,
I am using a 3rd party twain dll on my site to control a scanner on the users machine. I can get the code to work when it is in VS 2005. The problem is that once I put the code onto the server, it can not find the object, or the objects code, I don't know which one. Here is the...
Hello all,
I finally got the images to come out correctly from this column in my SQL Server. Now I am trying to get a Word document to write properly to either the screen or Word itself. This is the code that I am using :
Dim conn As New System.Data.SqlClient.SqlConnection
Dim cmd As New...
Hello all,
I figured out what was going wrong with my previous code. I had the wrong content type going in because the picture I choose was not of the same type as I had said it was.
Now I am having a different problem. The binarywriter does not produce the image, it just writes out the...
Hello all,
I am receiving an error when I try to view an image that I have stored in my SQL database. I have used the following code :
cmd.Connection = conn
cmd.CommandText = "Select filetype, img from ScanInfo"
Try
conn.Open()
read =...
Hello all,
This is my first time using MySQL and I need to know how I can add in my own boolean column to the select statement so that I can bind a gridview checkbox to it.
Tanks in advance,
Brian
Hello again,
Does anyone know where to find all the paths to a reference for a web project? We think that the server is being passed bad info by VS in regards to where this particualr dll is.
Thanks,
Brian
Nicolai,
We have the 1.0 SP 3 and 2.0 .Net Frameworks installed on the server. We have decided that it has to do with the way that the reference path is being set by Visual Studio. For some reason the server is unable to locate that particular dll, whereas the IIS on my machine is able to...
Hello all,
I do not know if this is the correct area or not to ask this. I have created a couple of aspx pages that use a 3rd party dll. When I debug or run them through my local IIS I have no problem viewing them. When I try to run them on our intranet server, I get a compilation error...
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.