Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > july 2003 > threads for wednesday july 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

How to sink an event from C++.NET in C#?
Posted by Dejun Yang at 7/30/2003 10:05:23 PM
Could anybody help me? How to sink an event from C++.NET in C#? For example, for following CSource, how to sink EventTest in C#? #pragma once #include <windows.h> using namespace System; namespace CSource { [event_source(managed)] public __gc class CSourceClass { // TODO: A...more >>


how to uninstall Setup Runtime Files
Posted by Saravanan Rathinavelu at 7/30/2003 9:23:42 PM
How do i uninstall Setup Runtime Files while trying to install the .Net Prerequesties CD inorder to install VS .Net 2003. What exactly do i look for on the Add/remove Programs to do so. thanks -Saravanan.R-...more >>

Databinding to dropdownlist
Posted by Billy Jacobs at 7/30/2003 7:37:05 PM
I have a table with two fields for a person's name.(e.g. FirstName, LastName). Is there a way to bind both fields with a space between them to a dropdownlist control so that the full name is displayed? Thanks, Billy Jacobs...more >>

How to get current nest level in a fucntion?
Posted by davidw at 7/30/2003 5:38:54 PM
Thanks! ...more >>

Error Reading Configuration Settings
Posted by Guogang at 7/30/2003 3:49:01 PM
Hi, I am deploying a project to a laptop. It works fine on my development computer, and I have tested once a few weeks ago. However, this time, the program can not start at all. After some digging, I find that it stops right at the following line (this line is part of the function called by...more >>

Memory Leak detecting tool in .net framework
Posted by barkha shah at 7/30/2003 2:48:56 PM
Hi , Can any one please suggest me the memory Leak detecting tool in Visual Studio.Net 2003 Release version Framework. Can I use Numega Bounds checker for this. Thanks and Regards. barkha ...more >>

Access Denied
Posted by Developer at 7/30/2003 2:41:50 PM
We have 3 intranet applications on a webserver. Everyday when the users of these applications visit the respective website they are getting an error as follows: System.IO.FileLoadException: Access is Denied: 'Company.Common'. Here 'Company.Common' is the name of the dll. Each of these 3 appl...more >>

.NET
Posted by Matt at 7/30/2003 2:25:18 PM
Can somebody translate this error message in laymens term as to why I can't install .Net Framework 1.1: "Setup cannot access Windows Installer components" Thank You...more >>



displaying different input text language on web page
Posted by Paul M at 7/30/2003 2:06:46 PM
Hi there, i hope someone can help me out here.. I have a input screen where i want the user to enter text in 2 different languages, english and macedonian. How is it possible to make the macedonian input boxes so when you type into them, it is entered into macedonian font? I dont want the u...more >>

WinForm .Config loading issues
Posted by Joe at 7/30/2003 1:34:11 PM
Hi Does anyone know of any issues about loading config files for windows forms applications? I have an application that utilizes a config file that holds my database connection string as well as other user settings. With the original VS.NET, when loading the application through the IDE de...more >>

Calling CreateProcessWithLogonW from asp.net
Posted by Arne at 7/30/2003 1:20:32 PM
Hi, I'm working on an asp.net application that reads a users username and password, and starts a process with the username read. The problem is that the program returns value 2(ERROR_FILE_NOT_FOUND). Here's my code: public class Class1 { [DllImport("advapi32.dll", CharSet=CharSet.Auto, ...more >>

VS.NET 2003 consume 150MB of physical memory !!!!HELP!!
Posted by Ms.net at 7/30/2003 12:38:42 PM
Please, what to do??? ...more >>

Get C# session variable using javascript
Posted by Joe at 7/30/2003 12:02:55 PM
I am new to web development at all but maintaining a .NET site that utilizes .apsx pages using vbscript, javascript,and C#. There is a function I am doing that I only can find out how to do in javascript (direct url post to variable then close window), however now I need to access a sess...more >>

Crystal Decisions has problems printing on Adobe 6.0 reader
Posted by Brian Sabolik at 7/30/2003 11:47:42 AM
After developing my entire applications around printing via the Crystal Decisions engine in .net, I was shocked to find out that a report that printed fine in Adobe 5.0 reader now prints garbled code in Adobe 6.0 reader. Has anyone else ran into this? I've tried the report on two different HP ...more >>

Where to find System.Core for use in C# app
Posted by Adam B at 7/30/2003 11:20:47 AM
I am just learning C#. Several of the examples make reference to System.Core. Does anyone know where I can find this assembly? I have the full version of VS .NET 2003 ent architect installed....more >>

Serious VS.NET 2003 Bug!!
Posted by Brian at 7/30/2003 10:14:24 AM
I have found a bug in VS.NET 2003 that I can't seem to find a solution for. When I am at a break point, I want to expand a variable node in the local windows to see the properites of the corresponding object. However, when I press the + sign, the + sign goes away and nothing happens! I ...more >>

Winforms Configuration Files in 1.1
Posted by Mark Phillips at 7/30/2003 9:52:05 AM
When I add a configuration file to a winforms application the framework or vs is automatically deleting it. Result is I always get null from ConfigurationSettings.AppSettings property. I am placing the file in the same folder as the exe (in this case the debug folder) and using the "AppN...more >>

Name of calling page?
Posted by Jim Mitchell at 7/30/2003 9:08:35 AM
Can I get the name of the page that called the the current page using the sender object in the page_load event? I could not find the properties for the sender object as shown below. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim ke...more >>

data adapter update
Posted by Adam at 7/30/2003 8:31:18 AM
This is kind of a tough question, but, I'm working on a program now and using sql data adapters with sql server to generate data tables. I'm updating the tables and then using the dataadapter.update method to send the table back. The problem is, the tables have about 30 fields and I'm on...more >>

Performance calling from .NET to legacy COM DLL
Posted by steve clark at 7/30/2003 6:59:23 AM
We've noticed that invocations of legacy C++ COM DLLs from .NET (Managed C++ or C#) desktop applications is quite a bit slower than the same calls from good old native C++. Does anybody have specific information about why this would be the case? How about performance numbers, benchmarks, etc? ...more >>

Embedding XML into ASPX question
Posted by Victor Fees at 7/30/2003 6:44:38 AM
I have an XML string in a database that I would like to display using XSLT. All of that works like a champ, but I can't figure out how to embed the XML inside an ASPX page. For example, I have an ASPX page with a Header User Control and a Footer User Control. I'd like to put the transform...more >>

Win Installer appears at startup of vs.net.
Posted by Christopher Hughes at 7/30/2003 6:06:18 AM
Since I installed Outlook 2002 on my machine, every time I start Visual Studio.NET, I get a Windows Installer window telling me it is configuring for Outlook 2002. Even though I let it run all the way through and let it install whatever it thinks it needs, I get this pop up again next time...more >>

How to compile a single file
Posted by LP at 7/30/2003 4:05:43 AM
Hi, I have a site which runs on .Net technology. The site is already deployed and running. I need to change 1 file for some small enhancement. Please tell me, how can I compile that 1 file and merge it to the original DLL (the one deployed on the live server) so as to upgrade it. I dont w...more >>


DevelopmentNow Blog