| Thread | Last Post | Replies |
|
| Microsoft Mail and Outlook | 07 Jan 2008 19:37 GMT | 1 |
I have been having problems with Mail and other Microsoft internet programs. When I try to send a message it comes back with an error. But if I try several times, or shut down and restart it sends fine. Microsoft claims it is the ISP problem, and the ISP's I have used claim it is ...
|
| SignTool.exe not found. | 07 Jan 2008 18:25 GMT | 4 |
I try to publish a program and I get an error occured while signing. SignTool.exe not found. I am new to Visual Studio 2008. What is this for? Why do I get that error? Thanks Perry Langla
|
| Sandcastle | 07 Jan 2008 18:19 GMT | 1 |
I've just started using Sandcastle CTP in conjunction with GUI tool to generate the scripts. Has it been integrated into 2008 yet or is there some kind of add-in for VS 2005. Where is Microsoft going with this?
|
| Another OE Question | 07 Jan 2008 14:32 GMT | 1 |
I know that I had a previous question about OE. And in it I said that somehow my son managed to get another version of it in my computer. Every time I want to use it, it asks for some kind of activation key. (which I do not have and dont' know how to get) But my new question is, ...
|
| ASP connection with Oracle | 07 Jan 2008 11:38 GMT | 1 |
I am trying to connect to Oracle through ASP. But I am getting the following error : Microsoft OLE DB Provider for Oracle (0x80004005) Oracle client and networking components were not found. These components are
|
| Storing documents in SQL SERVER 2000 for ASP.Net application | 07 Jan 2008 08:59 GMT | 1 |
I need to create an application in ASP.Net that will allow users to upload files. Then the files are to be stored in a SQL Server table. I have been reading up on the advantages/disadvantages of this and it seems like the best thing to do is leave the files in the file system and ...
|
| State Machine Workflow - Delay Activity firing multiple times | 07 Jan 2008 08:31 GMT | 3 |
I have a state transition trigger by a Delay Activity. If I include the default SQL persistence service, this state transition is fired twice. Any suggestions ?
|
| System.Configuration.ConfigurationManager problems, like it doesn't exist. | 07 Jan 2008 08:25 GMT | 2 |
I have a Visual studio 2005 project that runs as a Windows Service. In it I have declared that I am using System.Configuration. I have set one application setting for the service using the settings panel.
|
| OnChange object of FileSystemWatcher not recognized | 07 Jan 2008 08:01 GMT | 2 |
The following code: FileSystemWatcher watcher = new FileSystemWatcher(); RenderingQ = ConfigurationSettings.AppSettings["RenderingQ"];
|
| clickonce deployment is f.cked | 07 Jan 2008 05:39 GMT | 7 |
Error 1 Publish failed with the following error: Could not find a part of the path 'C:\Work\sun\sun\bin\Release\sun.publish\sun_1_0_0_0'.
:( Its not even building anything to that directory...I cant change it...I could try placing my build in that directory but thats f.cked? ...
|
| State Machine Workflow - Annotate state transition | 07 Jan 2008 02:46 GMT | 1 |
Is there a way to annotate the state transition in the designer for VS2005/8. I have tried setting the description property for both the EventDriveActivity and SetStateActivity shapes but nothing is displayed in designer ( ie on the line that connects the 2 states together )
|
| How to get the names of the availalbe computers on your LAN/Workgr | 07 Jan 2008 02:37 GMT | 4 |
Hi, I need to get a list of the computers in my WorkGroup LAN, with its names in a similar way you get the available Drives from a PC with DriveInfo.GetDrives(). Is there a managed class that provide this, if not, coudl you provide me some guiadance with unmanaged APIs or ...
|
| How best to structure .Net Code | 06 Jan 2008 22:16 GMT | 1 |
Apologies for the easy coding questions but I have something I need to code in .Net and am fairly new to coding and don't want to produce bad code so after some advice from the experienced please:- Problem to code:
|
| writing a .net exe | 06 Jan 2008 22:08 GMT | 2 |
I am new to visual studio.net 2005. What I need to do at my new job is to write an application where users can enter data into 'screens'. The data that is entered will end up in excel spreadhseets. Once the data is entered into the excel spreadsheets, I will then export the data ...
|
| Combo and Text Box issue at App Startup | 06 Jan 2008 20:30 GMT | 2 |
In my application, I have a Combo Box and Text Box. At Startup, I fill the Combo Box with information that I allow the Users to select to do certain Calculations. My Text Box shows a Value calculated by the information in the Text Box.
|