| Thread | Last Post | Replies |
|
| read key/value pairs from delimited text file into collection? | 18 Oct 2004 22:53 GMT | 3 |
I have a text file with the following format (pipe delimited)
|column1=value|column2=value|column3=value|column4=value|... |column1=value|column2=value|column3=value|column4=value|... I have two questions.
|
| Visual .dot net 2005 status? | 18 Oct 2004 22:13 GMT | 1 |
If we were to develop an app that will be completed in the first half of 2005, should we use the visual studio 2005 beta, or stay with the 2003. 2005 has some nice features, but I'm wondering how soon they're thinking of taking it out of the beta stage, and if a live business ...
|
| reloading app.config in Configuration Management Application Block ??? | 18 Oct 2004 21:42 GMT | 1 |
I am planning on using the Configuration Management Application Block. The Block reads the app.config file the first time it is used. What if I want to add a new section/configSection and have the ConfigurationManager class reload the new app.config settings. Can
|
| Compiling/Linking old C code in .NET | 18 Oct 2004 21:31 GMT | 2 |
I am trying to port some C code from an old VMS system to Windows 2003. Recently, I've been having some problems with unresolved externals: ccm_com error LNK2001: unresolved external symbol ___security_cookie ccm_com error LNK2001: unresolved external symbol ...
|
| opening excel application thru vb.net | 18 Oct 2004 21:23 GMT | 1 |
Hi, I'm having problems opening up excel thru my code. It will write and saveas an excel file, but the application won't open on the user's computer, excel seems to be hidden, because it shows up on the task manager. The problem is, if this user tries to download the data more ...
|
| Custom Instalation | 18 Oct 2004 21:05 GMT | 4 |
How to use VS Setup Projects to do a custom dialog for installing a database and run scripts against it ?
 Signature Lucas Ponzo
|
| Error using Oracle ODP.NET from Web App on Windows 2003 | 18 Oct 2004 20:41 GMT | 3 |
What additional steps are needed to allow web apps to access oracle ODP.NET resources under Windows Server 2003? When using Oracle's ODP.NET (9.2.0.401) from a WebForm I get permission errors when invoking oracle - System Error: Unable to load DLL (OraOps9.dll).
|
| Create DSN in setup | 18 Oct 2004 20:37 GMT | 3 |
How can I get the deployment project to setup a DSN pointing to an Access DB after installation takes place? Also, is there a way to kick off a vbs script after installation takes place through the deployment project?
|
| Copy/paste | 18 Oct 2004 20:17 GMT | 4 |
Is there a way to change the copy/paste setting in VS.net 2003 so that when you paste it will paste at the current location and not to the upper left hand corner.
|
| ASP.Net project won't run | 18 Oct 2004 20:13 GMT | 1 |
I'm trying to open a ASP.net project that another developer within my company developed, I'm able to build the project but when I try to run it it gives me an error that says I need to be a member of the debug users group. I had myself placed in the group and I'm also an ...
|
| Image list icons looks bad | 18 Oct 2004 20:09 GMT | 1 |
When ever I use image lists in a tree view the image list is behaving inconsistent. When I add images they first look good and clean, after I have close and open the code in the IDE the icons have this blue shadow on them and they look really bad. I can then remove the icons and ...
|
| Another NullReference Question | 18 Oct 2004 19:27 GMT | 2 |
This code has been working for some months - suddenly it get a NullReference error Private Sub btnShowProj_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnShowProj.Click
|
| Multithreading and ASP.net | 18 Oct 2004 18:05 GMT | 2 |
Hai i am trying to write a multithreading asp.net application this is the code Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
|
| How to initialized variables | 18 Oct 2004 17:52 GMT | 1 |
This is a silly question. When I'm debugging, I store textboxes values into global or module variables. (C#) But when I just start debugging, in the watch window I can see the previous
|
| How to set up .exe.config during installation | 18 Oct 2004 17:25 GMT | 2 |
So I've been really good. I've written my nice shiny new app to use a .config file. I have code that is nicely reading (and updating as required) the settings in the .config file, and the app is passing testing, fine.
|