| Thread | Last Post | Replies |
|
| Upgrade from professional to architect? | 08 Sep 2005 07:16 GMT | 1 |
Hello, is it possible to upgrade from VS2002 professional to VS2003 architect or can I only upgrade to VS2003 professional? I miss the Visio code generation! Thanks
|
| 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 04:11 GMT | 1 |
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 ...
|
| 3rd party tool force installing older version of framework | 08 Sep 2005 04:03 GMT | 1 |
I want to know what my risk is of corrupting something on my computer by installing an older version of the framework over my current (up todate version). I find this hard to believe, but I purchased a copy of Robohelp office pro for .net and when I tried to install it, it tried ...
|
| VS.NET 2005 beta 2 weird behavior | 08 Sep 2005 01:33 GMT | 4 |
sometimes such keys as: "Delete, Arrows & Enter" stop working (as well as remove / paste menus) anyone knows why? and have an idea of fix?
|
| System.Transaction and Enterprise Services | 07 Sep 2005 23:13 GMT | 1 |
When using System.Transaction (such as TransactionScope): Will promotion to a distributed transaction work even if the component using that scope is not hosted in COM+ component services? Tor Bådshaug
|
| ORACLE STRING | 07 Sep 2005 20:44 GMT | 8 |
I have a web appliction and , I need to have the proper string to get a connection to an Oracle DB from Vb.Net 2003, using a .NET string. I need to know how to specify the password, login and the server in the string connection. In all the examples, I haven't seen ...
|
| _secerr_handler_func in VS 2005 July CTP | 07 Sep 2005 20:36 GMT | 2 |
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 ...
|
| File.Copy problems & other file problem | 07 Sep 2005 19:09 GMT | 1 |
1st. funny fact about File.Copy: ===================== File.Copy(src, dst, true) with dst being an existing hidden file fail with a SecurityException
|
| Enterprise Library really su#$%"#!"ks | 07 Sep 2005 17:50 GMT | 4 |
Hello, long days these days than i had trying to setting up the Enterprise Library Blocks in the production server. Why? I will told you all my sad history, I had installed in my computer the enterprise library of june with the ilussion than that will keep me away from
|
| Dynamic Data binding | 07 Sep 2005 14:30 GMT | 2 |
Hi, I am looking for some quick advice on the methods I'm investigating.. I have a portion of my program that allows a user to import address data from either an excel sheet, acess db, or a delimited file. What I
|
| insert Foreign Key | 07 Sep 2005 14:09 GMT | 2 |
I am trying to insert data into an MSAccess table through a datagrid. I did it by creating a custom Insert Command. However, the table has a foreignKey,which obviously is hidden to the user (mappingType.hidden) and i tried to pouplate it using the code below, before
|
| 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? | 07 Sep 2005 13:48 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?
|
| PInvoke and pointers | 07 Sep 2005 12:44 GMT | 1 |
I have some problems executing a method using P/Invoke in my C# 2.0 app. This is the definition for the original .H file LDVCode LDVAPI ldv_read(
|
| Debugging Problem | 07 Sep 2005 12:27 GMT | 3 |
I am trying to debug an application developed by another developer. if i run it in Debug mode(locally), the application hangs and does nothing (basically dies and makes me wanna kill myself),... "does not reach the break point.... nada....." but if I try to run the application from ...
|
| Closing instances of MSWord | 07 Sep 2005 10:38 GMT | 1 |
Hi All, We have a .NET service which creates a shared instance of Microsoft Word. This instance is created in the Constructor of the Shared class. Once we have completed using the instance, we close/ quit the instance.
|