all groups > dotnet sdk > july 2003
Regex (?(expression) yes|no) How to use this?
Posted by Edu at 7/31/2003 2:41:28 AM
Hi ,
I need an exemple of how to use these following 2 Alternation Construncs:
(?(expression)yes|no)
(?(name)yes|no)
Source:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconalternationconstructs.asp
I'm trying to understand how to use them but no luck ... more >>
Upgrade .Net Framework 1.0 into 1.1
Posted by Saravanan Rathinavelu at 7/30/2003 10:10:30 AM
Hello, What's the impact to my existing code written in
1.0, and what's the procedure to migrate to 1.1, can
someone help me in doing so.
The initial development was done using .Net Framework
1.0.3705 and Visual Studio .Net 7.0.9466.
Do i need to upgrade the VS .Net to 2003?.
thanks
... more >>
MouseKeys Accessibility mode - Odd behavior
Posted by Dave Leach at 7/29/2003 2:00:29 PM
Is there a known problem with the MouseKeys mode?
I am setting the mouse speed and acceleration using the
Accessibility Options dialog, going to the Mouse tab and
pressing the Settings button. If I set Speed to the
maximum value, regardless of the Acceleration value, the
mouse cursor jumps... more >>
Unable to uninstall assemblies from the global assembly cache...
Posted by Bill_ND at 7/29/2003 11:10:36 AM
I have encountered a situation where I am unable to remove
a .NET assembly from the GAC. The message I receive
is "Assembly 'assemblyname' could not be uninstalled
because it is required by other applications." Although I
have seen this before when trying to remove .NET
assemblies that have b... more >>
Unhandled exception in FileStream when writing to a full disk - bug in framework?
Posted by amit NO[at]SPAM notalvision.com at 7/29/2003 4:01:00 AM
Hello,
I just ran into a weird problem with FileStream. The problem occurs in
the following scenario:
- I create an instance of FileStream and use it to write to a disk
which have just a small amount of free space.
- When the disk gets full, FileStream throws an IOException. I catch
and pr... more >>
Exception on Application
Posted by Harkos at 7/28/2003 12:34:29 PM
I'm currently trying to make my application restart when an unhandled
exception gets through to the Main call. It does something like this:
do
try {
Application.Run(new Form1( ));
break;
} catch(Exception e) {
// Here I can create that report to send and
}
while(true);
... more >>
AppDomain address space...
Posted by Nadav at 7/27/2003 7:24:03 AM
Hi,
I Wonder how does AppDomain memory address-sapce is
mapped ? is it the same addres space the containing
process have ???
Does changing a function body
using 'ICorProfilerInfo::SetILFunctionBody' effects all
AppDomain's in the same process ???
Thanks in advance,
Nadav Rubinste... more >>
XML documentation
Posted by Lloyd Dupont at 7/25/2003 8:57:42 AM
I have generated my XML documentation.
now what ?
because the XML file is not quite human friendly....
I tryed NDoc but it bugged using my XML files....
and I also tryed to look for 'XML translator (C#)' on MSDN & Google..
no luck ;-(
any tips ? ideas ? or links ?
(yeah, I know, I could... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
AppDomain Iteration
Posted by Nadav at 7/24/2003 3:06:42 PM
Hi,
I wonder is it possible to iterate through all AppDomains
in a certain Process ( using un/managed C++ ), if so, is
it possible to attach to a certain AppDomain ???
Thanks in advance,
Nadav,
Sofin l.t.d.
Look at a greate new tool I have developed at:
http://www.ddevel.com/... more >>
SQL server does not exist
Posted by shane boulder at 7/24/2003 7:50:04 AM
I have fixed my last problem but now i have a new one. I
can run certain sample applications but others i get this
message.
HELP PLEASE
Server Error in '/QuickStart/ASPPlus' Application.
----------------------------------------------------------
----------------------
SQL Server does... more >>
Problem with quickstarts and tutorials
Posted by Shane Boulder at 7/24/2003 7:11:23 AM
When i go to run the quick starts and tutorials the
applications won't run they just show me the code in
internet explorer. I need to fix this?
thanks alot... more >>
regular expression question
Posted by Boban Dragojlovic at 7/17/2003 8:27:13 PM
I'm trying to write a regular expression search to find every instance of a
certain kind of tag within HTML.
For example, I might want to find every instance of the DIV tag, and get
back the "stuff in the middle"
For the search pattern, I specify ".*" for the stuff in the middle.
e.... more >>
Console Window and CSharp Form
Posted by Michel Racicot at 7/17/2003 10:51:03 AM
Why do I obtain a console Window in addition to my CSharp Form when I do the
following code:
using System.Windows.Forms;
class MyWindow: Form
{
}
class MyApp
{
static void Main ()
{
Application.Run (new MyWindow ());
}
}
?
... more >>
Appdomain.CreateInstanceFromAndUnwrap
Posted by Ralf Berkvens at 7/17/2003 8:45:49 AM
Hi!
I am trying to load an instance of a framework class from an assembly, but I
must always be sure to have the latest version of the assembly.
I have tried with reflection.assembly.loadFrom, which worked, except that
once the assembly was loaded, it never loaded an updated version. In a
con... more >>
DataSet or Classes
Posted by Ruslan at 7/16/2003 2:59:56 PM
I must work with the xml files. Load data from xml, change it, save it. What
is the best idea? To use ADO.NET, I mean to load data from xml to DataSet,
or create classes and work with these classes (something common with
"Castor").
Thanks,
Ruslan
... more >>
why not IE .NET control?
Posted by Zingam at 7/16/2003 11:38:53 AM
Well, I'd like to have a Browser Control in the .NET SDK just the one we
currently use but .NET based. I think this is a feature many developers
would like to see.
... more >>
MSDN Universal for only $1499
Posted by Jaison at 7/16/2003 8:31:34 AM
I ran across this site a few months ago and just decided
to renew my MSDN Universal with them and I couldn't
believe their low prices as well as the level of customer
service that I received. I received my initial shipment
from Microsoft about a week later. They also have other
products. G... more >>
formatting xml data in rich textbox
Posted by daisy at 7/16/2003 3:02:08 AM
Hi
I have a windows form application in which I fetch some
some from database and display it in an XML format.
I display data in a rich text box. It displays data
correctly. I want the data to be formatted like a tree
view with colours i.e how XML appears in IE.
What do I need to do to ac... more >>
XML-FO In .NET
Posted by Zeev Glozman at 7/14/2003 2:51:30 PM
Hello everybody
I am trying to do something whcih might seem trivial but unfortunatly i can
not find i soultion. I am trying to produce a pdf document form XML file
while whist XSL-FO schema build in XMLSpy. The problem is findign a
component that would do this trasformation correctly.
I tr... more >>
How to enforce Usage Rule
Posted by Calvin at 7/14/2003 10:43:15 AM
I have a class, has a start(), end() method.
I want to make sure that start() and end() should be
always paired called in the same codeblock or function,
i.e.:
try
{
o.Start();
....
}
Finally
{
o.End();
}
I could write the documentation, but is there anyway to
enforce this rul... more >>
Events in dynamic loaded assembly
Posted by Martin Falta at 7/13/2003 11:30:43 AM
Hi all,
I need a help with following problem. I need to create a menu from dynamic
loaded assembly on the main form of my application. The menu is created
succesfully, but the events of this menu, which are defined in the dynamic
loaded assembly, are not raised. How can I raise them?
Martin... more >>
.NET C++ App that accesses Outlook or Exchange
Posted by Dan Baker at 7/11/2003 9:08:36 PM
I'm trying to write a stand-alone application (.NET C++)
which will query the contact database used in Outlook (or
maybe Exchange Server). I have no idea where to start
looking. Any advice?
I'm an experienced Visual Studio C++ developer, but new
to .NET. I have downloaded the "Exchange ... more >>
Odd problem with InputBox
Posted by news.microsoft.com at 7/10/2003 2:17:38 PM
hey all, I am having an odd problem with the InputBox in VB.NET, and it ONLY
happens on one of my computers. When I try "Dim x as String =
InputBox("TESTPROMPT"), I get the following error:
----------------------------------------------------------------------------
----
[Exception Details]
... more >>
Parallel port interfacing with C#
Posted by Shahram Ahmadinejad at 7/9/2003 1:51:43 AM
I'm working on a project called controlling devices
over internet. The hardware intefacing part is to be
done through parallel port. The whole project have
been done using C# of .Net platform. My problem is
that I don't know what's the class that I can use to
communicate with parallel port and ... more >>
WebRequest.GetRequestStream method
Posted by Tim at 7/8/2003 7:31:49 AM
I haven't seen too many examples documented using the
GetRequestStream method. I'm not sure if I'm going about
this right, but the following code fails on the last line,
with the error saying "the stream was not available."
What am I doing wrong? Thanks.
-------------------------------... more >>
Quickstart MatchClient sample network error
Posted by <.> at 7/5/2003 10:10:43 PM
I am trying to run the Html Text Pattern Matching Sample (MatchClient) and
get this:
A network error occured or the service was unable to locate the symbol,
please try again.
???
... more >>
Item Property not available in ArrayList
Posted by sme at 7/4/2003 4:26:17 AM
Hi
I just started using Visual Studio.Net Academic Edition.
I want to use an ArrayList, so created an Instance of it,
but the instance doesn't have the Item property.
In every documentation I found the item property, but the
pull down menu when typing my ArrayList. does not show the
ite... more >>
File or assembly name System, or one of its dependencies, was not found.
Posted by Michael_Bøcker-Larsen at 7/2/2003 11:38:16 PM
Hi
I'v been stuck on this problem for ages now. I have found that I'm not
the only one with this problem, by looking through the different
newsgroups.
Hope you can help me! I know there is a lot of information, but if you
need more (e.g. the code) please write michael@mblarsen.dk.
The... more >>
ApplicationHost and HttpModule problem
Posted by Vlad Losev at 7/2/2003 10:15:37 PM
I am trying to execute a web page in application host (without IIS) using
ApplicationHost, but have a ConfigurationException thrown. I have several
HttpModule add directives in Web.config but cannot remove them, it would
cripple my application). I wonder if there is any way to get rid of this
er... more >>
C++ to CSharp Conversion
Posted by Suresh Gladstone at 7/2/2003 6:21:23 AM
Hi,
Is there any tool which converts C++ codes to Csharp.Any
tool which atleast converts around 50% of the code will be
very helpfull. People who are aware of this
existense ,please let me know.
Warm Regards,
Suresh Gladstone
... more >>
|