| Thread | Last Post | Replies |
|
| ASP.NET 2.0 Membership & Roles Login Problem | 12 Jul 2007 11:47 GMT | 6 |
I'm having issues with logging into my application after moving it from the development server to the live IIS server. Things I've already done: 1) I made sure that I have applicationName set as stated in your post. If I
|
| Determining if data is available on a stream | 12 Jul 2007 10:45 GMT | 1 |
Hello HG, I'm using anonymous pipes for ipc between multiple processes. The pipes are created with win32-functions since there is no support for pipes in the dotnet-framework. To access the pipe I create FileStream-
|
| sqltransaction timeout issue | 12 Jul 2007 10:31 GMT | 2 |
I have a asp.net application in which users can create content and then save everything to a SQLServer2000 database. When they hit the save button on the form here is what I do : Dim conn As SqlClient.SqlConnection = New
|
| System.Reflection and the internal access modifier | 12 Jul 2007 08:40 GMT | 1 |
This code is contained in one source file in VS 2005 project: using System; using System.Collections.Generic; using System.Text;
|
| Windows Service with Form running before logoff. | 12 Jul 2007 06:02 GMT | 3 |
I have a Windows Service that should pop a windows form right before logoff, for the user to enter some information. I got things working fairly well except that the user does not get to see the form before logoff. But I know that it run properly because when I log
|
| 1.0 app on 1.1 and 2.0 | 11 Jul 2007 21:39 GMT | 2 |
If a user tries to run a .NET application built on the 1.0 framework, and only has 1.1 and 2.0 installed, will they get an error. What does the error say?
|
| .exe | 11 Jul 2007 21:10 GMT | 2 |
Is there way to tell from just a single .exe, what version of the .NET framework it was built with?
|
| Running a .Net app before logoff | 11 Jul 2007 20:49 GMT | 6 |
Hi I have a small .net Windows app that I need to run before the user logs off the machine. This is a Windows App where a dialog is displayed to the user and he/she needs to answer before the computer continues to logoff.
|
| Net version | 11 Jul 2007 20:49 GMT | 3 |
How can I tell what version of NET framework is installed? Thanks, bruce
|
| Great Plains and 3rd Party .NET DLL | 11 Jul 2007 16:28 GMT | 1 |
Hi I am developing a .NET DLL that will be used primarily in standard WinForm applications, however there is a chance it could provide the same functionality to part of our Great Plains (GP) installation.
|
| What does type mean in namesspaces and assemblies? | 11 Jul 2007 10:40 GMT | 1 |
I'm trying to understand namespaces and assemblies. How are they related and what does type mean in namespaces and assemblies?
|
| win32 services | 11 Jul 2007 10:38 GMT | 1 |
when windows comes up I get win32 services error and some programs won't work correctly because of it. And then I have to send a error report to microsoft. how can I resolve this problem.
|
| Debug assertion failed | 11 Jul 2007 07:53 GMT | 2 |
When I want to update my website with XSitePro everytime I get the following failure: Microsoft Visual C++ Debug Library Debug Assertion Failed!
|
| Deploying application - start menu choices | 11 Jul 2007 06:22 GMT | 1 |
I have built my application but some of my users want to run the application from a usb stick and not have the link in their start menu. If I deploy with oneclick, or wise installer, or the setup deployment project, how can I get the installer to ask the user if they want a ...
|
| a clickonce issue | 11 Jul 2007 06:17 GMT | 1 |
I am deploying a Windows application in Visual studio 2005 and adding some files to the folder in the application folder (in http://localhot/mytest), how can I also add these files to custom folder (client side) also?
|