Description:
Microsoft .NET technology newsgroup.
|
|
|
How to run an ASP1.0 application in a non-fully-trusted environment?
|
| |
Hi everybody, First and foremost, I'm not sure these are the right groups to ask - if not, feel free to direct me to a more fitting gtoup. The company I work for has developed an ASP.Net website in Delphi RAD Studio 2007. So far, several clients have received this website, no troubles so far. With our latest client, however, we've stumbled upon a problem. The... more »
|
|
'Access of shared member' warning on RedirectFromLoginPage
|
| |
Hello. I have a class library with a class for authentication that uses forms authentication. The RedirectFromLoginPage class is called through my application using: ClassLibrary.Authentication.Fo rmsAuthentication.RedirectFrom LoginPage(UserID, False) and, although this method works as intended, it leaves a warning (green... more »
|
|
Using XmlSchemaSet with DataContractSerializer
|
| |
Hi! Is the DataContractSerializer supposed to work with an XmlSchemaSet object? I am having problems getting them to work together. Here is some code that illustrates the problem. First, we define a type Blark that is used to generate an XmlSchemaSet using the XsdDataContractExporter. The type HasSchema is a type that... more »
|
|
DataRow Prefix
|
| |
Hi, I have been trying to generate a xml file via typed datasets using the writexml method. The xml I am after is <?xml version="1.0" standalone="yes" ?> - <bw:ABC xmlns:bw="[link]"> - <bw:Employee> <bw:EmployeeID>1</EmployeeID> <bw:EmployeeName>John</Employe eName> </bw:Employee>... more »
|
|
School question
|
| |
True or Faled The Table Template is used to automate data entry in a table.
|
|
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 »
|
|
|