| Thread | Last Post | Replies |
|
| SDK MISSING NAMESPACES | 29 Dec 2005 19:39 GMT | 2 |
i installed the latest .net 2.0 sdk and it is missing namespaces is microsoft planning on fixing the sdk and rereleasing it?
|
| requirements | 28 Dec 2005 10:42 GMT | 1 |
Hello. Does anyone know if Visual Studio .net can be installed in Windows 98 or ME? Thanks for help.
|
| Reg. [DllImport] using Vs2005 | 27 Dec 2005 13:34 GMT | 5 |
I was using VS2003 to develope a Web Application and i was using a [DllImport] with my own custom unmanaged Code. It was working fine. When I migrate from VS2003 to VS2005, It was not working and also i read that i should change some registry value like below..
|
| Obtaining build number of .exe or .dll | 26 Dec 2005 08:58 GMT | 1 |
Using windows explorer, right-clicking on a .exe or .dll, selecting properties, and then selecting the version tab displays the major/minor/revision/build number of the object. I want to do this in my program. What windows api call or .net function retrieves this information.
|
| why to call LoadLibrary() is error? | 24 Dec 2005 09:45 GMT | 3 |
I call windows api LoadLibrary(), it returns error code : ERROR_NOACCESS 0x3E6, why is it failure to call this api? how to fix this problem? B.G.
|
| Add-ons | 21 Dec 2005 02:21 GMT | 1 |
We have developed a web solution using ASP.NET. Now, there is a need of add-ons for our web solution. We want to allow third party companies write their own code and put it to our web solution.
|
| Building .csproj from .NET 2.0 SDK | 20 Dec 2005 04:09 GMT | 4 |
I have written several VS2003 C# projects, and I want to test out those projects on .NET 2.0 but without installing 2.0 on my dev. machine at work. What I would like to do is install the .NET SDK at home, and build my existing projects with it. Is this possible? If so, then how? ...
|
| HttpWebRequest Host header | 20 Dec 2005 01:21 GMT | 4 |
I use HttpWebRequest to send http requests. I use http version 1.0. The problem is that for each http 1.0 request the framework automatically adds the "Host" header. This header is a must for http 1.1 but NOT for http 1.0 (rfc 1945)! I need to send a http 1.0 request without this ...
|
| Classes that implement IEnumerable | 19 Dec 2005 21:17 GMT | 3 |
The 1.1 documentation for a FCL interface had a list of classes that implement it; the 2.0 documentation doesn't seem to. Are these lists still present, just cunningly hidden? Or is there any way to generate such a list, perhaps with a regex expression on the
|
| Click event fires twice | 16 Dec 2005 20:55 GMT | 1 |
Has anyone noticed this besides me? I've got the .NET 2.0 SDK. I copied and pasted the sample VB.NET program from the documentation in the page "How To: Create a Windows Forms Application from the Command Line". This program makes a window with one
|
| vcclr.h broken in .NET SDK | 16 Dec 2005 01:42 GMT | 7 |
I have a project that #include's <vcclr.h>. I'm having a problem building it with the SDK. Follow me now... 1. We don't install VS.NET or VC.NET on our build servers - just the .NET
|
| Using WindowsInstaller.Installer in c# | 15 Dec 2005 23:08 GMT | 1 |
Does anyone know how I can use the windows installer com object in order to retrieve a list of products and a list of installed components for a given product? Any sample would be greatly appreciated.
|
| Can't call PtrToStringChars with SDK | 14 Dec 2005 08:34 GMT | 1 |
I have the .NET 2.0 SDK and the Platform SDK installed on my build machine. VS2005 is not installed. I'm making a call to PtrToStringChars, which requires <vcclr.h>. <vcclr.h> includes <gcroot.h>.
|
| Does .net 2.0 have methods to... | 09 Dec 2005 06:45 GMT | 1 |
Hi; These were things I had to call managed code for in .net 1.1. Does .net 2.0 now provide a way to: 1) Create a MessageBox with MB_TOPMOST set?
|
| File open sharing problem | 08 Dec 2005 23:57 GMT | 2 |
Hi; I need to read the word document of the file being edited in Word from my Word Add-In. I have the following two lines of code: java.io.InputStream jis = new java.io.FileInputStream(ThisDocument.FullName);
|