all groups > dotnet framework > december 2003 > threads for tuesday december 30
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
Installer classes and config files?
Posted by Bob Willer at 12/30/2003 7:54:51 PM
I have a .NET Installer class that gets executed during my installation.
However, that installer class is reliant on an associated .config file. So I
have "MyClass.dll" that is a .NET Installer class. I also have a file
"MyClass.dll.config" that is deployed into the same destination directory.
... more >>
Oracle error occurred, but error message could not be retrieved from Oracle
Posted by Gerard Lai at 12/30/2003 6:09:31 PM
I am writing a web based application using vb.net in my
host computer. Every time i improve the application, i
will port this to my staging server. The strange thing is
that sometimes when i tried to access this application in
the staging server, it gave me this error and i cannot
retrieve... more >>
How to Do Unattended Install of .NET Framework 1.1?
Posted by Mike Lemons at 12/30/2003 5:48:52 PM
I want to incorporate an unattended installation of the
newest .NET Framework 1.1 package on my Windows XP Pro,
with SP1a clients. I can't find instuctions and my
attempts to use the Windows Installer with the network
installation package that I downloaded have failed.... more >>
ExecuteAssembly does not work at production
Posted by Egbert Nierop (MVP for IIS) at 12/30/2003 5:37:59 PM
Hi,
In development, code below works. But at production, I'll get a assembly key
mismatch. I'm am very sure, all assemblies are compiled and copied. The
batch exec, is a .NET application as well.
Is something wrong with code below?
Thanks for your time!
AppDomain currentDomain = Ap... more >>
Failure of installing net framework
Posted by Xuyal at 12/30/2003 4:50:29 PM
Hi:Everybody!
I've encountered setting up failure in installing of net
framework,it happened in the last registration stage of
setting up,so it was rolling back and could not be
installed to Windows Xp system.
Hope to find a solution to it
Thanks a lot... more >>
Windows 2003 Server Variables
Posted by Nick at 12/30/2003 3:13:55 PM
I am having a disagreement with my hosting company they are saying I am
running on a Windows 2003 box. But when I do a trace the values that are
returned are.
SERVER_SOFTWARE Microsoft-IIS/5.0
Server software is set to Microsoft-IIS/5.0 can somebody actually verify on
their own ser... more >>
W2K -vs- XP Pro -vs- W2003 for .Net
Posted by Scott at 12/30/2003 2:30:07 PM
I've been a developer for 10 years, and these last 5 years
I've been doing VB6 and ASP, however I think it's time for
me to expand my expertise by getting into dot.net.
I will be taking a C# course in January, and I'm trying to
decide what setup to install. I know I will use VS.net
Ent... more >>
Good starting point for walking code
Posted by Keith Patrick at 12/30/2003 12:46:23 PM
I have a project where I want to programmatically analyze an assembly by
looking at every method of every class and recursively do the same for every
method called within. Am I going to have to manually decompile assemblies
from raw bytes to do this, or is there a set of classes in the framework... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Timeout with HttpWebRequest
Posted by donler at 12/30/2003 11:33:05 AM
I call this code multiple times. After some period of time (I don't know how
long, sometimes after a short period and then it will recover),
(HttpWebResponse)webRequest.GetResponse() starts to timeout. At some point
it will continue to timeout and never recover until I stop the app and start
it ... more >>
Delay Signing of Strong Name Assemblies
Posted by timm.hagen NO[at]SPAM paisleyconsulting.com at 12/30/2003 10:29:53 AM
I am trying to strong name an ASP.NET Application. I have been
successfull if I supply the private key file, but now I am trying to
use delayed signing to create the assembly but with no success. I get
the following error ... The check of the signature failed for assembly
'Microsoft.Applicatio... more >>
Help with Regular Expressions
Posted by Brian at 12/30/2003 9:32:55 AM
In the process of monitoring my inbox with .NET code, I
would like to check the body of the email message to
determine if there is a code (GUID) stored in the body of
the mail message formatted like the code below. The
position of the code may or may not be the last thing in
the body of th... more >>
an error occured while registering the generated type library: Error Accessing OLE Registry
Posted by Ashish at 12/30/2003 9:18:42 AM
hi All,
I have been fighting this error when i build the dll which is marked for
com registration, it simply is refusing to regsiter the type library
!, although the same code works on other machine and registers the type
library
i have taken following steps in trying to diagnose the s... more >>
Redirecting assembly versions
Posted by Steve at 12/30/2003 9:17:03 AM
When redirectiong assembly versions, is it possible to
use *'s?
<bindingRedirect oldVersion="9.0.0.452"
newVersion="9.*.*.*"/>
At one time I believe I read this was possible but I
can't find any documents on it now.
Thanks,
Steve... more >>
comunication
Posted by Pedro at 12/30/2003 7:09:37 AM
How can you send and recive data to a usb port, or is it
beter to do it with the serial port? Ej: I have a device
witch has both interfaces, witch should I use?
Thx
Pedro... more >>
Cannot get application to start
Posted by Tom Dresch at 12/30/2003 6:40:33 AM
I have developed an application using Visual Basic .NET.
It runs fine on Windows XP platforms once the >NET 1.1
Framework is installed. BUT it will not start on Windows ME
or Windows 2000 Professional.
I am using the JetEngine to work with an Access database.
Any help is appreciated... more >>
Debug Shared Assemblies
Posted by Rakesh at 12/30/2003 6:20:25 AM
Hi All,
I have a created a solution in VS.NET, which has several
projects.
The output of 2 Class Library projects, is deployed in the
GAC. The reference of these assemblies is added in the
other projects using the File References, so the CopyLocal
property of these references are fals... more >>
HTTP Webserver - tcp thread issues
Posted by Microsoft News at 12/30/2003 1:07:48 AM
Hi,
I have been using several http server code examples from the web, include
one from msdn, and I can't seem to get a simple http server thread working.
I can connect the server successful using IE6 and following url:
http://127.0.0.1:5050
But when I attempt a second connect the windows symb... more >>
|