| Thread | Last Post | Replies |
|
| Error executing DTS from vb.net app | 16 Jun 2005 20:32 GMT | 2 |
I have a simple SQL Server DTS package with a Send Mail task. The package executes successfully when I manually run the package. However, when I access the package through a VB.NET app, it fails at "MapiLogonEx Failed due to MAPI error 273: MAPI Logon failed". The package runs ...
|
| .Net Windows Service Issue | 16 Jun 2005 17:41 GMT | 1 |
I have created a windows service in VB.Net called 'Import Agent'. In the event log, when the service starts, the source is listed as Service1. Everywhere else that matters, like the MMC, my project and solution names, and the name of my service class all have the correct
|
| Creating a Custom App Wizard | 16 Jun 2005 16:17 GMT | 5 |
Can someone teach me how do i create my own custom app wizard in .net thank you
|
| Do I need to restart IIS? | 16 Jun 2005 14:55 GMT | 4 |
I am working with 2 com object dlls that are located in WINNT/SYSTEM32 directory. When I need to make changes to the DLLs, I need to do the following: 1. stop IIS
|
| IDE Hangs While Loading Help | 16 Jun 2005 10:21 GMT | 1 |
When viewing a help topic for the first time in an IDE session, the IDE and for the most part the rest of the machine hangs for from 10 - 20 seconds while it says "Downloading...". Does your's? Can it be stopped?
|
| Why won't my C# app work on Windows 98 SE? | 16 Jun 2005 10:19 GMT | 4 |
I have an application that works fine on 2000/XP but crashes on Windows 98. I haven't started to do any extensive debugging because if I install Sp1 of the framework it is fixed. I believe it has to do with the fact that I persist data using
|
| Inserting record into dataset | 16 Jun 2005 08:22 GMT | 3 |
i have a problem. i'm using Visual Basic .Net 2003 Here's the thing. I need to select one folder, without subdirs. (I know that)
|
| Find in Files! | 16 Jun 2005 06:57 GMT | 2 |
I don't know that when I click on button "Find in Files" it doesn't work. It always send me a meesage: Find all "i", Subfolders, Find Results 1, Entire Solution, "*.*" No files were found to look in.Find was stopped in progress.
|
| Error: Redirect URI cannot contain newline characters | 16 Jun 2005 06:50 GMT | 1 |
Through our ASP.NET website, when i complete the order I get the error,"Redirect URI cannot contain newline characters. " Any idea why its doing that?
|
| Session, Session and more Session | 16 Jun 2005 06:49 GMT | 1 |
Thanks for all the input from everyone on my original questions! I have created a SessionManager class that will Get/Set session data to the database. I also created a SessionData class that has a few common properties defined. What I was thinking is that we would inherit from this
|
| multiple configuration files | 16 Jun 2005 06:47 GMT | 2 |
Here is my question : I have a vb.net appli (Dotnet 1.1). I have a config file that contains personnal settings (myApplication.exe.config)
|
| Find in Files | 16 Jun 2005 06:27 GMT | 1 |
I have one problem: when I re-manage all files in my project by using many new folders, I couldn't use the function: "Find in Files" ... it always have a result like this whatever I put in any characters: Find all "i", Subfolders, Find Results 1, Entire Solution, "*.*"
|
| Help getting started with a .NET app that runs in a browser. | 16 Jun 2005 06:23 GMT | 4 |
30 minutes ago my boss asked me to develop a proof of concept application, using .NET, that runs in a browser. The idea is that we want an easier way to deploy application updates. We are thinking of having users connect to our web server and execute a .NET app that would ...
|
| Odd error under VS2005 - 2GB ProjectAssemblies directory related | 16 Jun 2005 05:37 GMT | 2 |
I had an user control built on Visual Studio 2003 that I used in some forms build also with Visual Studio 2003 (C++ was the language for both cases). Now I'm trying to port this to VS 2005. The forms that use these specialized .NET /CLR compiled controls will compile and run, but ...
|
| How to get the resource ID of a frame window? | 16 Jun 2005 04:39 GMT | 3 |
Hey All, After a doc/view/frame is created and initialized, is there a way from within the frame class code (CMyChildFrame::OnUpdateFrameMenu()) to get the resource ID (nIDResource = IDR_???TYPE) used by CFrameWnd::LoadFrame()?
|