| Thread | Last Post | Replies |
|
| Problems when trying to write to | 08 Sep 2005 20:24 GMT | 4 |
I just installed .net on my machine, and I don't know why , when running my web application I am getting this error: (I already gave the appropriate permissions through the regedt32 and run aspnetiii.exe) Exception : Requested registry access is not
|
| StreamWriter | 08 Sep 2005 20:18 GMT | 4 |
I'm seeing instances in one of our programs where a StreamWriter object writes the same data twice. It only occurs when several messages hit at the same millisecond. We time stamp our messages. Here is a snippet of code.
|
| Security - It Doesn't Seem Possible? | 08 Sep 2005 20:00 GMT | 2 |
Im struggling with the concept of application security. At this point i dont see how it works nor how its possible in a shared web-hosting environment. If i require a user logon to access the site i need somewhere to store the user credentials say a database. So i encrypt them as ...
|
| Installation on Windows 98/95 | 08 Sep 2005 17:29 GMT | 3 |
Can I install the dotNet FrameWork on Windows 98/95/Millenium ?
 Signature Lucas Ponzo Software Engineering
|
| How to run vsvars32.bat to make its changes persistent? | 08 Sep 2005 17:19 GMT | 10 |
I opened a Command window and changed its directory to one that contained a HelloWorld.cs program. I ran "csc HelloWorld.cs" and got: 'csc' is not recognized as an internal or external command,
|
| Drag n drop FoxPro table to create XSD file - error message | 08 Sep 2005 16:40 GMT | 1 |
Getting error message: "The following unexpected error has occurred: There were errors dropping "acctrecv" onto the designer. The XML Schema could not be interpreted from this object."
|
| Possible bug in .Net framework? | 08 Sep 2005 15:41 GMT | 5 |
Guys please post your comments to rohits79@yahoo.com using System; using System.Xml; using System.IO;
|
| InstallUtil on Windows Server 2003? | 08 Sep 2005 15:29 GMT | 4 |
We have replaced a Windows 2000 Server box with a Windows Server 2003 box. I have a service written in VB.NET that needs to run on this new box, but I cannot figure out how to install it. On the W2K box I used InstallUtil.exe from the .NET Framework folder, but neither of these ...
|
| Lost Cookie during Authentication | 08 Sep 2005 14:11 GMT | 1 |
I am going crazy trying to figure out why my ASP.NET web application cannot get beyond the login screen. It is using very simple Forms based authentication that works fine in my development environment: if(!FormsAuthentication.Authenticate(tbUserName.Value,
|
| Project templates (how to make) | 08 Sep 2005 13:49 GMT | 1 |
How do you make a project template like how the add-in project is? I need to make my own custom template so I can create projects with predetermined sets of items and settings. thanks!
|
| problem with threading & nested anonymous method | 08 Sep 2005 13:43 GMT | 6 |
I have a very simple block of code with open a file in a thread and for the life of me I have no idea, wonder if it's a 2.0 beta bug? here is my sample (which open a file in a thread) ==public void Open(string file)
|
| Encrypting a Web.Config value using Microsoft Enterprise Library-J | 08 Sep 2005 10:16 GMT | 4 |
The Data EDRA is execellent in allowing Connection String to be encrypted, but as yet I could not find any example of how to encrypt the following entry: <appSettings> <add key="SpecialPassword" value="aPasswordIwantEncrypted" />
|
| how to shutdown | 08 Sep 2005 10:15 GMT | 3 |
Hi to all. I have a little problem. I need to shutdown, restart, or suspend the system. How should I do? Thanks a lot.
|
| Framwework 2 | 08 Sep 2005 08:48 GMT | 4 |
I have installed .NET Framework version 2.0 beta in my computer. Previously i had .NET Framework version 1.1. If i check Administrative tools both version are showing up. How do I find out under which framework version my application is running or how do i configure to run an ...
|
| Client side validation scripts using wrong version of .NET Framework | 08 Sep 2005 08:07 GMT | 1 |
I have both the 1.1 and 1.0 framework installed on my workstation. Everything works fine exception client-side validatation script. In error indicates it is using 1.0 framework instead of 1.1 even though my entire project was writtin in the 1.1 IDE. No other persons on my team
|