all groups > dotnet sdk > january 2006
How do you use SDKs?
Posted by Chris Roden at 1/28/2006 10:47:27 AM
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 and how to use... more >>
Comments in .NET dll
Posted by Mantas Miliukas at 1/26/2006 12:00:00 AM
Hi,
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:
/// <summary>
/// Determines the start point of parsing and starts ... more >>
Obscure rounding in .NET
Posted by eXavier at 1/25/2006 7:00:02 AM
Hello,
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 application. In ... more >>
app use newer versions of a DLL
Posted by David Thielen at 1/16/2006 6:32:02 AM
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?
--
thanks - dave... more >>
CLR Debugger startup error
Posted by stevenkobes NO[at]SPAM hotmail.com at 1/14/2006 9:04:25 AM
I recently installed the .NET SDK 2.0. When I run the Microsoft CLR
Debugger, it says:
"The file C:\WINDOWS\Microsoft.NET\Framework\\mscorlib.tlb could not be
loaded. An attempt to repair this condition failed because the file
could not be found. Please reinstall this program."
Has anyone ... more >>
Calling .NET code from plain old C++ (COM)
Posted by David Thielen at 1/12/2006 12:49:01 PM
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
discusses it?
--
thanks - dave... more >>
Instantiate Shell.Explorer.2 at runtime for a web page
Posted by jmi0 NO[at]SPAM att.net at 1/12/2006 11:01:17 AM
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
worked from IE invocation unfortuna... more >>
PerformanceCounterInstaller & System.OutOfMemoryException
Posted by Ashkan Daie at 1/9/2006 2:43:57 PM
Hi All,
When trying to install a performance counter via InstallUtil I get the
following exception:
Creating performance counter category Enterprise Library Caching.
An exception occurred during the Install phase.
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExceptio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
winres
Posted by kidev at 1/5/2006 11:01:40 AM
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?
... more >>
|