all groups > dotnet sdk > may 2006
Where is Microsoft IL Assembly Programmer's Reference
Posted by Eric St-Onge at 5/31/2006 2:09:01 PM
Hi,
I am searching the "Microsoft IL Assembly Programmer's Reference". Any clue
where it can be downloaded?
thanks
Eric... more >>
ProcessStartInfo.CreateNoWindow and UserName+Password
Posted by Walther Homme at 5/30/2006 6:42:35 PM
Hello :)
"If you call the Start(ProcessStartInfo) method with the
ProcessStartInfo.UserName and ProcessStartInfo.Password properties set,
the unmanaged CreateProcessWithLogonW function is called, which starts
the process in a new window even if the CreateNoWindow property value is
true or the... more >>
TabControl
Posted by SalamElias at 5/26/2006 1:06:01 AM
In the "QuickStart\util\qstools" directiory, there is a class called
"TabControl". How and where control used is used. I am interested to do code
an aspx page with tabs.
Is it a good start or is there something better. I have VS 2003 and SDK 1.1
Thanks... more >>
is file rooted from ...
Posted by David Thielen at 5/25/2006 9:17:02 PM
Hi;
I want to make sure all files pulled from my server app (ASP.NET 2.0) come
from one of 3 directories -
"c:\inetpub\wwwroot\myserver\files;c:\special;\\server\share\dir" Is there a
call in .NET to determine if a file has the same root as say c:\special? Or
even better, I can give it "d... more >>
Gacutil returns Access Denied when Solution is built
Posted by Arjen Stobbe at 5/22/2006 2:37:01 PM
This issue is driving me nuts... but i really can't seem to find a cause for
this, let alone a solution.
I have several related projects in a solution file, and some have the
following Post-build event:
"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" /u
"$(TargetFil... more >>
Error in XML Document
Posted by rajendra.purohit NO[at]SPAM gmail.com at 5/21/2006 2:35:08 AM
Hi,
The problem i am facing is when i get back the object from web service.
I get the foll error:
System.InvalidOperationException:There is an error in XML
document[1,2968] --> System.Xml.Xmlexception.
I am unable to track the problem.
Thanks,
Rajendra.
... more >>
Regarding XML Doc Class
Posted by Ramu at 5/20/2006 4:22:01 AM
Hi ,
I need some help regarding XML Doc Class.
Suppose i have one xml as follows :
<ABC>
<xyz>
<Code>0</Code><Message>RESULT_MESSAGE</Message>
</xyz>
</ABC>
In this XML , If i will give input xyz, then i should get
<Code>0</Code><Message>RESULT_MESSAGE</Message>
as output .
... more >>
MSBuild Command line Question
Posted by ME at 5/18/2006 10:53:26 AM
I have a need to generate both the DLL version of my application and an EXE
version. I would like to build both of them with a single call "build".
One of the ideas I have come up with is to fire off MSBuild in the
PostBuildEvent of the project. I think it may work however I am having some ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
folder ACL in c#
Posted by andres at 5/16/2006 11:51:05 PM
Anyone have any ideas/code to get the ACL on a remote folder using c#.
thanks
Andres... more >>
parse a currency, parse a number
Posted by David Thielen at 5/15/2006 4:12:02 PM
Hi;
Is there an easy way to parse $1,234.56 and/or 1,234.56? I assume I have to
pass a locale to whatever handles this.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
... more >>
File from database
Posted by David Thielen at 5/11/2006 4:37:01 PM
Hi;
I have a file stored in my database as a blob. I would like to have a url to
the file like http://www.myportal.com/files/FileName.pdf so that if the user
then goes to save the file locally, it has the name FileName.pdf (where I
have the actual name of the file).
Is there a way to do ... more >>
FindFirstPrinterChangeNotification - no job completed received
Posted by AJ at 5/9/2006 6:53:02 AM
I am using the FindFirstPrinterChangeNotification to determone print usage.
I get an intermittent problem (normally with very small docs) where I don't
always get a notification that the job has been completed (I get the New and
processing only).
Does anyone have any idea how/why this may ha... more >>
link to dynamically built page
Posted by David Thielen at 5/5/2006 6:31:01 PM
Hi;
I need to have a url that when the user goes to it, it builds the page
programatically. In one case the file is a blob in the database so I need to
read and return it. In the other case I create the document (a report) when
it is requested.
How can I do this? (I had this all working ... more >>
Windows Mobile Pocket PC App in Visual Studio 2005
Posted by bkr at 5/4/2006 7:51:02 AM
Is there a Hands-On Lab or resource that I can use to walk me through a
sample program for a Windows Mobile Pocket PC 2003 using Visual Studio 2005?
Preferably a VB.net example.
--
B. Reid
Systems Analyst
Britech Information Systems Limited... more >>
Visual Studio IDE problem
Posted by John Smith at 5/3/2006 12:00:00 AM
Hi,
I am using Visual Studio 2.0 and it is giving me alot of problem.
It suddenly shutdown without giving and messeage or any thing.
... more >>
|