all groups > dotnet sdk > april 2006
msgina.dll
Posted by Alberto at 4/28/2006 1:11:02 AM
Hi, I can develop an application that replaces the DLL msgina.dll in C#?... more >>
Compilation error - missing assembly or reference
Posted by Varun Bansal at 4/26/2006 11:12:03 AM
Hi,
I was trying to compile the following sample code from MSDN
using System;
using System.Collections;
using System.Text;
using System.Management.Automation;
using System.Management.Automation.Host;
using System.Management.Automation.Runspaces;
namespace Microsoft.Samples.Msh.Host
{
... more >>
PDC this year?
Posted by David Thielen at 4/19/2006 12:19:01 PM
Hi;
Does anyone know if the PDC will happen this year and if so, where info on
it is?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
... more >>
using /namespace with tlbimp
Posted by Farrukh at 4/13/2006 5:53:44 PM
Hi
I want some information regarding /namespace switch. Is this the name of
Namespace of the source code where our COM dll is referenced for which we
will generate Interop.dll or is this some variable string or what?
Thanks in advance.
Best regards
Farrukh
... more >>
Referencing a GAC assembly
Posted by Vi at 4/11/2006 9:27:03 AM
Hi,
I have an assembly in GAC that I'm using from an ASP.NET application. I'm
referencing it from my web app by inserting the <asemblies> section in
web.config:
<compilation>
<assemblies>
<add assembly=.... >
</assemblies></compilation>
Now I'm trying to use the same GAC assembly from ... more >>
SDK IIS Problem
Posted by Don at 4/6/2006 10:05:36 PM
I downloaded and installed:
..NET Framework Version 2.0 Redistributable Package
and
..NET Framework Version 2.0 Software Development Kit.
I then tried to run the SDK's Quickstart Tutorials. It then prompted me to
run ConfigSamples.exe.
The message said, "The SDK Quickstart Configuration Wi... more >>
Question regarding serialization and System.Uri
Posted by Rob Millman at 4/5/2006 7:17:01 AM
I am trying to serialize an instance of the Uri class. The class implements
the ISerializable interface but when I try to use an XMLSerializer to
serialize it, I get an exception that the object cannot be serialized because
it does not implement a default constructor (no parameters). Is this... more >>
|