Description:
Microsoft .NET technology newsgroup.
|
|
|
MC++ or WIN32/C ?
|
| |
Hi, I want to port the Solaris 5.8 C-Code (Mixed Endian Code) to Windows x64/ x86 platform for a .Net project. What is the best approach to accomplish this ? 1. Should I first port to WIN32/C (using BIT shifting for enadianness) and then introduce a PInvoke layer ? OR 2. Should I use Managed C++ so that I directly get the support for... more »
|
|
How to tell what version of framework is installed
|
| |
newbie question: Just starting at a new company. How can I detect whether and what version of dotnet framework is installed. And if it's installed locally or on server.... I'm new to programming c# and vb net so some of the basics are unknown to me. on my local box i see C:\Program Files\Microsoft.NET in which are 2 folders... more »
|
|
WebClient UploadStringAsync hangs
|
| |
UploadStringAsync is supposed to be asyncronous but I can make it hang by passing it an invalid url. It looks to me like it does a synchronous DNS request first that makes it hang. I don't want my app to hang under any circumstances when making this web client request, especially not long DNS requests, does anyone know a work around? Btw... more »
|
|
ASPNET credentials keep on resetting
|
| |
It seems that most if not all ,NET updates reset the ASPNET password on the server. Is there a way to install a service pack or upgrade without it resetting the ASPNET user password?
|
|
Using underscores in type names
|
| |
Huh? In VB.NET 2003 (.NET 1.1), I created an application that generated an error after converting to .NET 2.0. I created two forms, Set_Test_Volts and Test_Volts, in the same namespace. .NET 1.1 had no complaints. I converted my application to .NET 2.0. VB.NET 2005 complains: Error 1 'Test_Volts' has the same name as another type exposed in a 'My'... more »
|
|
mysql orm and asp.net
|
| |
hi everybody! how are you...? i'm looking for a mysql (version 5.0) orm to work with asp.net. any suggestion? i need it to be for free, and easy to implement. thank you, so much! gabriel
|
|
Message Pane too wide
|
| |
I cannot see the entire message in order to read it. The only way that I can move it so that I can see more of it is to move the folders column to the left. This has nothing to do with font. This has to do with shrinking the message pane down to normal size.
|
|
How Can I Tell Which Button Was Right-Clicked?
|
| |
All, I am displaying a context menu when the user right-clicks one of 20 buttons that are created in code (code below). I would like What's the simplest, most accurate way to pass an attribute of the button (like.name) that the user right=clicked to the context menu? Thanks, Patrick Code:::::::::::::::::::::::::: :::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::: :::::::::::::::::::::::::::... more »
|
|
Need help on accessing attributes from AD
|
| |
Hi, We are using the EMDS provider, a third party provider, to read attributes from Quest Active Roles Server(ARS) in our application. And one amongst the attributes in ARS is a milti valued virtual attribute. We have the vb script for accessing the same. but we are unable to convert into .net equivalent code. Has anyone tried reading the multi valued... more »
|
|
Error when Installing .Net Framework
|
| |
I am running a Windows 2003 Server using it as a Terminal Server. I am trying to install Backup software but fails because it cannot install the .net framework. I currently have version 2 installed. So, I downloaded the 3.5 version from MS website and it fails as well. So I know its not a problem with the backup software. There I am getting is "The Windows... more »
|
|
|