all groups > dotnet faqs > december 2003 > threads for december 1 - 7, 2003
Filter by week: 1 2 3 4 5
client requirements for connecting to an ASP.NET application
Posted by ntm99 NO[at]SPAM mail.com at 12/7/2003 10:04:36 AM
I plan to deploy an ASP.NET Web application that will be used from a
variety of user machines - these will have different versions of
Windows and different browsers on them.
My question - what are the client requirements to use ASP.NET?
Specifically what is needed as far as Windows version an... more >>
problems deploying with VisualStudio.net 2002 - setup project dotNetfxredist
Posted by jason NO[at]SPAM cyberpine.com at 12/7/2003 6:52:19 AM
Hello all.
I'm having problems deploying a windows console solution with
VisualStudio.net 2002
I've been testing out and learning .net at home with an Academic
version of vs 2002.
One of the training books I have walks me through process of
deployment. But things on my version look dif... more >>
URGENT: Problem with Resource Manifest with .NET
Posted by Angus Lepper at 12/6/2003 6:18:10 PM
Hi,
I was writing a server in VB.NET, and I was stopping after I added a
component (not as in a control, but as in a section, e.g, chat) and then
Building and running. However, it suddenly stopped working throwing a
resource manifest error. The resource file was there before, what happened
to... more >>
Dotnet scheduler like the Windows "Schedued Tasks" scheduler?
Posted by Codemonkey at 12/5/2003 2:18:59 PM
Hi,
I am writing an App in .Net that involves some scheduling of tasks. I was
wondering if anybody has come accross any components or examples of how to
implement a schedule manager like the one in the Task Scheduler for Windows?
Basically I'm after something that'll allow me to specify a "r... more >>
vbc.exe
Posted by neo at 12/4/2003 11:10:42 PM
hello
i have this question.
we can install
1) .net framework ( CLR and BCL) - to run apps
2) .net framework SDK - to build apps
But howcome when we install just the framework , we get the files VBC.EXE
and CSC.EXE files in the
%SYSROOT%\MS .NET \ FRAMEWORK\V 1.X\
these r complier file... more >>
Using MSWord in asp.net
Posted by (deepmh NO[at]SPAM hotmail.com) at 12/4/2003 2:03:21 PM
Hi,
I am developing one application in asp.net where I need to use the microsoft word template for creating envelopes, but I am not event able to create the ms word object, it's giving me error the application is busy, I have set the requirement permission for asp.net user. so no problem with sec... more >>
question about running desktop apps within the CLR
Posted by SoftwareDummy at 12/4/2003 10:21:16 AM
Lets say im running several different desktop apps (winforms), does that =
mean i have several instances of the CLR in memory ? If not, this is a =
good thing, because that is how java & swing-based apps work. Even for =
a piddly little 100K java app, you need to the monster jvm....and that =
... more >>
regarding vb.net
Posted by pradeep kumar sharma at 12/3/2003 3:00:34 AM
can i install vb.net on O/S Windowds 98
or what is minimum system configuration require
thanks
with regards
PRADEEP SHARMA... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem to remove Assembly from GAC?
Posted by owais at 12/2/2003 11:49:16 PM
I have problem to remove assembly from the GAC. I used both command line utility Gacutil.exe and Mscorcfg.msc but failed to remove
When using Mscorcfg.msc to delete the selected assembly from the GAC it prompts me an erro
"There was an error removing abc.dll
When I try Gacutil.exe it gives me ... more >>
[Reflection] Is it possible to Invoke a static method?
Posted by [Gauthier] at 12/2/2003 10:48:11 PM
Hi,
Is it possible to invoke a System.Reflection.MethodInfo that reference a
static method?
If no, is there any other way (via reflection) to invoke a static method?
Thanks
Gauthier
... more >>
download files from http server...
Posted by Satinderpal Singh at 12/2/2003 2:20:30 PM
Hi All,
To download the files from the http or https server, we have used WebClient
object.
But, the problem is we cannot specify timeout in the WebClient object.
So, using HttpWebRequest and HttpWebResponse the only way to do it ? or is
there some other way with which we can specify time... more >>
VS2002 / VS2003
Posted by Alan Seunarayan at 12/2/2003 11:38:48 AM
Hi,
A quick question, can anyone give a solid reason to upgrade from VS.NET
2002 to VS.NET 2003?
Cheers!
... more >>
|