| Thread | Last Post | Replies |
|
| install problem | 12 Feb 2004 17:59 GMT | 1 |
Firstly apologies if I'm posting this in the wrong place. I'm attempting to install the .net 1.1 sdk onto my W2K sp4 computer to no avail. When I run the installer it creates a Program Files\Microsoft.NET\SDK\v1.1 directory which contains a Docs folder and a redist.txt and a ...
|
| Combing modules with the Assembly Linker | 11 Feb 2004 18:47 GMT | 1 |
I've been trying to get a concrete answer to this for the last few days, but have come up short. I'm hoping someone here can help. Is there a way to take a set of c# modules (c# code compiled using csc with the /t:module option) and combine them into a single assembly
|
| Compiling and Building with SDK | 09 Feb 2004 09:59 GMT | 2 |
I'm trying to compile a C# solution developed in Visual Studio using the SDK command line compiler but I don't have any success with it. Even if I compile it using references when I try to run it I get an error.
|
| Removing SDK 1.0a after installing SDK 1.1? | 06 Feb 2004 18:58 GMT | 1 |
After I have installed both SDK's I wonder whether it is possible to deinstall the prior version (Microsoft .NET Framework SDK (English) 1.0a), or does version 1.1 use 1.0a as a base system? The same situation is regarding .NET framework. "Add/Remove Software" says I
|
| Urgent: New in SDK | 04 Feb 2004 23:06 GMT | 1 |
I got following error when I do: D:\test\Dot Net\Test>xsd XMLTestConfigSchema.xsd Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 1.1.4322.573]
|
| no permission to read AD in subdomain ? | 04 Feb 2004 14:43 GMT | 6 |
Hi together, I have some vb.net code to read AD information with DirectoryservicesEntry object. The accplication runs fine on Win2k - stations
|
| StackTrace | 04 Feb 2004 10:56 GMT | 1 |
I have been playing around with the StackTrace class. I have managed to get filename, linenumber, methodname and parametrnames but I have not found out how to get the value of the parametrs to the method. The following is a sample I found but as I said no values Appreciate any help
|
| Creating a Trial Version of .NET App?? | 04 Feb 2004 01:44 GMT | 1 |
Is there anything in .NET framework to support the deployment of trial limited software? I would like to add a 30day trial period to my software. Thanks for any help.
|
| Can I distribute gacutil.exe? | 03 Feb 2004 23:41 GMT | 9 |
Hy, I would like to know if I can distribute gacutil.exe with my commercial softwares. Thanks.
|
| quickstarts samples not installed | 02 Feb 2004 19:26 GMT | 2 |
I have downloaded and installed the .net framework and then the .net sd I am lead to believe from 'professional asp.net1.0' WROX press books that when you install the SDK it also installs some quickstart samples - but I have looked in the wwwroot folder and there appears not to be ...
|
| How to uninstall .NET Framework SDK? | 02 Feb 2004 19:23 GMT | 1 |
Please Help! Last night I was coding away in VC .NET 2003 to my hearts content. Then I thought I would install the .NET Framework SDK (1.1) so I could play with C# from the command line. I noticed that I didn't have a choice as to where I wanted to install it (although the ...
|
| Can I use SQL Server 2000 ENT with the quickstart tutorials ? | 02 Feb 2004 19:12 GMT | 1 |
Can I use SQL Server 2000 ENT with the quickstart tutorials ? If yes how?
|
| C# compiler | 02 Feb 2004 18:59 GMT | 2 |
I want to ask how is licenced C# compiler that is distributed in free .NET Framework SDK. Can I distribute and sell programs compiled with this compiler? What about ASP.NET webs compiled with this compiler? Thanks a lot, Andy
|
| FileSystemWatcher: problems with event-catching | 02 Feb 2004 13:46 GMT | 1 |
we have some problems with the following situation: A remote application A writes files to a directory monitored by a FileSystemWatcher-instance in application B. A creates the file with the initial ending "COPY_IN_PROGRESS" and only after
|
| How Can I get the Caller's Name Automatically ? | 01 Feb 2004 00:46 GMT | 1 |
I am writting a class, and I need my class smart enough to know the "caller's Name" is what without ask caller to pass it's name to me. for example: When CallerXXX call my SmartClass.Hello(), SmartClass can tell this call is made from "CallerXXX"
|