all groups > dotnet framework > december 2003 > threads for monday december 29
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
Uninstall Assembly from GAC
Posted by Mark Irvine at 12/29/2003 9:29:54 PM
Hi,
I have been writing a small Hello World app to try installing it into the
GAC. However whenever I try to uninstall it I get an error message:
Assembly 'NihcoMobile' could not be uninstalled because it is required by
other applications.
Not matter how I try to uninstall it (explorer, ... more >>
advanced .net remoting questions
Posted by Paul Fi at 12/29/2003 7:52:02 PM
1.communication between the client and server has to go thru client and
server channel sinks before its turned to object method invokations
those channel sinks carry messages thru and other header informations
now how can u secure those header information like the requestheaders
from being modif... more >>
where to start for telephony programming with .NET
Posted by jeff at 12/29/2003 1:19:48 PM
I am totally new in the telephony programming area. can
someone point out where to start to do telephony
programming with .NET?
thanks
jeff... more >>
URGENT: COM Interop BUG!?
Posted by Nadav at 12/29/2003 10:26:38 AM
Hi,
Introduction
***************
I have a system build of a collection of 'Native COM objects' and '.NET =
COM interop' objects, all of the COM objects are managed through a =
'Native COM' layer, this layer manage the underlying COM Objects and =
upon request, provide a pointer to those obje... more >>
IIS problem with Excel , C# and ASP.NET
Posted by ana_paranos NO[at]SPAM yahoo.com at 12/29/2003 9:53:07 AM
Here is the problem:
I have an IIS installed on my computer and a web site. When you click
on the button on that website, it should save excel file. If I do it,
it works fine ( but I'm an administrator on my own machine). If
someone else try that same thing (calling the web site through URL),
t... more >>
Get referenced assemblies- loaded and unloaded
Posted by Mark Allsop at 12/29/2003 9:48:30 AM
Hi,
Can anyone help me- I need to find out at runtime the assemblies which are
referenced from an assembly.
I have tried the Assmebly.GetReferencedAssemblies() function, however it
seems to only return assemblies which have been loaded- I need to also get
the assemblies which have not yet b... more >>
ResourceSets
Posted by Rubén_Altman at 12/29/2003 6:35:52 AM
Does anybody know weather there is a way to iterate over a=20
ResourceSet when using .NET Framework 1.0? I've seen in=20
the 1.1 documentation that ResourceSet class implements=20
GetEnumerator method, but I can't find nothing similar in=20
the old version.
I've also try to inherit the Resour... more >>
Change value in Web.config programatically
Posted by mg at 12/29/2003 4:22:33 AM
How can I change the value of "timeout" in Web.config
<sessionState timeout="20" />
in one deployed app (project A) from a method call in a
WebForm (C#) that's running in another deployed app
(project B) on the same server.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Joker for a digit in File Dialog Filter
Posted by Phil at 12/29/2003 4:18:55 AM
Hi All!
I would like to filter files, in a file dialog, with
digits in extension only, i.e., files with extensions
from *.000 to *.999. Since I could not find a joker for a
digit, I made a filter in a brute-force way:
fileDialog.Filter = "Test files (*.000 - *.999)|";
int i;
for(i = 0... more >>
Class Library Reading from .config files
Posted by Makarand at 12/29/2003 12:22:01 AM
Hi all
I have one doubt abt class library(.dll)
I want my .dll to read from the config files and client
should able to edit the config files. How should I do
this, since this would be dome different .config file
than the one that is generated in project (web.config,
app.config)
Please... more >>
|