all groups > dotnet general > november 2005 > threads for wednesday november 23
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
ASP.NET 2.0 error
Posted by HW at 11/23/2005 11:18:42 PM
Hi group
total newbie..
Installed VS 2005 and ASP.net 2.0 - and downloaded the starter kit
Timetracker fraom ASP.NET
I have change the SQL Express db to a SQL standard editon - and I connect
successfully to the database but getting the error
Could not find stored procedure 'dbo.aspnet_... more >>
Error querying excel file, "Could not find installable ISAM"
Posted by Job Lot at 11/23/2005 7:15:01 PM
i am querying excel file as follows
Dim conn As New OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0; " & _
"data source='" &
"C:\Temp\SSPortfolio.xls" & " '; " & _
"Extended Properties=Excel 8.0;" &
"HDR=Yes;"... more >>
DotNet Nuke
Posted by SouthSpawn at 11/23/2005 4:38:19 PM
Not sure if anyone has ever used DotNetNuke before. If you have, I am
trying to install it locally. I keep getting the error
Could not connect to database specified in connectionString for
SqlDataProvider
I know my connection string is right 100%
Any suggestions!!!
... more >>
ADSI - Trying to enable a User after it is added (User addition wo
Posted by Jeremie Legault at 11/23/2005 1:11:01 PM
Hi,
I have written an ASP.NET 2.0 application that uses Active Directory or ADAM
to manage account users - the site has a page that allows people to create an
account (much like any site). The page populates the AD with all the
information and the user account but I am unable to enable the... more >>
Delegates - subscribing to events
Posted by Mirano at 11/23/2005 12:21:17 PM
ello everybody.
I have a class A that publishes an event, ands is using a delegate to allow
other objects to subscribe to it. After raising the event, class A is sending
some information wrapped up in the custom class deriving from EventArgs. When
the event fires, the class is then going th... more >>
Installing VS2005 on Win2003
Posted by Apu Nahasapeemapetilon at 11/23/2005 11:20:59 AM
I finally got some time to install Visual Studio 2005 on my Windows 2003
Server.
WHY does it now tell me that I need Windows XP Service Pack 2 installed?!?!?
How can if be so wrong about what version of the OS I am running?
... more >>
RegEx help
Posted by andreas.w.h.k. :-) at 11/23/2005 9:45:27 AM
I have a string ie. "mystreet road23 45"
I manage to get this by using \b\w+ :
mystreet
road23
45
....and by using (?<=[a-zA-Z])\d+ I get:
23
However I am unable to combine both expression to split the string into
mystreet
road
23
45
Any suggestions? Don't know if I am in... more >>
VS 2005 speed
Posted by vul at 11/23/2005 9:17:11 AM
I ran conversion wizard for a pretty big VB6 project (100+ modules). I've
got a lot of errors and warnings. I'm going to work on them in order to find
the best way to make a real conversion.
While with a small test project VS environment is pretty fast, with a big
project it's a terribly slow... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Interface to Access 2000 Database
Posted by Eitan at 11/23/2005 9:01:03 AM
Hello,
What is the easiest way to interface, from MFC, and Access 2000 database?
Eitan... more >>
dataset's NULL value
Posted by Li Weng at 11/23/2005 8:50:02 AM
Hi,
I just installed Visual Studio 2005.
In VS 2003, if a field's NullValue in a data table is set to -1, I can
assign it -1 in code as NULL value.
But in VS 2005, look like the data table doesn't take -1 as NULL value
although property NullValue = -1. it takes it as a normal value and chec... more >>
How to Run an external within a ASP.NET page
Posted by Serge at 11/23/2005 7:59:11 AM
Good Day Folks,
I want to run calc.exe from within an asp.net page. I'm using the following
code. When I run it I don't get any errors but nothing happens. What's
missing ?
<%@ Page Explicit="True" Language="VB" Debug="true"%>
<%@ Import Namespace="System.Diagnostics" %>
<html>
<hea... more >>
Opening an email and its attachment programmatically
Posted by PollyAnna at 11/23/2005 7:30:09 AM
Hi,
I am fairly new to .Net and would appreciate some help.
How do I open an email and its attachment programmatically.
Once I have done this, is it a straightforward operation to then just save
the attachment to a set location?
Many thanks for pointing me in the right direction.
Po... more >>
Direcory Rename
Posted by rakesh_nits at 11/23/2005 7:27:17 AM
Hi All,
I have a very simple problem .I want to rename a directory using C#.But
I am not changing the location of directory neither its name(letters)
just the case(from upper to lower or vice a versa).now if i use
Directory.Move or MoveTo method of directoryinfo class i get the
exception that s... more >>
String.Substring() Does not exist error
Posted by Duncan Allen at 11/23/2005 6:59:09 AM
Hi,
Using C# I'm trying to use the substring method of a string variable but it
just generates an "error: 'variable.Substring' does not exist " exception -
how do I fix this ?
code example:
string creationDateStr = string.Empty;
string anotherStr = "";
creationDateStr = "some string o... more >>
app settings and config manager and My namespace...
Posted by herbert at 11/23/2005 4:02:02 AM
Microsoft please publish an article about "best practice" handling the
application configuration/settings in .NET 2.0 for VB.NET.
I am lost in ConfigurationManager, Add New Item Settings Dialog, the My
namespace and useless (ie non-related) online help pages.
Can somebody help please?
And: ... more >>
VB.NET doesn't show Integer value!!!
Posted by Niyazi at 11/23/2005 3:20:02 AM
Hi,
I am using VS.NET 2003 and WinXP SP2. Using VB.NET and trying to fill string
array. When I try to check the Length of the array (while using
debug-QuickWatch) I don't see the integer value (I mean in real number value)
I kep getting the Hex value.
Does anyone know how to configure my... more >>
Question about show forms modally and calling the Dispose() method
Posted by Gabriel Lozano-MorĂ¡n at 11/23/2005 12:00:00 AM
I have always read that forms that are shown modally through ShowDialog()
need to be disposed manually. Because they are not disposed automatically
since you can still access the form after the ShowDialog() call.
We were having a discussion about why you need to call the Dispose(). I
thought t... more >>
checkbox oracle char type
Posted by mrstrong at 11/23/2005 12:00:00 AM
Gday,
I have a checkbox on my windows forms that I need to set based on a
value in a dataset which is populated by an odp data adapter via a web
service.
The value in the oracle database is of type char(1) with possible values 'Y'
or 'N' (there are no boolean values in oracle).
The code (c... more >>
|