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 > june 2004 > threads for friday june 11

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

Error calling Path.GetTempFileName(): The directory name is invalid
Posted by Glenn A. Harlan at 6/11/2004 8:55:11 PM
Why am I receiving the below error when calling - Path.GetTempFileName() The directory name is invalid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated i...more >>


.Net Sobesednik - ×ÙÐÕÓË ?16
Posted by hDrummer at 6/11/2004 6:10:12 PM
..Net óÏÂÅÓÅÄÎÉË #16 óÏÄÅÒÖÁÎÉÅ 1.. ïÔ Á×ÔÏÒÁ 2.. ïÂÚÏÒ ÎÏ×ÏÓÔÅÊ 3.. óÔÁÔØÑ ×ÙÐÕÓËÁ - ëÏÍÐÏÎÅÎÔÙ ËÏÎÔÒÏÌÑ ××ÏÄÁ ASP .Net 4.. ÷ÒÅÍÑ ËÏÄÁ - óÏÚÄÁÎÉÅ ËÌÁÓÓÏ× ËÏÌÌÅËÃÉÊ × C# 5.. æÏÒÕÍÙ .Net ÎÁ www.sql.ru ðÏÄÐÉÛÉÔÅÓØ ÎÁ ÓÁÊÔÅ http://dotnetgrains.sql.ru/ ...more >>

SQL Server History
Posted by Jason Mauss at 6/11/2004 4:08:19 PM
I am writing a paper on the history and evolution of SQL Server and I'm having a hard time finding good resources that talk about the product from it's beginning at Sybase and over the years at Microsoft. Below are a list of links I have so far but I was hoping maybe some MVP's or Microsoft empl...more >>

Opening an Access application thru .Net
Posted by ari at 6/11/2004 2:32:01 PM
Hey all, I was just wondering if there is a way for me to open my access application in a vb.net application and when that access application is open, to close my vb.net application? thanks in advance, ari...more >>

Hooking into Microsoft Access
Posted by ari at 6/11/2004 2:30:01 PM
Hey all, Is there a way to access all the reports that have been created for an MS Access application and list them in a datagrid? thanks in advance, ari...more >>

How to automate sending mail
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 6/11/2004 2:18:58 PM
I want to send a email (i am using ASP.net with C# as code behind) to a person on a perticular date and time..say if the user composes a mail today and selectes that this mail should reach after 10 days and at 10:00Am...and another user composes a mail today and specifies that the mai...more >>

XML Generation
Posted by Todd Bright at 6/11/2004 2:12:01 PM
I've got a few tables that I want to select records out of and put into an XML file. Each table will have its own node tree with it's records underneath. Is there a "good" way to do this besides doing it manually (looping thru datareaders and stuff like that). I've tried using the XmlReader/DataS...more >>

sn.exe does not support wildechars
Posted by Sunny at 6/11/2004 12:49:49 PM
I have posted this in the vsnet.ide group, but I think that this is the right one, so I do respost, excuse me. So, why I can not use: sn -R *.dll mykey.snk Are there any serious reasons for that limitation? Thanks Sunny...more >>



Visual Studio Start Page
Posted by jim_redwagon at 6/11/2004 12:30:01 PM
I hope this is the correct group... Can anyone tell me how to clear the list of Recent Solutions on my Start Page Projects tab? Many thanks! -jim...more >>

MenuItem Drawing text with Formatted Shortcuts
Posted by deja NO[at]SPAM homerlex.mailshell.com at 6/11/2004 11:49:49 AM
As you may have seen in other posts I have a C# app that has custom shortcuts so I need to OwnerDraw my MenuItems. Thanx to vJ and Mick for the tips so far. I am almost there :-) My last (I hope) issue is aligning the menu text and shortcut text properly. I need it to line up as if there a...more >>

Form Posting
Posted by Todd Bright at 6/11/2004 11:26:02 AM
I found the UploadFile and UploadValues methods which will allow you to upload file(s) and or form data. But is there a method that can be used to post multipart data (files and form data)? Todd...more >>

Bug in System.Globalization.Calendar class?
Posted by greysealstudios NO[at]SPAM hotmail.com at 6/11/2004 11:24:04 AM
Consider the following: As I post this, it is June 11th, 2004. My desk calendar tells me it is day 163 of the current year. This code: Calendar myCal = CultureInfo.InvariantCulture.Calendar; DateTime theDate = new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, new Gr...more >>

Problem with SQL Parameters
Posted by Simon Harvey at 6/11/2004 10:53:36 AM
Hi everyone, I'm having a very frustrating problem executing a stored procedure. I'll put the code at the bottom. When I build the SP and add all the parameters everything goes as expected. However when I run it, the exception tells me that the parameter doesnt exist for that SP. Obvious...more >>

Embedding Media Files
Posted by travisw NO[at]SPAM safetyontheweb.com at 6/11/2004 10:15:13 AM
Does anyone know if it is possible in .Net to embed a audio or video file into the application so it can be built and distributed as a single exe?...more >>

Error Using SelectedIndicesof Listbox with custom objects
Posted by Alex Stevens at 6/11/2004 10:11:31 AM
I'd already posted this in microsoft.public.dotnet.framework.windowsforms and microsoft.public.dotnet.framework.windowsforms.controls to no avail so apologies for the cross-posting. Hi, I'm writing a usercontrol which displays the typical two listboxes and the ability to move items from one...more >>

DrawString - Drawing MenuItem Text with Underline Mnemonic?
Posted by deja NO[at]SPAM homerlex.mailshell.com at 6/11/2004 10:05:02 AM
I have a c# app that has a OwnerDrawn menu items. Is there and easy way to use DrawString to draw the underline under the mnemonic character? BTW - I figured out how to detected if we should be showing the underline or not from my draw method: if ((e.State.Equals(DrawItemState.None)) || ...more >>

Deploying distributed Windows app
Posted by tuuky at 6/11/2004 9:33:02 AM
My team is in the process of building a .NET Windows Application that we plan to ship to clients on cd format for a local install. We were planning on using the MSDE version of SQL as the data storage, but I'm not sure if it will support multiple users in a network. Can anyone share with me what is...more >>

C# COM Object Issues
Posted by gman997 at 6/11/2004 9:28:01 AM
Hi all, At a high level here is what is going on -- I built a C# COM object. I need to call this com object from SQL Server using the sp_OACreate stored procedure in SQL Server. I build the COM object, register it using regasm, but when I try to call it in SQL Server I get the following error m...more >>

datatable.newrow HOW THE HELL
Posted by Al Bastido via .NET 247 at 6/11/2004 5:00:37 AM
could somebody please explain to me how the datatable.newrow method works, i've been trying to figure it out for weeks. I need to emulate it myself. I can bind my datagrid to a collection of objects with no problem. But that leaves me with a fixed number of properties per object and therefore a ...more >>

.Net authentication using multiple roles for a users
Posted by Varun at 6/11/2004 4:45:01 AM
In my application i have users who can belong to different groups and can have different roles. Groups can be administrators,schedulors,Recordkeepers etc., Roles recordkeepingfullaccess,recordkeepingreadonlyaccess etc., how can i authenticate the user and once he/she logins in one system if so...more >>

Excel.EXE won't GO away
Posted by Duncan Allen at 6/11/2004 3:51:01 AM
I've been using excel within VB.NET applications and I can't get it to close down and remove itself from memory. I'm using Visual Studio 2003 ver 7.1.3088, Framework 1.1, MS Office 2003 with MS VS Tools for MS Office System 69586-3 After closing all workbooks etc and setting them to nothing, I...more >>

Bug? Marshaller doesn't free() strings returned by unmanaged functions
Posted by Steven Brown at 6/11/2004 3:31:50 AM
Hello, the documentation for string marshalling[1] says that the runtime will free the memory of strings returned by unmanaged functions, like in: [DllImport("...")] extern string foo(); The TestStringAsResult example[2] also dynamically allocates the returned string as if in preparation ...more >>

Packaging wizard help
Posted by art at 6/11/2004 12:08:05 AM
Hi All, I have a small question. I've just installed visual studio for the microsoft office system which should let me deploy access files with run time. I see that the packaging wizard is shown in my start menu but when I run it all I get is a blank white form with buttons for "help", "cancel"...more >>


DevelopmentNow Blog