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 > april 2005 > threads for tuesday april 5

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

"Server does not exist or access is denied"
Posted by CAN'T SEE THE SERVER FROM VS SERVER EXPL at 4/5/2005 10:51:05 PM
Hi, I am trying to connect a web service to an SQL Server 2000 database. SQL Server is installed and started and the database appears on the Enterprise MAnager window but it does not appear in the Server Explorer in VS2003.NET IDE window.It gives the error "Server does not exist or access i...more >>


c# is a good way to learn c
Posted by Montrose... at 4/5/2005 10:09:52 PM
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets hooked up to interfaces. The Gtk is more than enough gui. ...more >>

check if string contains base64 strings
Posted by mvdevnull at 4/5/2005 8:51:01 PM
hey all currently i use the following piece of code to check if the string passed to me can be converted to base64, it is not very efficient and bad, can someone please suggest another of doing this private string ConvertBase64ToString(string[] content) { StringBuilder sb = new StringBui...more >>

Framework 2.0 SDK BETA CLR Debugger
Posted by Val3 at 4/5/2005 3:11:40 PM
Hi all. I'm using Microfoft CLR Debugger to test my c# programs. It seems works fine except for one thing. When I try to modify code message "cannot currently modify this text in the editor. It is read only" appears in the status bar at the bottom. If I use Visual C# 2005 Espress Edition Be...more >>

access violation - crashing the application.no idea when and where
Posted by tony at 4/5/2005 1:39:02 PM
(5b4.f74): Access violation - code c0000005 (!!! second chance !!!) eax=00800000 ebx=77e760cb ecx=00a3dc1c edx=00000004 esi=80000016 edi=000000c8 eip=792cfcbb esp=0e47f91c ebp=0e47f928 iopl=0 nv up ei pl nz na po nc cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000206 msc...more >>

Help with DataTable.Rows Reference
Posted by MrMike at 4/5/2005 1:29:03 PM
Hi. I have a Public Function which requires 2 parameters as follows... Public Function Test(ByVal 1 as String, ByVal 2 as String) Prior to calling this function, I fill a dataset(ds) with an undetermined amount of records, and then use a datatable(dt) to reference the rows of the datatset. ...more >>

Datagrid and Databinding
Posted by sdeezdaone at 4/5/2005 12:16:25 PM
I've got two tables that are linked by a field. The first table contains a list of items (like a checklist). The second table contains the corresponding a record for each user and each checklist item. The records in the second table don't exist initally, only after the user fills in the check...more >>

Math Error in the .NET Framework 1.1.4322 SP1
Posted by limelight at 4/5/2005 11:57:03 AM
I have discovered a math error in the .NET framework's Log function. It returns incorrect results for varying powers of 2 that depend on whether the program is run from within the IDE or from the command line. The amount by which the calculation is off is very small; even though the double d...more >>



Access or Visual Studio?
Posted by Jerome at 4/5/2005 11:07:28 AM
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy in Visual Studio to create reports and labels as it's in Access?` The advantage of VS.net is that ...more >>

Binding property with CancelCurrentEdit
Posted by Marina at 4/5/2005 11:00:22 AM
Hi, I have a text control bound to a column that is of type Decimal. I am doing the validation myself to see if the user typed in something invalid, calling CancelCurrentEdit and cancelling the validation event. If the user typed in something that is not a number, such as 'abc', then do...more >>

Help with ADO.Net Interfaces
Posted by Matthew Holton at 4/5/2005 10:15:09 AM
Hello everyone, I posted this question in the ADONet NG and havent gotten a response. I am hoping that one of you have a solution. Thanks in advance I was working on creating a data library to use throughout my applications, when I came across an odd behavior. I encounter “Cannot Op...more >>

newbie general questions
Posted by Peter Kirk at 4/5/2005 9:37:10 AM
Hi there I am a newbie in .NET and C# - I have been programming java for the last 4 years, and now I am moving over to the dark side :-) I am using Microsoft Visual Studio as a development tool. Here they use the term "solution" and the term "project". Is it a correct assumption that a s...more >>

A very persistant Access To Path Denied Error
Posted by paritycheck at 4/5/2005 8:03:13 AM
Hi Guys, I'm stuck with a terribly persistant "Access to the path *** is denied" problem. I'm trying to upload a foile using the file control. The code checks if a file of the same name as uploaded exists and if so, attempts to delete the file and then uploads the new file. <STRONG> Dim ...more >>

Excel 2000 Automation
Posted by John Spiegel at 4/5/2005 7:15:55 AM
Hi All, Does anyone know of a site that might give some decent documentation on Excel 2000 objects, particularly their methods and parameters, in order? The little I've found so far seems to mainly focus on using named parameters which doesn't do me much good in C#! TIA, John ...more >>

Caching in IE
Posted by CLEAR-RCIC at 4/5/2005 5:51:10 AM
I want to write code to prevent IE from caching my pages at certain times. The following META tags prevent the page from caching but images still cache: <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expi...more >>

help about the BeforeNavigation2
Posted by Aws at 4/5/2005 5:19:02 AM
Hi all I tried to use this BeforeNavigation2 event and apparently it fires neither in my VB application nor in my C #code! I tried the resolution claimed by Microsoft at: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q311298&ID=KB;EN-US The example in this article is designed f...more >>

How to know if windows is locked
Posted by epsig at 4/5/2005 4:59:05 AM
Hello I need to know the windows state by programmation with vb.net or c#, of course I have looking for in Environment.GetEnvironmentVariables but this value is not present Help me please Guillaume ...more >>

Plaese help a newbie with data access
Posted by UKDeluded at 4/5/2005 3:03:02 AM
Okay, I'm new to .NET development. I need to build a simple tool web based to display a data set from a SQL2000 database. When I create the connection and test it, it works fine. I build the page, test it and get denied access to the database (ASP error) because user is 'NULL'. The IIS ...more >>

question on substring
Posted by huzz at 4/5/2005 2:31:09 AM
How do i get rid of the "OR " (at the end) from this string? I have : "Keywords LIKE '%awlad%' OR Keywords LIKE '%huzz%' OR " I want: "Keywords LIKE '%awlad%' OR Keywords LIKE '%huzz%' " Many thanks...more >>

System.Security.Cryptography.CryptographicException (incorrect parameter)
Posted by jasonjbwalton NO[at]SPAM hotmail.com at 4/5/2005 2:00:12 AM
Hi I am implementing a solution based upon Sitecore CMS version 4.3.2.6 ..Net 1.1 on a Windows 2003 server We are experiencing an error once in a while when transforming XML with XSLT. We receive an exception System.Security.Cryptography.CryptographicException (incorrect parameter) Th...more >>

database search
Posted by huzz at 4/5/2005 1:13:03 AM
I've a table filed holds keywords seperated by comma, and a web search form where a user can type one of multiple keywords in the search text field seperated by comma aswell. How do i create a sql statement to bring results that matches one or more keywords in the database? Many thanks in a...more >>

Character equivalent of elements in an Enumeration
Posted by Job Lot at 4/5/2005 12:29:02 AM
I have an enumeration as follows Public Enum Delimiters Tab Semicolon Comma Space End Enum How can I return character equivalent of the elements in the enumeration? Should I write a Function which checks each element and return character equivalent or is there any oth...more >>

app.config when using .Net dll as COM
Posted by babylon at 4/5/2005 12:14:32 AM
i have a .Net dll and there are codes to access the AppSettings inside the dll However, I would like to use the dll from a C++ program by wrapping the .Net dll as a COM So..how could I provide the app.config? Thanks ...more >>


DevelopmentNow Blog