Search results for query: *

  • Users: GrexD
  • Content: Threads
  • Order by date
  1. G

    Adding Soap Header

    I received a WSDL from a company so I can access their service. In testing with them they supplied me with a request which has <soap:Header><con:Context> (see below), which I copied and pasted in to soapUI for testing. Most of the elements must be populated or the request fails. After testing...
  2. G

    Not set to instance of object for Service Reference

    I've programmed to two other service references, but it is still a little new to me. I received the WDSL and loaded the reference and the objects were created. I can see everything in the object browser. This is in VS 2010. Before I tried this in 2010 I accessed the service with soupUI 3.5, so...
  3. G

    First ASP.Net Application

    I'm looking for advice on a new ASP application in Visual Studio 2010. I have done some ASP and PHP programming in the past, but it has been a while. The PHP programming has always been maintaining and modifying existing sites and never anything from scratch. The last ASP application I wrote was...
  4. G

    Formatting Time

    If it is 2:00 PM I want to return the hour as a single digit. I'm in VB.net in visual studio 2010. I can not get the hour to return a single digit '2'. Error "Input string was not in the correct format" Now.ToString("h") Error "Input string was not in the...
  5. G

    Cross-thread operation not valid

    I get this error above at random times when developing in the IDE. This is a new project that I've been working on for about 2 months now and have not distributed it, so I can't say if it will happen once it has been compiled and distributed. There doesn't seem to be any rhyme or reason to it...
  6. G

    Data Repeater

    {I'm sure this is in the wrong section, but there are just too many forums here to chose from. Please move this is you want. Sorry} Normally, when populating controls with data from a database I create a connection and then pass a SQL statement to create a DataReader. I then loop through the...
  7. G

    What is the 'c' for in this Select Case block

    This is a chunk of code that came in an ftp sample I downloaded from Microsoft. I've never seem the lower case 'c' used after the case select string. What is it for? In VS2010 the "u"c all shows up in red as if it were a string literal, but the c is outside the quotes. Greg...
  8. G

    Design View Hangs

    I'm working on my first ASP project in VS08 using VB.net. I purchased VS05, but the sample Hello World app I downloaded is in 08, which I have a constrained version of because it was installed with SQL Server 2008. When I select the the aspx file I can see the source code section, but when I...
  9. G

    3rd Party PDF Print Driver

    I'm looking for a 3rd party control that will allow me to create a PDF printer object. I need to be able to have a user select my printer object to print to and then I will be able to decide output location, resolution, name, etc. I'm going to be Googling my fingers to the bone over the next few...
  10. G

    proper forum?

    Thank you to the moderator for moving my post to the "proper forum". This begs the question: Why are there two forms with the same name of "VB.Net General Discussion". I would think that one forum dedicated to the general discussion of VB.Net would be enough. Apparently not. This confusion must...
  11. G

    Who is logged on to domain

    I've been playing around with Active Directory programming. I can get a list of the computers on a domain and I get get a list of users who have accounts on a domain. What I can't seem to figure out what to do is get a list of users who are currently logged on. When you get a list of users you...
  12. G

    Strong Naming an Assembly of a web site

    Has anyone done this: String Named Their Assembly. I've read on-line and in the help files for 6 hours straight and I am no where closer to getting this. It seems that every 6 months I run up against one of these types of things with VB.net and the .Net Framework. I read on line and find dozens...
  13. G

    Venting

    On and off over the past week and a half I've been trying to get my first VS2005/VB.net web application to deploy and it is mind numbing. At work last summer I wrote my first PHP/MySQL Server application. It took me about an hour or two to create the database, DB login, tables, and fields...
  14. G

    What is missing on Vista 64

    I'm programming in VB.Net in VS05. The program has been installed on dozens of XP and 32-bit Vista machines but won't load on a 64-bit vista machine. The only message I get is that "IRIS Scan has stopped working". I don't think it is getting to the point of running any of my code. I first...
  15. G

    Installed by Admin, Won't run for user

    I think this has to do with a third party OCX control. Below is the output when the application starts. When I install my application on a stand-alone PC or most PCs in a networked environment it runs fine. When I go to some offices that have very tightly controlled networks I have problems...
  16. G

    Running on a secure network

    I developed a simple VS05 windows application for the company I work for that we distribute for free to several offices we work with. It is a scanner interface that uses a third party scanner ocx control. I read and write to the registry and write a folder on the C: drive of the computer that...
  17. G

    What is Form Name

    I started a new project and had a Form named Form1. Later I renamed it frmMain. I have tabs listed as "frmMain[Design] and frmMain[Code]. In the solution explorer it list frmMain.vb and frmMain.resX. When I try to access frmMain properties or objects from another form vb.net acts like it doesn't...
  18. G

    Throw an exception

    We have a situation that I think is hardware related. I have about 15 users using a vb.net 05 app connecting to an Access 03 db file. Only 8 to 10 of them are connect at any given time. Nobody is writing data to the file, they are all just querying and viewing. Every once in a while through out...
  19. G

    Can't Deploy on Other Machines

    Is it possible to convert VB.Net apps to VB.6. I'm about ready to ditch VS2005 if I can't get my apps to run on other machines. First it needed Office 03 installed and now I'm getting another error having to do with OLE DB. Obviously something is not registered, but WHAT! This was the second...
  20. G

    Can not start debugging

    This one has plagued me for months but I've sort of learned to deal with it. This is the sort of thing that makes me long for the days of writing DOS console apps, though. EVERY TIME I start VS2005 and load a project I must go in to the projects bin and/or obj/debug folders and delete files...
Back
Top