Click here to Skip to main content
15,883,901 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Remote COM+ client Pin
Giles23-May-03 5:33
Giles23-May-03 5:33 
GeneralRe: Remote COM+ client Pin
Finally Creamed24-May-03 22:14
Finally Creamed24-May-03 22:14 
GeneralRe: Remote COM+ client Pin
Giles26-May-03 0:14
Giles26-May-03 0:14 
GeneralWeird garbage collection Pin
solidstore21-May-03 23:33
solidstore21-May-03 23:33 
GeneralRe: Weird garbage collection Pin
The Limey22-May-03 17:19
The Limey22-May-03 17:19 
GeneralRe: Weird garbage collection Pin
Simon Gregory3-Jun-03 13:36
Simon Gregory3-Jun-03 13:36 
GeneralSystem.Net.Dll Pin
Anonymous21-May-03 20:31
Anonymous21-May-03 20:31 
GeneralRe: System.Net.Dll Pin
Anonymous21-May-03 21:50
Anonymous21-May-03 21:50 
Ok, After searching around I found out that there is no System.Net.dll file as it is included in the System.dll file. However i still can not access the DNS class (in my projects dll). In my project I am using VB.net for creating the windows form and I am also using a dll written in managed c++. I am able to use the statement "Imports System.Net" in my VB code fine and i have access to the DNS class within ok, however i want access to it in my c++ dll and i am going crazy trying to figure it out.... here is a little sample of what i am trying...

<code>
#pragma once

#using <System.DLL> // This statment allows me to use...
// |
using namespace System; // \|/
using namespace System::Net; // this without getting compile errors however
// I still cant use the DNS class! help
// I need the C++ equivilent of VB's
// Imports System.Net
namespace SkillzLib
{

public __gc class NetConnect
{
private:
int portListen;
int portSend;
String* IPMe;
String* IPYou;
String* HostName;

public:
NetConnect();
void Connect();
void Disconnect();
void SetListen(int port) {portListen = port;}
void SetSend(int port) {portSend = port;}
void SetIPMe(String* address) {IPMe = address;}
void SetIPYou(String* address) {IPYou = address;}
int GetListen() {return portListen;}
int GetSend() {return portSend;}
String* GetIPMe() {return IPMe;}
String* GetIPYou() {return IPYou;}

};
}
</code>
GeneralRe: System.Net.Dll Pin
Anonymous21-May-03 22:15
Anonymous21-May-03 22:15 
GeneralRe: System.Net.Dll Pin
Andres Manggini22-May-03 16:40
Andres Manggini22-May-03 16:40 
GeneralCan't close .NET application Pin
Piotr Mizera21-May-03 15:10
Piotr Mizera21-May-03 15:10 
GeneralRe: Can't close .NET application Pin
The Limey21-May-03 23:03
The Limey21-May-03 23:03 
GeneralRe: Can't close .NET application Pin
Piotr Mizera21-May-03 23:51
Piotr Mizera21-May-03 23:51 
GeneralRe: Can't close .NET application Pin
The Limey22-May-03 16:43
The Limey22-May-03 16:43 
GeneralRe: Can't close .NET application Pin
Tomas Petricek22-May-03 12:55
Tomas Petricek22-May-03 12:55 
GeneralRe: Can't close .NET application Pin
Piotr Mizera22-May-03 14:20
Piotr Mizera22-May-03 14:20 
GeneralEvent log entries&#8230; Pin
Ray Cassick20-May-03 17:30
Ray Cassick20-May-03 17:30 
GeneralRe: Event log entries&#8230; Pin
Richard Deeming21-May-03 8:55
mveRichard Deeming21-May-03 8:55 
GeneralDeployment queries Pin
Smitha Nishant20-May-03 0:32
protectorSmitha Nishant20-May-03 0:32 
General.NET control in Access Pin
SHaroz19-May-03 8:33
SHaroz19-May-03 8:33 
GeneralSerious .NET Bug Pin
Mike_V19-May-03 3:18
Mike_V19-May-03 3:18 
GeneralRe: Serious .NET Bug Pin
mikasa19-May-03 6:45
mikasa19-May-03 6:45 
GeneralLicensing and wrapping control Pin
Patrick Lassalle17-May-03 0:46
Patrick Lassalle17-May-03 0:46 
GeneralRe: Licensing and wrapping control Pin
Roger Alsing25-May-03 22:54
Roger Alsing25-May-03 22:54 
GeneralRe: Licensing and wrapping control Pin
Patrick Lassalle26-May-03 1:18
Patrick Lassalle26-May-03 1:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.