Jump to content
Xtreme .Net Talk

Big

Members
  • Posts

    11
  • Joined

  • Last visited

Big's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Big

    Blob to File

    Hi, How can i turn my binary file back to a file and open it? example: I have a .doc file that i write to my db as binary file. Then i get the binary file from my db but then i need to open it in Word. L.
  2. Thx
  3. That would be possible but it would be nice if i can do it from my form. But if that 's to difficult they also can change it in window.
  4. I have an application where i would like that the user can change the time and date like you can do in windows.
  5. How can i change my systemdate from a form?? Greetz L
  6. I used case 2 and it works. Thx L
  7. Hi, I got the next problem: I have a string, and that string contains XML Example: "<XML></XML>" Problem: I want to read the XML in the string into a dataset but i don 't want to save the string to a file first. The string i get from a dataset. And to write XML you can use dataset.getXML and put that in a string. Then write the string to a db. Then i get the string from the db and i would like to get it back in a dataset. Thx L
  8. I found what the problem was. If you want to upload files with a webservice you can only upload file that are less then 4 Mb but if you change maxRequestLength in <httpRuntime /> you can upload the number you set. I changed it in 40960 so that i can upload 40Mb without problems. Greetz
  9. Big

    Decompiler

    Thx guys, and it is an old dll from myself but i lost the code. And now i can find it again.
  10. Big

    Decompiler

    Hi, Is their anybody who knows if their exists a decompiler for dll from VB??
  11. Hi i got a little problem. I get this message An unhandled exception of type 'System.InvalidOperationException' occurred in system.dll Additional information: There was an error during async processing. when i try to write binary files to a db by using a webservice. But with small files everything works, but with files of 8Mb it doesn 't and i get the error message then. Can someone explain me the error message??
×
×
  • Create New...