Description:
Microsoft .NET technology newsgroup.
|
|
|
disappeared - \program files\microsoft.net\framework6 4
|
| |
I have been working on 2008 Server [NOT R2] and for some reason the .NET redistributable directory, as in the subject, was wiped by some other role, feature or program I installed since. Any suggestions? When I try to reinstall the redistributable, netfx64.exe, it tells me it's alread installed. I can not find out how to get rid of it to reinstall it either.... more »
|
|
Improve my usage of MSBuild
|
| |
Hi there, I would like to build my .sln files with some additional "tricks" like: - set all the assembly versio from the command line - set some constants (DEBUG, RELEASE, WHATEVER) from the command line and so on. Could anyone help me or suggest me some documentation? Thanks, Giulio
|
|
XPS writer and viewer
|
| |
I have been trying to use the XPS writer but it always fails and says unknown printer error. I have uninstlled and reinstalled Net Framework 3 and 3.5. I have also tried to install the XPS Essential Package put it fails before all the packaged programs are installed. Are there any ideas on getting my XPS writer to work?... more »
|
|
Persistent Problem with USPS Shipping Assistant
|
| |
When I try to launch the United States Postal Shipping Assistant I get: "the type initializer for microsoft.practices.enterprise library.exceptionhandling.exce ptionpolicy threw an exception." and it does not launch. I have uninstalled .Net Framework and reinstalled it, and this is the error I get. I've also tried reinstalling... more »
|
|
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 »
|
|
|