| Thread | Last Post | Replies |
|
| Recommended Project Type | 19 Aug 2005 14:24 GMT | 3 |
I'm still a bit green with .NET... I'd like to know what would be the best kind of VS .NET project type I should use if I need a scheduled job that will pull data user data from a DB2 db and modify user account data in Active Directory. (Data like address, phone, mgr name, etc ...
|
| SQL + Dreamweaver | 19 Aug 2005 11:47 GMT | 2 |
I seem to be running into a problem with regards to data size etc: Explanation: A person opens a .aspx page and posts and writes an article of a few thousand words. When they click Insert Record they get this message:
|
| Client side Remoting Question | 19 Aug 2005 10:52 GMT | 1 |
In my server app I perform the following: //------------------------------------------- remoteObject remoteObj = new remoteObject(); ChannelServices.RegisterChannel(new TcpChannel(tcpPort));
|
| Rich Text parsing with RichTextBox | 19 Aug 2005 08:49 GMT | 1 |
I have some rich text strings saved in a database that I need to convert to another format. I need to extract information like font and color from the RTF strings. So I thought that I would just get a RichTextBox and use it to interpret the RTF text for me, but the
|
| Error: COM object is either not valid or registered. | 19 Aug 2005 08:45 GMT | 1 |
Paradon my ignorance on this issue. I've done up a simple VB.net windows application which when executed from a client PC, is suppose to execute a DTS job on my server. When I implemented and executed the application to my client, I get this
|
| VS debugger stopped working | 18 Aug 2005 19:51 GMT | 4 |
I have been working on a project for some time now and yesterday, my debugger stopped working. It is a class library which I run from a Win32 test app, so no IIS involved at this point.
|
| MSDE database distribution? | 18 Aug 2005 18:11 GMT | 2 |
If I develope an application which uses the MSDE database engine, can I distribute MSDE with the product or would the customer be required to DL it himself? Edwin
|
| pre/post build commands | 18 Aug 2005 17:57 GMT | 3 |
i have a VB.NET web application. i need to configure pre/post build commands. is this possible? i need to copy file before compilation and
|
| How to Scan for files from drive | 18 Aug 2005 17:28 GMT | 1 |
I need to scan the hard disk drive/CD and search and retreive the files of likes jpeg,gif etc.Is it possible? regards Rithesh
|
| SendKeys.Send only runs first time | 18 Aug 2005 17:07 GMT | 5 |
i built a small system-tray application that listens to a hotkey builds a string and inserts the string to the active application using SendKeys.Send() The Problem is - this works only once. The hotkey is still o.k. (i also
|
| Cannot install Net Framework | 18 Aug 2005 13:19 GMT | 1 |
I can't install .net Framework on Windows 2000 Server (SP4 with all security patches) which should run our ASP.Net Application. Running dotnetfx.exe ends displaying a message "System cannot open the device or file specified."
|
| C++ .Net Simple Math Calculation | 18 Aug 2005 13:11 GMT | 1 |
Group, I'm trying to add 2 textBox text... but some how does compile properly at all... textBox3->Text = textBox1->Text + textBox2->Text;
|
| Installing on XP Pro | 18 Aug 2005 12:10 GMT | 1 |
I'm running IIS on XP Pro and I was wondering if it was possible to install ASP.NET/VB.NET on this, as a test server? Thanks, Matt
|
| Casting | 18 Aug 2005 12:06 GMT | 2 |
I have a piece of code where by I create an arraylist containing elements of class type ActivityDetail, one of the routines used is generic and returns an object array, but I can not cast back to ActivityDetail Array see snipet below ArrayList arrayl = new ArrayList();
|
| Error 1609 with Self-Paced Training Kit | 18 Aug 2005 11:55 GMT | 6 |
I have a trouble trying to install the Developing Web Applications with Visual Studio .Net from the MCAD/MCSD self paced traning kit. I got the follow error:
|