Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GSharp69

    Insert images in a docx with Open xml

    Hi i have tried to put images in a docx with open xml he creates the docx but no images are shown in the document i use this code to put images: PackagePart partPicture = document.CreatePart(packageOutput, uriPicture, "image/jpeg"); using (Stream targetStream =...
  2. GSharp69

    Help with: System.Runtime.InteropServices.COMException

    Hi try setting the current culture to "en-us" GSharp69
  3. GSharp69

    ITextSharp and PDF

    Hi All, i have a question about itextsharp and PDF I have created a pdf thru itextsharp the pdf is like he is supposed to be BUT... my index page (TOC) is at the last page because i know my pagenumbers only at the end Does anyone know a method or has a solution to put the last page in front...
  4. GSharp69

    deploying webservice vs2005 c#

    I have found the problem on localhost. It was the configuration and ASP.Net version on local IIS that was not wel. I have fixed that but on production it's still failing but i do not have the permissions for that. Someone else is going to take care of that he told me, i'm curious greetings...
  5. GSharp69

    deploying webservice vs2005 c#

    hi all, I have a task to write a webservice and to deploy it. I started it today. After 1.5h the programming of the webservice was done and in debug mode it works very good. The only thing that was left was to deploy it. This part is driving me crazy. i have tried a lot of ways to deploy it...
  6. GSharp69

    connecting windowsapplication to windowsservice

    i did it the remoting way with my windows app to give startsign, my remoteobject between and as last my service which was pulsed by the remoteobject it works nice i must say and fast actually Thx for the help grtz GSharp69
  7. GSharp69

    connecting windowsapplication to windowsservice

    hi everybody, i've made a windowsservice thats running on the server i also have made a windowsapplication with some datagrids for data monitoring. Now i want to add a button on a form of the windowsapplication so i can give commands to the windowsservice on the server? Anyone has a good...
  8. GSharp69

    DATASET + XML

    Hi jurkmonkey, so with the example you just posted i can create an xml file because my dataset is filled up? that would be nice. Now i just have to ask if they have a schema (xsd) for me. If they don't have a schema (xsd) for me i probably first have to do the previous steps (save dataset...
  9. GSharp69

    DATASET + XML

    Hi, I work with the visual studio 2005 c# Ihave a problem and i need help quickly I have to do a read operation in an ms sql server with an sql statement, i put my result in a dataset. so far so good Now i want to read my dataset line by line and make an well formed xml like this example...

Part and Inventory Search

Back
Top