all groups > dotnet sdk > march 2004
Filter by week: 1 2 3 4 5
ngen.exe question
Posted by TT (Tom Tempelaere) at 3/31/2004 12:11:05 AM
Hi people
I tried to use ngen.exe on an executable generated by C#, but I don't see where the generated executable is placed. I use it as follows (from the tools menu)
ngen.exe "$(ProjectDir)bin\release\myprogram.exe
The output goes to the output window, and it doesn't say it failed. But the... more >>
exception after using HttpWebRequest
Posted by z. f. at 3/29/2004 3:59:32 PM
my system runs Windows2000 server with sp4, dot-net framework version =
1.1 (1.1.4322), Visual Studio 2003 (7.1.3088),
making a windows application in C# that uses HttpWebRequest and brings =
data, after about a minuete from the end of the response, while the =
window stays open, i get exception... more >>
bug in HttpWebRequest?
Posted by z. f. at 3/28/2004 9:44:09 AM
using HttpWebRequest to make HTTP request t web server and get resulting
HTML in the response, when the response includes hebrew characters (not
unicode) these characters are moved away after
StreamReader reader = new StreamReader ( response.GetResponseStream() );
strHTML = reader.ReadToEnd();... more >>
Redirected request in HttpWebRequest does not maintain specified method!!
Posted by Jon Davis at 3/26/2004 9:37:11 PM
This appears to be a critical bug in the .NET Framework. Surely I am wrong
though! PLEASE HELP if anyone has any idea?
Thanks,
Jon
________________________________
From: Jon Davis [mailto:jon@accentra.net]
Sent: Friday, March 26, 2004 9:31 PM
To: bloggerDev@yahoogroups.com
Subject: RE:... more >>
problems with HttpWebRequest
Posted by z. f. at 3/25/2004 5:01:42 PM
using HttpWebRequest to make HTTP request t web server and get resulting
HTML in the response, when the response includes hebrew characters (not
unicode) these characters are moved away after
StreamReader reader = new StreamReader ( response.GetResponseStream() );
strHTML = reader.ReadToEnd();... more >>
Need Help With On Regex Expression
Posted by Garibaldi at 3/25/2004 11:09:38 AM
Folks,
I have a very large text file to parse and I'm thinking
of using a regex.
I need to isolate data bounded by "200~" (200tilde).
The "200~" appears at the start of a line. There can be
one or more lines between each "200~".
This regex, ^(200~), gets the "200~"'s only. I need to
... more >>
multithreading in COM+ using C#
Posted by kazi at 3/24/2004 8:18:53 PM
Hi
I'm programming a application use the COM+, MSMQ, SQL server. I want to
use one thread reading the data from the SQL server, and then put then to a
System.Collections.Queue, use another thread get the data from the Queue and
then Send them to the MSMQ.
Now i meet a problem that the C... more >>
Disconnected Architecture
Posted by Christopher Walls at 3/24/2004 7:46:47 AM
We are looking to build a system where the admin portion of the system will
be ASP.NET based residing on a central server and the field service portion
of the system will be WinForms based. The field service personal will be
running the WinForms app on their laptop to collect data. After collec... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Common Setup Files (3790.0): where is PSDK-x86.msi?
Posted by Peter J. Veger at 3/23/2004 11:37:59 AM
I regularly get the exception message:
with Title Common Setup Files (3790.0)
and complaining that the installation package PSDK-x86.msi cannot be found.
Where should I look for that file?
... more >>
VARIANT array
Posted by Arr S at 3/23/2004 3:11:19 AM
I need to use a VARIANT array. But, I am not sure whether it's available in C#. I found a VARIANT API in the platform SDK (in the OleAuto.h file). Is this is the right one that I've to use? If so, how to include this .h file
Thanks in advance
Arr S.... more >>
Getting Folder Permissions
Posted by Hari Shankar at 3/22/2004 6:33:05 PM
Hello folks
I have to get the NTFS permissions of a folder programmatically. I am using
C#. Pls hint me if i am missing anything in the code below.
private void GetSecurityPermission(string strShareName)
{
NERR eRetVal = NERR.ERROR_FAILURE;
EXPLICIT_ACCESS oEA;
IntPtr ... more >>
How to set "SpecialBuild" VersionInfo in C#/VS.NET?
Posted by Daniel Redman at 3/21/2004 9:20:43 PM
I'm searching all over for how to set the "FileVersionInfo.SpecialBuild"
property for my C# app from the VS.NET IDE/build environment, and all I can
see is how to read the property from an external app file. I need to set
this string in order to embed licensing info for an auxiliary DLL to read.... more >>
Modeless Dialog using Win32 API, Tab works backwards??! HELP!
Posted by Martin Platt at 3/21/2004 3:51:07 PM
Hi
I have an application that uses .NET, but allows it to pass in a window handle, a window title, else it uses the active window as the parent window. The code works, apart from the fact that using the TAB key tabs through the controls in reverse, and, if I then use Shift+TAB, they go in the opp... more >>
Find OS installed partition
Posted by Arr S at 3/21/2004 12:31:08 AM
Hi
I am developing a dll in C#. This has to find the root directory(partition) in which the currently running Operating System is installed. Is there a way to do it and how
Thanks in advance
Arr S... more >>
c# postbuild event
Posted by Ahmet at 3/20/2004 11:28:50 AM
Hi All,
I have an c# application including lots of different dll projects.
On project options, I have coded a postbuild event script shown below
to gather all my files in different project in one path after successfull
build.
copy $(TargetPath) Y:\CommonFiles\$(TargetFileName)
after buil... more >>
URGENT: How can I avoid my SOURCE CODE from DECOMPILERS like Anakrino9??
Posted by chang cocho at 3/18/2004 3:00:42 PM
I'm scare because using Anakrino9 I was able to DECOMPILE my PROJECT. I have
been working on it for a year now and it's too unfair that anybody out threr
will be able to DECOMPILE my APP
what can I do???
Thanks
... more >>
nmake tool
Posted by Patrice Scribe at 3/16/2004 8:51:03 PM
I would like to say that a DLL is dependent upon all the source files found
in a particular directory and below. For now it lloks like I must list each
and eavery subdir that contains a dependent source file.
How can I do that ?
--
... more >>
tap and hold event
Posted by Salazaar at 3/16/2004 4:05:07 PM
Hi,
I am trying to create a custom control using the .net framework sdk. I want
a context menu to popup when the control is clicked. Right now, the context
menu pops up only when the user taps and holds the stylus for a while. How
do I make this happend when the control is clicked instead of t... more >>
Need help with license compiler
Posted by DI at 3/15/2004 5:59:13 PM
I want to use command line tools (csc.exe, lc.exe) to compile a C# program
that uses licensed classes from custom assemblies.
If I use classes from just one assembly, everything works fine.
- Csc.exe compliles my source into an EXE
- lc.exe creates a .licenses file and
- csc.exe embeds ... more >>
help with getting tags for SlickEdit
Posted by Seaxouri at 3/15/2004 11:21:05 AM
Greetings
I am a newbie to C# and .NET, but I am a long term C/C++ coder by trade
I started working on a side project that is written in C# using .NET. I do not use Visual NET... I use SlickEdit v7.01. I would like to add tagging information for common namespaces, like System, etc.. but the only... more >>
C# ASP .NET Newbie problem.
Posted by Twigg at 3/14/2004 7:56:07 PM
I'm sure this is an easy one for someone out there
I'm trying to access the QuickStart files in my .NET FrameWorkSDK however I'm having problem
When I follow the links in the SDK to reach the directory http://localhost/quickstart/ASPPlus/ it opens the default.aspx just fine however it displays ... more >>
Install issues
Posted by Jim Hess at 3/13/2004 2:02:01 PM
I recently installed Visual Studio .NET 2003 on my
computer which is running Windows XP Home Edition. After
the installation I have two additional users on my
computer. Both of the accounts are limited accounts that
are password protected. One of the accounts is called
SQLDebugger, and ... more >>
[OT] new server ?
Posted by Lloyd Dupont at 3/13/2004 9:43:51 AM
does anyone of you guys knows if there is a news server available in IIS ?
(can't find it !.)
or if there is any available on the net.
I have a static IP and I would like to intsall a news server ..
... more >>
datatablenavigator custom command
Posted by guest at 3/12/2004 2:31:08 PM
I am working on datatablenavigator. Does anyone know how can I add custom command? while playing back the data to caller fetched from a sqlquery if caller should be able to say that command such as (transfer/mainmenu) ect. What is grammar template property? I tried to add grammar into that but I get... more >>
get MAC ID of remote machine
Posted by Kumarforg at 3/11/2004 9:51:07 PM
Hi
how can one get the MAC address of a remote machine
on an Ethernet LAN
from a dotnet application ( without having a remote component on that machine
TI
regard
-Kumarforg... more >>
How to stop VS debugger from killing my thread
Posted by I_hate_spammers NO[at]SPAM spammers_suck.com at 3/11/2004 6:06:26 AM
Hi:
I'm debugging an application and intermittently, the debugger freezes,
and I get an unhandled exception stating that an exception occurred
while trying to close a thread. I assume the thread in question is
the one I'm using.
Is there any way to prevent the debugger from closing threa... more >>
XmlValidatingReader ERROR !!!!
Posted by sxMinister at 3/6/2004 1:16:05 PM
Hi
I need to validate a XML Document using the W3C XForms Schema
I'm doing it like thi
reader = new XmlValidatingReader(xml, XmlNodeType.Document, null)
reader.Schemas.Add(XmlSchema.Read
new FileStream("XML-Events-Schema.xsd", FileMode.Open), null))
reader.Schemas.Add(XmlSchema.Re... more >>
External Process Wait n Seconds?
Posted by localhost at 3/4/2004 4:43:38 PM
I want to launch a .exe with "new Process();" and wait for 20 seconds
for it to quit before I thow an exception. Can anyone show a quick
example on how to do that?
Thanks.
... more >>
HTML parsing
Posted by z. f. at 3/4/2004 10:35:16 AM
Hi,=20
what is the best way to parse HTML (coming from servers) in order to =
automate HTML/HTTP interaction.
i know i can use the internet explorer control, but this seems to be the =
most expensive way, but also it is convenience, since i can put values =
in input and submit forms etc.
o... more >>
upgrading .net for VS 2002
Posted by Slipperman at 3/4/2004 1:01:06 AM
i have Visual Studio Academic 2002 which came with .Net 1.0. a while ago, i
ordered the .Net 1.1 framework/sdk on CD. just today i went ahead and
installed everything (IE6 sp, mdac, etc) on my 2000 machine but instead of
the install recognizing the old framework was there and overriding it, it
i... more >>
'IDataObject' : ambiguous symbol
Posted by EHuq at 3/3/2004 9:16:06 PM
Hi there
I am facing a problem. When I include my unmanaged header file in my form1.h file, I am facing the compile error with the following messag
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ObjIdl.h(7408) : error C2872: 'IDataObject' : ambiguous symbo
co... more >>
Red "X" problem with Overflow error
Posted by Aaron Queenan at 3/3/2004 1:01:57 PM
I have am writing .NET application which uses COM interop.
Sometimes, while pressing buttons or interacting with the controls, an
unhandled exception message appears due to an "Overflow error", with the
information below. It always appears while drawing the form, but happens
with different co... more >>
multiple digit dtmf grammar
Posted by shivan at 3/3/2004 12:41:10 PM
I am trying to create dtmf grammar which accepts 5 digits. Here is how the grammar looks like
<rule id="UserIdDtmf" scope="public"><item repeat="1-5"><?MS_Grammar_Editor GroupWrap?><one-of><item>1</item><item>2</item><item>3</item><item>4</item><item>5</item><item>6</item><item>7</item><item>8</it... more >>
FileSystemWatcher Problem
Posted by Mike Fegter at 3/2/2004 12:46:40 PM
I am a bit confused. I am using a 3rd party COM object
that adds records to a SQL DB through OLE (that's what
they use). I can get this working perfectly in .NET.
Now, when I add the FileSystemWatcher to the code,
watching for new files. Upon a new file, read the file
and use that info... more >>
SoapService and Encryption?
Posted by localhost at 3/1/2004 11:56:08 AM
I am looking for samples on transparently wrapping encryption and
digital signatures in the Web Services Enhancements 2.0 Messaging API.
I like the SoapSender and SoapReceiver, but I need a way to
transparently marry password-encryption and signing for the the sender
and signature verification a... more >>
|