| Thread | Last Post | Replies |
|
| when writing out a file from .net, when is the file created? after the bytes are all written to the hard drive or before the bytes are written to the hard drive? | 08 Sep 2005 10:01 GMT | 1 |
when writing out a file from .net, when is the file created? after the bytes are all written to the hard drive or before the bytes are written to the hard drive?
|
| Choice of language on .NET | 08 Sep 2005 08:04 GMT | 5 |
I'm headed back to school to retool. I have enrolled into a .NET programming certificate program. We have a choice of Java or Visual Basic on the .NET platform. Of course its not described this way. The Java is described as for web development and the Visual Basic is described as ...
|
| If my System.IO.StreamWriter Write method throws "The specified network name is no longer available." and I try to Dispose or Close it in the finaly clause the close or dispose method just throws "The specified network name is no longer available." again. | 08 Sep 2005 07:54 GMT | 3 |
If my System.IO.StreamWriter Write method throws "The specified network name is no longer available." and I try to Dispose or Close it in the finaly clause the close or dispose method just throws "The specified network name is no longer available." again. how to clean this up? after ...
|
| word not visible | 08 Sep 2005 02:53 GMT | 6 |
I am really stumped. I am trying to create a new document or trying to open an existing document locally on a Windows 2000 server thru VB.net with Word XP (nothing fancy). Everything seems to work fine and I can see a Word document open on my computer when I try it on my pc. When I
|
| Chat: The Visual Studio Debugger, September 8th @ 1pm Pacific Time | 08 Sep 2005 01:43 GMT | 2 |
The Visual Studio Debugger "Do you have some burning questions or comments about SQL, C#, VB, C++, or script debugging support in Visual Studio? Want to know more about Visual Studio 2005's enhanced datatips, improved interop debugging, Managed
|
| HELP! Best practice for lookup data and foreign key values? | 07 Sep 2005 21:07 GMT | 1 |
I have a question about best practices of how to deal with lookup data from my C# apps. On a couple of occasions I have come across a problem where I have to automate inserting a record into a table that has a foreign key constraint that is linked to a lookup table. E.g. Take the ...
|
| _secerr_handler_func in VS 2005 July CTP | 07 Sep 2005 20:36 GMT | 1 |
Based on factors beyond my control, I am required to use the July CTP version of Whidbey (Visual Studio 2005). That being said, I am re-compiling some existing C++ projects within our company and am running into some problems with changes in VS 2005 CTP that were not in the Beta ...
|
| Response.Output... XML file out | 07 Sep 2005 20:19 GMT | 1 |
Ok, I'm stumped on something that really shouldn't be this hard. I've created some cool code to transform a dataset via XSLT into SpreadsheetML (XML for Excel) and I'm storing the physical file on a file server. Now... I currently provide a hyperlink to view/save the file, but ...
|
| VS.NET 2003/DAO 3.5 | 07 Sep 2005 18:22 GMT | 1 |
Will VS.NET'03 install Data Access Objects 3.5 if it's not detected during installation? If not, is the dao35.exe included on the installation for a manual install? Thanks in advance.
|
| The program xxx has exited with code 0 (0x0). | 07 Sep 2005 17:17 GMT | 2 |
I always get the exit code 0x0 running the following VB software from the Visual Studion NET 2003: Sub Main() MsgBox("test v2")
|
| Problem with LEAVE of a datetime field | 07 Sep 2005 16:47 GMT | 1 |
C# I have a datetime field, when I leave this field I am trying to call some validation on the date enered, namely that the date cant be ahead of today. My validation checks the date entered against todays date. If the user
|
| GDI Efficieny Question | 07 Sep 2005 16:04 GMT | 1 |
How efficient is it to use GDI to create images. Instead of having to create loads of titles for a web site, i would like to use the GDI. My concern is how intensive it is on the processor. Anyone have any opinions??
|
| Web Service interface versioning... | 07 Sep 2005 15:18 GMT | 2 |
Am new to web services, so apologies for the basic nature of the question - and apologies in advance if this is the wrong newsgroup. We're building a new web service and I'm looking around for documentation on a number of issues, including versioning of web service interfaces...
|
| Convert HTML to PDF | 07 Sep 2005 15:15 GMT | 1 |
I'm working with an ASP.NET Web Application running under Windows 2003, and want to open a part of HTML code of an ASP page directly in Acrobat Reader (in PDF format). Is there any library or dll, provided by Microsoft or Adobe to do this, which can be integrated in my web ...
|
| Is there any way for System.IO.StreamWriter Write method to write out part of the string to file. such as if the machine is shut down half way through? or does the file not actually exist until the entire write is completed successfully. | 07 Sep 2005 15:02 GMT | 1 |
Is there any way for System.IO.StreamWriter Write method to write out part of the string to file. such as if the machine is shut down half way through? or does the file not actually exist until the entire write is completed successfully.
|