Groups | Blog | Home


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
May 2008
June 2008


all groups > dotnet faqs > april 2005

Debug.Assert(): missing MsgBox (VS.NET 2003, C#)
Posted by Mark Newby at 4/29/2005 12:00:00 AM
when i try to use (in a web form) System.Diagnostics.Debug.Assert(false, "IT IS FALSE"); i never get the MsgBox-style dialog box displaying when the assertion evals as false when run in debug mode. the project is located on the local pc (xp pro, sp2) and run in debug mode from local pc, s...more >>

Can .NET run agains an Access database?
Posted by Ed at 4/27/2005 3:01:36 PM
Basically, 2 questions: 1. Can I buy a .NET hosting package? (is there such a thing?) 2. Can my hosted .NET project run against MS Access? Obviously I've never developed a .NET app before, but I have created quite a few ASP pages.... Thanks for the help, Ed...more >>

How to create new asp.net project on a server?
Posted by Mark at 4/27/2005 12:08:49 PM
I am new to Visual Studio. .net and Windows Server 2003. I have a brand-new workstation and brand-new Win2003 server. My Windows network consists of only these two machines (i.e. no Domains, Active Directory, etc. -- all the other machines on the LAN are either Macs or standalone PC test sta...more >>

Captcha Images
Posted by prasad at 4/27/2005 12:00:00 AM
HI All, Is there anyway to read Captcha Images ? I have to get the charecters that are placed inside the captcha images. Thanks in advance, Prasad Dannani. ...more >>

RowFilter on Date field
Posted by Manoj Paramu Das at 4/20/2005 12:56:13 PM
I have loaded an xml file to a dataset and one of the fields being "UserDate" and has date values like <UserDate>2005-01-01T00:00:00.0000000-05:00</UserDate> I am trying to apply a row filter to this field and it doesn't seem to work dvCMonth.RowFilter = "Month(UserDate)=" & Now().Month ...more >>

How do you set up http://localhost?
Posted by M Skabialka at 4/20/2005 8:21:43 AM
After you install Visual Studio 2003 on Windows XP Pro, what else do you have to do in order to create web applications. When I try it tryies to locate it at http://localhost/quickstart/WebApplication1 I don't have localhost set up. How is that done? Thanks, Mich ...more >>

.net remoting and tcp listener socket
Posted by Danish Ahmed at 4/20/2005 7:43:54 AM
Hi, I am using .net remoting with tcp channel and a tcp socket for accepting connections in a console application. When I run the application first time everything works fine but if I run the application again I get only one usage of socket address exception when 'bind' of listener socket is ...more >>

'String was not recognized as a valid DateTime
Posted by zislam NO[at]SPAM gmail.com at 4/20/2005 6:39:32 AM
I am facing problem in the following situation: I have a text box in the aspx file name: openDate. And my date format is mm/dd/yyyy. C#: private DateTime _opendate; _openDate = DateTime.Parse(Request.Form["openDate"]); I get error saying 'String was not recognized as a valid DateTim...more >>



PLS-00306: wrong number or types of arguments in call
Posted by zislam NO[at]SPAM gmail.com at 4/19/2005 9:50:34 AM
Hi: I am facing the problem while entering data: I am using C# parameters to PL/SQL functon..... ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to '....' ORA-06550: line 1, column 7: PL/SQL: Statement ignored Thanks in Advance Zahir...more >>

Is there anyway with VB.net to force closing of a spreadsheet in E
Posted by Neil at 4/15/2005 10:18:02 AM
I am updating a spreadsheet from vb.net application. I need to see if the specific .xls file is open and force closing it before the program updates the spreadhseet using ADO.net. Is there anyway to see if the spreadsheet (not excel) is open and close it?...more >>

displaying spaces in code editor
Posted by VB for me at 4/15/2005 8:07:04 AM
Is there a way to toggle the option of displaying spaces / tabs as special characters in the VS.2003 code editor. Right now it only displays an empty space, for a blank, I want it to display a "." for each space. ...more >>

Dynamically Loading Assemblies in ASP.NET
Posted by Danish Ahmed at 4/15/2005 12:00:00 AM
Hi, I want to load assemblies dynamically in ASP.NET application. Actually, I have a dll for each database that my application is supporting. The dll to be used is specified in the configuration file. I have written a ClassLoader that loaded the classes dynamically from the assemblies in th...more >>

Best way to create software documentation
Posted by Jim Bob at 4/12/2005 2:40:54 PM
I need to create some documentation for the many apps I have written. I need to write User Procedures (Screen Shots etc) and programmer / setup instructions for the technically orentiate. Is there software available to do this easier than the "Old Fashioned Way"? Thanks in advance jwc ...more >>

DataGrid Row Auto-Size
Posted by Bruce Pullum at 4/11/2005 7:25:36 AM
Can Someone please help me get the DATAGRID to keep the row size consistent when there is 1 row or 50 rows. Right now, if the datagrid has several rows of data, it is ok, and looks like a normal data grid. However, if the data goes to 1, 2, 3, etc rows of data, the grid will try to AUTO-SIZE...more >>

Pdf Requirements
Posted by yuva raj via .NET 247 at 4/10/2005 10:52:22 PM
(Type your message here) -------------------------------- From: yuva raj Hi Everybody, I need pdf tutorials for the subjects like 1.J2EE 2.J2ME 3.Mainframe 4.Embedded System (basic to advanced) 5.sql2000 6.complete j...more >>

unable find assebly folder in regedit for global assembly cache
Posted by abidali mohammad via .NET 247 at 4/9/2005 11:19:25 PM
Question: create a shared assembly name Shape add methods to it. Register assembly in Global Assembly Cache. Develop client application form display all shapes method. can some one answers this in steps ,its urgent, I done I created Class file Shapes.dll then i generated key using command prom...more >>

port 25
Posted by bobdocteur at 4/8/2005 8:18:03 AM
The telecom dept in our institution decide to block port 25 on our user's pc. I understand very well their reasons (spam) but we have many applications that send SMTP mail to report problems or send custom email to external customer. I would like to know what my options are Thanks ...more >>

ado.net with pocket pc
Posted by Stefano Coluccia at 4/7/2005 1:51:02 PM
Hi, I'm a new developer of VS, Ca I open a xml file from pocket pc using ado.net or compactframework doesn't support it? If I create a new windows application I find Data toolbar but if I create a new smartdevice application I don't find It...more >>

Invalid Property Value Error
Posted by Alex at 4/7/2005 12:00:00 AM
Hi, what's happened to my project: each time I try to change any property of a control, I get an error message: "Invalid property value" and in details: "Object reference not set to an instance of an object. " Could it happened after I'd moved the project to a different location? Please, help...more >>

Regarding Browse information(ALT-F12) feature same as VS 6.0
Posted by Sanjeev Bhatia at 4/6/2005 10:51:02 AM
Hi , I always worked on VS 6.0 where there is a Feature Called Object Browsing/Find Symbol and shortcut to that was ALT-F12. Now in Visual studio.net I am searching for the same thing. The feature in VS 6.0 contains of Definition and references, File Outline, Base Classes and Members, Derive...more >>

VS Authentication (mixed mode)
Posted by tripwater at 4/5/2005 9:04:21 AM
Hello, I am currently trying to learn VS, using C#. I have a book called Beginning C# Databases. I am using sqlserver and the first half of the book deals with windows apps. So it uses the windows authentication. Well now it is at the web form section and I can not connect this way now because...more >>

New to this Newsgroup
Posted by John Smith at 4/4/2005 3:58:13 PM
Is this the place to post questions on .NET architecture stuff? :) N...more >>

Server Error in '/' Application.
Posted by first last via .NET 247 at 4/3/2005 11:28:59 PM
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\9aaec62a\2962aabb" is denied. The above message is after I deploy a web application to a domain controller using server extension. the user is IUSER_'machinename' I tried and granted the user to win...more >>


DevelopmentNow Blog