| Thread | Last Post | Replies |
|
| Deployment in VS2003 | 18 Sep 2007 15:04 GMT | 1 |
Is deployment as simple as copying all files except .vbproj,vbproj.webinfo,.resx, .vb into the production web server? Need I install VS2003 onto the production server which is going to host my web application?
|
| i seem to be having memory issues, will deplying a release build instead of a debug build help with memory usage of my .net process? | 18 Sep 2007 15:02 GMT | 2 |
i seem to be having memory issues, will deplying a release build instead of a debug build help with memory usage of my .net process?
|
| Word automation using vc++ 2005 | 18 Sep 2007 13:36 GMT | 3 |
I want to use VC++.Net 2005 to automate Microsoft word.I have checked the code available online for C# but the code could not be translated as it is to VC++ as the compiler was giving errors for the properties could not be found. Below is the code where i am stuck,Please help.
|
| Weird problem with Outlook, WebBrowser control and Windows Server 2003 | 18 Sep 2007 12:58 GMT | 3 |
I have an applaction, that is an addin for Outlook. It opens a form with a WebBrowser control wich then shows a page from a Webserver. It works fine, but when I installed it on Windows Server 2003 the page didn't get shown in the WebBrowser control.
|
| Relicate default error page | 18 Sep 2007 11:22 GMT | 1 |
I'm using Application_Error in Global.asax to send myself an email when a server error occurs on my site. It's been working fine. However I just realized that by using this override, the error message no longer is displayed to the user. So I just want to include some code
|
| DataGridView with datatable, how prevent view all column? | 17 Sep 2007 20:45 GMT | 1 |
Datagrid view bound to datatable, view all fields from table, even I add some column to DataGridView. to prevent it I must add all clolumn to grid and set them unvisible except the column that I want to be visible.
|
| futher comments\tips\hints or feedback for www.quiznetonline.com | 17 Sep 2007 18:05 GMT | 2 |
I was in the progress of developing a web site whereby developers can do free online tests on various programming languages. After initial feedback I managed to fix quite a few issues and changed the look and feel. I was also wondering what is the performance like.
|
| Using UDP sockets with large chunks of data... is there...? | 17 Sep 2007 18:02 GMT | 7 |
I'm trying to use a UDP socket between two (or many more) applications (actually, the same app, but on different machines). For the vast majority of the messages, it's perfect because it transfers between 10 to 50 bytes. The protential problem arises when two of these messages ...
|
| Inter Process Communication | 17 Sep 2007 16:50 GMT | 1 |
I am developing one Windows App. I want the user should run only one instance at time of application. But i have also two variant of this Assembly in same code which depends on some file of current application folder. I dont want that user can run same variant at time, but user ...
|
| System.Net.Mail SmtpClient SMTP Quit Command | 17 Sep 2007 15:15 GMT | 3 |
I am using System.Net.Mail for sending mail. How do I force a SMTP Quit command (SMTP session termination) with the SmtpClient class ? Even when the SmtpClient object goes out of scope and I reinstantiate the
|
| Newbie looking for Download .... | 17 Sep 2007 12:36 GMT | 1 |
Hope your all well? I just wonder if anybody knows where I can find a downloadable Knowledge Base or Helpdesk using Winforms with Code for either C++, C#, or even VB? Needs to either have a Access Database or use XML. I`ve search on Google but to no avail.
|
| Bug in Graphics.DrawString ? | 17 Sep 2007 07:12 GMT | 4 |
If you draw a string that consists of repeating lower case characters 'i' or 'l' or 'j' then starting from 20th character the space between characters is more than that before 20th character. I got this with a font "Microsoft Sans Serif" size 8.25
|
| is there some per-process-limit on memory in .net processes? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory. | 17 Sep 2007 02:44 GMT | 1 |
is there some per-process-limit on memory in .net processes? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory.
|
| How to ensure a reference, bin and obj folder is in a new project? | 17 Sep 2007 02:15 GMT | 1 |
1)When using VS 2005 and VB.net when wouldn't the: reference folder, bin folder, obj folder not be present after creating a VB net Windows Application and only the form1.vb and MyProject folders only be created?
|
| Is there a way to save load a bitmap from a web site without saving to a file | 16 Sep 2007 20:10 GMT | 3 |
So, is there a possibility not to use at the way: system.net.client(url, file_name) dim b as new bitmap(file_name), but to have some way to load it directly o a bitmap?
|