all groups > dotnet faqs > april 2004
Filter by week: 1 2 3 4 5
Memory problem.....asp.net
Posted by SPG at 4/30/2004 7:13:47 PM
Please look at my problem below, wherein I am struck from the past 10 days.
I have an ASP.NET app where I am downloading an excel file, very large
indeed.
After this my inetinfo.exe process is blocking around 20 MB of memory. This
memory is not getting released.
Also, aspnet_wp.exe is exhaustin... more >>
no dotnet 1.1 service pack?!
Posted by powellmw NO[at]SPAM comcast.net at 4/30/2004 9:26:38 AM
Am I correct in understanding there is not a service pack for users of
VS.NET 2003 (.NET Framework 1.1)?! Am I the only one to observe the
idiocy of this situation? In other words, what the hell (pardon the
french) is the point of having a cumulative patch if it cannot handle
upgrading 1.1 _AS W... more >>
overriding,shadowing concept
Posted by sangam via .NET 247 at 4/30/2004 6:07:29 AM
(Type your message here)
exact differences between overriding,shadowing,overloading
--------------------------------
From: s sangameshwaran
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>3XFrGLe3gE25wdH7Xp+nnw==</Id>... more >>
Create Access File through ODBC
Posted by Lupina at 4/29/2004 1:18:41 PM
Hi
How to create new empty MS Access file through ODBC,
and next how to create new table?
Thanks
... more >>
Command line compilers
Posted by Julian Hershel at 4/29/2004 1:09:12 PM
Hi.
I don't know if it is the right place for my answer but here I go:
Does all .NET languages offer command line compilers? For example, VB.NET
has the vbc compiler tool, C# has the csc compiler tool, and what about
Cobol.NET or other non Microsoft languages? Can I expect them to have a
co... more >>
VB .NET vs VS .NET Pro
Posted by Ben at 4/29/2004 10:25:35 AM
Hi
We are currently using VS .NET Pro 2003, but we are going to employ another
developer who will solely use VB, and therefore we are looking at VB .NET
for him.
I have looked at the differences between the VB & VS products on the MS
website but the differences are not clear.
He will be ... more >>
how do I remove a project from my Start page ?
Posted by hdjim69 at 4/27/2004 4:51:08 PM
I have some junk projects that I played around with and wish to remove them
from my start page. I right-click, etc. but I don't see an option to delete
the project. How to remove these junk projects ? Thx.
j
... more >>
what is assemblies.reg ?
Posted by hdjim69 at 4/27/2004 10:02:21 AM
Don't see what you're looking for? Search DevelopmentNow.com.
Tools for Sql Server Desktop Engine
Posted by Paul C. at 4/27/2004 4:18:24 AM
Hi folks.
I am using VS.NET and the MSDE it comes with. My question is this: Are
there any tools for setting up accounts, like what you get with Enterprise
Manager of Sql Server? If something out there exists, I'd sure like to
know. Visual Studio doesn't seem to let you do this type of t... more >>
passing a delegate to a C function.
Posted by james_morris1232000 NO[at]SPAM yahoo.com.au at 4/27/2004 12:53:08 AM
I have a dll written in C. I call this C function from my C# code.
Within the C function(in dll) it should be able to call a function in
C#(Callback function). So when I call the C function I need to pass a
pointer to the C# function. I use delegates within my C# code for
other reasons, but coul... more >>
CAB Files (sorry for cross - posting!)
Posted by Alan Seunarayan at 4/26/2004 9:33:31 PM
Hello all,
I am developing a web application using C# and some of my pages are
hosting WinForm controls. Some of these usercontrols have 3rd party
controls embedded in them, the problem arises that if the client PC doesn't
have these 3rd party controls installed it won't work. So....
....... more >>
VSS 6.0 & VSS for dotnet
Posted by hdjim69 at 4/26/2004 1:42:23 PM
Hi,
I have VSS 6.0 installed (for years) with VB6 working fine. We are now
upgrading to dot net. I'm in the process of upgrading VSS and one of the
dialog boxes has 3 choices: Shared Database Server, Custom, Stand-Alone.
The Shared Database Server has verbiage I don't understand: Creates a
S... more >>
ASPNET MSDE account login failure
Posted by Paul C. at 4/24/2004 9:57:12 AM
Hello, everyone. I am getting this message when I try to fill my
SqlDataAdapter using MSDE:
Login failed for user 'MARS\ASPNET'.
(Mars is my machine's name). I know asp.net uses the ASPNET account to
work, but I'm mystified as to why this is suddenly not working. Does anyone
have any ideas... more >>
How to modify default Stored Procedure template in VS.NET database project
Posted by ES at 4/23/2004 10:52:49 AM
Does anyone know how to modify the default Stored Procedure template the
exists in a VS.NET database project? I know how to with Enterprise Manager,
but need the same functionality in VS.NET.
Thanks,
ES
... more >>
how to make a patch for vb.net window deployed application?
Posted by sandra at 4/23/2004 9:45:26 AM
Hi
Any one know how to make a patch to vb.net window application already
deliver to the client?
so they can just just click update and then go my web site to download and
install the patch?
Thanks
Tony
... more >>
Error loading Global
Posted by JTrigger at 4/23/2004 9:22:03 AM
When I compile using the IDE, my web project works just fine. When I
compile using csc.exe I get an error trying to brows the web project. It
gives me an error about Glocal.asax not able to load a Reference in Global.
I used resgen on the global.asax.resx and then included it as a resourse.
Am... more >>
Regarding Class & Object in .Net Framework
Posted by ElanKathir .S.N at 4/23/2004 12:03:56 AM
Hi all !
In .Net, Are you define the Private Class?
No --Means Why?
Yas Mean,
-- But .Net Framework not alove to difine the Private class. it's show
the error, In side Public only we can define and declear the private
class.
Thanks & Regards
Elankathir,
B'lore,
India.
*** Sent... more >>
win ce.net support
Posted by jonathan at 4/22/2004 3:53:22 PM
I've been told that beginning next year, all Pocket PC and
Windows Mobile will no longer be supported by Microsoft,
only Windows CE.NET will. Is that true? Is there any
official Microsoft's communication about this?... more >>
User Control - InvalidCastException: Specified cast is not valid
Posted by Ajit at 4/21/2004 4:49:57 PM
Hi,
My control works fine unless until i add dropdownlist box.
When i add dropdownlist box to control and try to test that
control in my aspx page it gives the following error.
===================================
Specified cast is not valid.
Description: An unhandled exception occurred dur... more >>
Delete From Task List
Posted by ncjks NO[at]SPAM yahoo.com at 4/21/2004 1:10:49 PM
How do I delete tasks from my task list, I've got one from a project
I tried to delete last week and I can't make it go away.
Thanks!
JK... more >>
.NET and Java
Posted by John Young at 4/21/2004 10:55:22 AM
Hi,
I have just bought a Motorola V525 mobile phone, which has Java software
written using the J2ME SDK. Does .NET have any way of working with the J2ME
SDK? I know very little about Java anyway (it has not really interested me
before). I would like to write basic games and application... more >>
How to tell VS 2002 to use framework 1.1?
Posted by ivan at 4/21/2004 10:51:31 AM
I have installed framework 1.1 SDK and VS is still using 1.0.... more >>
Deployment Problem
Posted by Stephen Noronha at 4/20/2004 11:17:10 AM
Hi,
I tried a sample application using VS .NET and created a deployment project
using VS .NET. It created a setup file which I copied into 2 machine on that
has VS .NET installed and another with just the Framework. I run the set up
file on both the machines and it creates Virtual Directories an... more >>
Wait for MS Project to close
Posted by Taras Pich at 4/19/2004 9:38:12 AM
I have an application that tracks project information.
It allows the user to open an MS Project file when the application is
selected.
What code do I need to include to suspend the sub from continuing until the
MS Project application is closed?
Right now it opens the project OK but continues on... more >>
some basic trikyyy q asp.net
Posted by kanji jain via .NET 247 at 4/17/2004 2:26:24 AM
Q1 . what type os code (server or client) is found in a code-behind class aspx.vb
Q2. difference between inline and code behind
Q3 . how would u get asp.net running in apache web server ? advantages..
--------------------------------
From: kanji jain
-----------------------
Posted by ... more >>
Moving/resizing controls
Posted by Simon Jefferies at 4/16/2004 12:45:02 PM
Hello,
I've put a number of controls around forms etc, (like combo box and checked
list boxes) and over time they move or change in size without me touching
them.
Why is this happening and is there anything I can do to stop them doing
this?
Regards
Simon Jefferies
Tools Programmer, ... more >>
Where's Build and Browse
Posted by ncjks NO[at]SPAM yahoo.com at 4/16/2004 9:43:09 AM
When I rightclick on "MyPage.aspx" in the solution explorer, I don't
get a "build and browse" option.
JK... more >>
querystring in masterpages - please help
Posted by suzy at 4/15/2004 5:34:42 PM
Hello,
I have created a template for my website using the masterpages template
technique.
It's working fine, except when I try to print the value of a querystring
parameter in my HTML code, I get the following error:
"The Controls collection cannot be modified because the control contains
... more >>
Is There Really A 1.2GB Limit For .NET?
Posted by iblix NO[at]SPAM yahoo.com at 4/15/2004 1:07:00 PM
Windows Server 2003
4GB RAM
..NET 1.1
I've got a process running on this machine that needs a lot of memory
and I get quite a few out-of-memory errors. What I notice is that my
process never seems to use more than 1GB of the RAM, even though I
have 4GB installed.
I heard through the grap... more >>
.NET on my own HTTPS server. Can't create project because the sertificate is invalid
Posted by Nikolay Nikolskiy at 4/14/2004 6:05:26 PM
My server uses sertificat that was issued by our company's sertificate
manager.
When I try to connect to the site from VStudio 2003 (add new web progect:
https://mysite)
then it writes an error: sertificate authority is invalid.
Is it possible to work with such sertificats?
--
Nikolay Niko... more >>
where is IISRESET.exe
Posted by Tarundeep Singh Kalra at 4/13/2004 10:49:18 AM
i got the message once use IISRESET.exe
where it is ?
it is not there on CommonTools.
-
--
Tarun
**********************************************************************
Tarundeep Singh Kalra
(tarundeep1976_nospam_at_yahoo_dot_nospam_dot_com)
tarun_at_tarunsadhana_dot_com
visit:
www.taruns... more >>
How to upgrade IIS (PWS) to support asp.net 1.1
Posted by Tarundeep Singh Kalra at 4/13/2004 10:29:01 AM
hi,
when i am creating a web service using C# it shows a dialog that my version
on asp.net is 1.0 and i need to upgrade to 1.1.
how to do this ?
i am using PWS on windows 2000 professional and have .net framework 1.1
installed.
-T
--
Tarun
******************************************... more >>
could not start ASP.NET or ATL Server Debugging
Posted by Tarundeep Singh Kalra at 4/13/2004 10:22:25 AM
Hi All,
i am using ATL Server to create web services,
i have IIS server and VS.NET2003 installed on windows 2000 professional
machine.
i am able to run asp.net as such but not the web services.
Pls help.
i am getting the following error when i am debugging:-
Unable to start debugging on web... more >>
.NET & Windows Messenger interoperability
Posted by Ioannis Vranos at 4/13/2004 1:26:04 AM
Is it possible to interoperate with Windows Messenger using .NET? For
example to create and register event handlers to various windows messenger
events like someone of your contacts to come online.
If yes please mention the relevant namespaces and/or classes.
Ioannis Vranos... more >>
My first run Visual Studio NET - problem
Posted by Alexander Berezhnoy at 4/11/2004 4:13:18 PM
Hi all !
I want to try MS Visual Studio NET.
My system - Windows 2003 Server . IIS (WWW) is started. WWW
http://localhost in my IE working normal.
But - after trying to build new project in Visual Studio (for example, ó#
ASP Application, and other)
I see a error massage :
"Web Access F... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:41 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:26 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
Writing for PocketPC
Posted by Philip Blandford at 4/8/2004 3:52:19 PM
Having used EVB in the past I am wondering if I can program for the PocketPC
using simply VB.Net standard edition, or do I have to pay 10 times extra for
Studio.Net?
... more >>
Interacting with Windows Services
Posted by Timothy Parez at 4/7/2004 11:28:46 PM
Hi,
I created a simple windows service with C#.
I also have a windows forms application and I want that application to
be able to install/uninstall start/stop the service or check it's status
(wether or not it is running)
How can I do this?
Thnx.... more >>
Some question
Posted by Cason at 4/7/2004 4:36:56 PM
I using Visual studio 2002
lasttime when i type object let say "TextBox1" i jus need to type "Text"
then CTRL + Space .. VS will display a list of object let me select or auto
complete for me. i not sure what setting i have done , this features is gone
please guide me how to recall this
tha... more >>
In studio.net How to open a project in SOurce COntrol
Posted by RSB at 4/7/2004 1:54:26 PM
Hi Every one,
I am currently using Visual Studio .Net and trying to open a project from
SourceSafe and once i open the project for the first time i get the
following error/warning...
"The binding information for this solution could not be retrieved from its
source control provider. This solut... more >>
How To Use Nested Namespace [Help]
Posted by Tiraman at 4/6/2004 9:46:03 PM
Hi ,
I would like to use nested namespace .
I have 3 namespace as dll's :
Namespace A
Namespace B
Namespace C
And i want to have some namespace that contain them all , some thing like
Namespace MyComp.A.B.C
Or
Namespace MyComp.A.B or Namespace B.C And so on .... more >>
programmatically getting list of knowledgebase articles
Posted by IUnknown at 4/6/2004 12:41:04 AM
is there an api or a feed that is available to get a list of all articles
for a particular topic ?
I'd like to know, thanks!
... more >>
Datagrid columns using AutoGenerate via the autoGenColumnsArray private member array collection (reflection)
Posted by googlegroups-gaijin42 NO[at]SPAM sneakemail.com at 4/5/2004 1:45:28 PM
I have seen several people looking for a way to access the Columns
collection when using the AutoGenerate = true option. Some
people have gotten so far as to find the private autoGenColumnsArray
that has the information, but we as developers have no way to access
this information.
I have com... more >>
web.config error! :( Please help
Posted by n3crius at 4/2/2004 8:49:44 PM
hi,
i just got a web host with asp.net , seemed really cool. aspx with the
c# or vb IN the actual main page run fine, but when i use codebehind and
make another source file ( a .cs) to go with the aspx (as you would
realistically) I get this :
Details: To enable the details of this spec... more >>
Forceing the client side to REFRESH the page
Posted by Bryan G at 4/1/2004 8:37:51 AM
I need to force the client side to refresh the page. What function do I use
todo this in C# with a ASPX page?
... more >>
VS is adding code when compiling
Posted by jonas NO[at]SPAM bootman.se at 4/1/2004 5:15:07 AM
I have created a derived version of a normal form, e.g. called MyForm
(public class MyForm : System.Windows.Forms.Form). The form is simply
specifing a standard icon that we use within the company. This fairly
straight forward and not a problem. We have planed to use this form as
the base form t... more >>
|