all groups > dotnet general > august 2004 > threads for friday august 20
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
Error in Hello World page
Posted by mscertified at 8/20/2004 4:59:01 PM
I just started working thru a book on ASP.NET and am trying to display their
Hello World page. Below is the page.
When I attempt to display it with IE, I get an error on line 23, 'runtime
error, expected ';'. Any clues?
<%@ Page Language="VB" %>
<html>
<head>
<title>Simple test AS... more >>
Prevent other programmers from using my dll component?
Posted by kjon at 8/20/2004 4:09:36 PM
Hi, I've developed a couple of DLL assemblies component to be used with my
main exe application.
Since I need to distribute all the exe and dlls to the user PC, how can I
prevent the user, who might happen to have programming knowledge, from using
the dlls in their own application?
I know t... more >>
Problem in forms auth, not going back to members page
Posted by Senthil at 8/20/2004 4:09:01 PM
1. Created a new C# web application project
2. Change the name of webform1 to login.aspx
3. And in the .cs file change the name of the class to login, and include
System.web.security namespace.
4. Place a textbox and a button in the login.aspx form.
5. Have the following code in the button clic... more >>
Microsoft Development Environment error
Posted by Mike at 8/20/2004 12:19:03 PM
Am getting error when running debug in VB.NET
Error reads as follows:
Error while trying to run project: Unable to start debugging.
No such interface supported.
What is causing this error I can't seem to find much info out there?... more >>
dotNet No Touch Deployment
Posted by Richard Skeen at 8/20/2004 11:41:56 AM
So I have been using "No Touch Deployment" and really like it. There is
however one problem it becomes a "No Deployment" if the web server is down
or unavailable.
After touting the coolness of this feature our GM took his laptop home and
wasn't very happy that the app didn't work.. L
... more >>
a design question
Posted by Zoury at 8/20/2004 11:27:27 AM
Hi! :O)
I making a UserControl which wraps a ListView control (and some others). I'd
like to implement a Fill(object dataSource) method... My question is how can
I support the multiple known data types that can be used as a data source ?
I mean, if the user pass in a string array or a DataTabl... more >>
Regular Expression, to use or not to use...
Posted by junkmale48 NO[at]SPAM hotmail.com at 8/20/2004 11:00:36 AM
I have struggled with the issue of whether or not to use Regular
Expressions for a long time now, and after implementing many text
manipulating solutions both ways, I've found that writing specialized
code instead of an RE is almost always the better solution. Here is
why....
RE's are comple... more >>
How to get a Primary Interop Assembly for a Microsoft COM component?
Posted by Chango V. at 8/20/2004 10:51:39 AM
Hello,
We seem to need a PIA for MSXML 4. According to the documentation, only the
original publisher of a COM type library is supposed to create a .NET PIA.
As far as I know, Microsoft hasn't done that yet. Our problem is that we
very much want to create a PIA for a COM component of ours, but... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
netscape + enter key problem
Posted by Stephen at 8/20/2004 10:24:31 AM
Hi,
The problem is like this, I have a textbox and a button, I wanted to disable
the enter key, so as to prevent the user from hitting the enter and seeing
undesirable results. I used this function
function disableEnterKey()
{
if (window.event.keyCode == 13) window.event.keyCode = 0;
}
... more >>
Large Memory Footprint for Simple .NET Apps
Posted by junkmale48 NO[at]SPAM hotmail.com at 8/20/2004 9:28:16 AM
We have a VERY simple .NET C# Form Application, that has about a 23MB
Memory Footprint. It starts a window runs a process and does a regular
expression. I have done a GC.Collect to make sure that, no memory is
lying around. GC reports only 84k of allocations. Starting 5-10 of
this apps is going ... more >>
StackOverflowException in Win98
Posted by wojtek at 8/20/2004 8:59:11 AM
Hi,
I have problems with executing my application in Win98. I get an error
StackOverflowException in many unexpected moments. In Win2000 and WinXP it
works well. What to do?
Regards
Wojtek
... more >>
basic newbie question about types
Posted by Stephanie_Stowe NO[at]SPAM IDX.COM at 8/20/2004 7:26:10 AM
I am reading my newbie documentation about .NET framework. I have come
across this sentence on the very first page:
The .NET Framework class library is a collection of reusable types that
tightly integrate with the common language runtime.
What is a type? Does it parallel anything in Java ... more >>
Setup Question
Posted by mk at 8/20/2004 4:13:01 AM
Sorry if this is not the right forum for this question. I'm trying to
install VS.Net so that I can create some demo webservices, IIS is running on
my XP Pro workstation, Frontpage server extensions are installed, and VS.Net
is installed.
Unfortunately when I try to create a webservice on loc... more >>
catastrophic failure
Posted by asakthi_mca NO[at]SPAM yahoo.co-dot-in.no-spam.invalid at 8/20/2004 2:02:34 AM
Hai
I had developed one web application in dotnet with VB.net
as code behind. I had included one addtional Acitvex control
(FpLibX.ocx) in toolbar by selecting Cutomize tool bar. Then in
Project/Add Reference /com i selected that control.
Now the problem for me is when i try to a... more >>
|