| Thread | Last Post | Replies |
|
| How do you use SDKs? | 30 Jan 2006 02:56 GMT | 2 |
I am a .NET developer and have learned everything from reading books. I would like to start using SDKs but don't understand how to use header files, library files, and so on. I have searched the internet and book stores looking for something that would teach me what SDKs include ...
|
| Comments in .NET dll | 27 Jan 2006 02:22 GMT | 5 |
I have a problem with comments in .NET dlls. Here is the situation: We have a single solution (S). The solution contains 2 projects (P1 and P2). When writing code within project P1, we use .NET comments. For example:
|
| Obscure rounding in .NET | 25 Jan 2006 20:33 GMT | 1 |
we just figured out that there is some obscure rounding algorithm implemented in .NET framework (e.g. 0.05 rounded to 1 decimal digit is 0.0 instead of 0.1). Although the behaviour is described in MSDN, it is so unexpected that we didn't noticed it and we used it in an ...
|
| app use newer versions of a DLL | 19 Jan 2006 06:02 GMT | 7 |
Hi; I have an application that is built to use version 4.1.2.0 of my DLL (app and DLL are mine). I want to set the app so it will use any version of the DLL 4.1.*.* - without adding a config file. How can I do this?
|
| Calling .NET code from plain old C++ (COM) | 18 Jan 2006 17:03 GMT | 2 |
Hi; Can plain old C++ (not managed C++), used to write a COM object, instantiate and call a .NET object? And if there is anything special that has to be done, is there a url that
|
| Instantiate Shell.Explorer.2 at runtime for a web page | 12 Jan 2006 23:55 GMT | 1 |
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them
|
| SDK on CD? | 10 Jan 2006 00:06 GMT | 5 |
Where can I order the .Net 2.0 SDK on CD? I can't find it on Microsoft's site.
|
| WinRes.exe <-> VS2005 | 09 Jan 2006 07:18 GMT | 15 |
Hi NG, I tried to load a resx file into the WinRes.exe, but this won't work. I always get the errormessage: Error - InvalidDialogMissingName Valid dialog or user control resource files
|
| winres | 06 Jan 2006 03:04 GMT | 3 |
winres is provided as a translation tool for .net apps. We sell an sdk for our .net app, with a setup program. How can we make it easy for our customer to use winres?
|
| gacutil return code 9009 | 03 Jan 2006 08:31 GMT | 1 |
what does it mean when gacutil exits with error code 9009? as in "The command "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe /cdl" exited with code 9009." I receive this error when running gacutil as part of a post-build event, but
|