| Thread | Last Post | Replies |
|
| ADODB/IsDBNull Problem | 20 Jul 2004 02:22 GMT | 4 |
I am having a problem with the IsDBNull function. When it checks what type of value is contained in the parameter that is passed to it, it does not successfully determine that it has a DBNull value. If I access the value of what I am going to pass to the IsDBNull function
|
| Writing Fortran unformatted files with VB | 19 Jul 2004 23:39 GMT | 2 |
I hope this is the right place for this post, apologies if it is not. I am trying to write a program that creates an input file for a dispersion model. The model is expecting a Fortran "unformatted" binary file in big-endian. However, my program is written in dotnet and I'd like to ...
|
| Renaming components don't populate | 19 Jul 2004 22:34 GMT | 2 |
Is there a reason that Microsoft has decided NOT to cascade the changing of a components name through out your application? I can understand them not touching the code that the user wrote, but it should make the changes to the code that the IDE wrote!!
|
| Parser Errors | 19 Jul 2004 17:31 GMT | 2 |
I am getting the following error when I strart debugging, regardless of the project or solution I am working on. Any help would certainly be appreciated. Michael
|
| .Net Technologies and Data Conversion | 19 Jul 2004 16:17 GMT | 1 |
I am researching a potential solution for my company. Currently we convert a new client's dataset into our own data structures using Fox Pro and then Sql (Our data is in SQL). There are a lot of field mappings going on in the first part of the conversion. I would like
|
| n tier applications | 19 Jul 2004 15:49 GMT | 2 |
I would like to know what n tier applications are (i thought i already knew that). I had developed an applicaton that had a DAL layer, BLL layer, database and user interface layer. what exactly is a layer? i had one .net solution file
|
| Granting file delete permission to another user | 19 Jul 2004 15:22 GMT | 3 |
I have a Windows Service that is running as an administrator account. Some of it methods create files for a COM+ client to digest and puts them in C:\Documents and Settings\All Users\Application Data\... The file is created with a StreamWriter.
|
| Class factory reflection question | 19 Jul 2004 13:58 GMT | 2 |
I have the following situation and could use some advise. I have a Base Class CreditReport, classes BoatCreditReport and HomeCreditReport Inherit from CreditReport. I would like to have the CreditReport class in a separate project from
|
| DNS WMI Provider | 19 Jul 2004 12:14 GMT | 4 |
Can anyone tell me where to find the DNS WMI Provider for Windows Server 2000? The link in the MSDN article "Installing the provider" doesn't seem to be valid. Thanks
|
| irc chat..... | 19 Jul 2004 10:12 GMT | 2 |
How do i parse the first nick before exclamation only. i am working on irc chat similar to PIRCH or MIRC. I can only do this in vb6 here is debug.writeline: Picota!lol@96.Red-213-97-140.pooles.rima-tde.net PRIVMSG #india :any1
|
| Integrating with legacy code | 18 Jul 2004 21:18 GMT | 8 |
Hello. I have a very large business application written all in VC++ and MFC. Now I want to interface some of it to the web. I have VS.NET2003 and have been studing walkthroughs and documentation and trying some things. I wanted to build an XML web service that would
|
| Missing help contents | 18 Jul 2004 21:13 GMT | 2 |
I'm not sure what caused it, but while inside the VS.NET IDE, 1) when I click on the Help TOC or index tab, nothing shows up, 2) no filters (for the help) show up, and 3) Dynamic Help always shows "No links are available for the current selection." I have tried uninstalling and ...
|
| How widespread is the .NET framework? | 18 Jul 2004 19:36 GMT | 10 |
How many people can be expected to have the framework installed? I going to write some software for the home market and I don't want to do that in .NET if I'm only going to target 10-15% of all Windows users. Shipping the framework with the program is not an option. Also,
|
| ASP.Net Problem.Please ........ | 17 Jul 2004 23:50 GMT | 3 |
Hi I format my M/C and install fresh copy of Win2000 and ISS.First thing after that i install VS.net and every thing goes well without any error.When i try to open asp.net application i am getting
|
| Session and URL problem | 17 Jul 2004 21:56 GMT | 1 |
I have created an application that has a logout.aspx page. here I clear the session variables and redirect the user to the login page, but if I dont close the brower and hit the "back" button. the user is directed to the old pages.
|