| Thread | Last Post | Replies |
|
| Need some advice on invoicing | 13 Jul 2006 03:09 GMT | 1 |
I have searched the internet, but havent seen any sample on large scale invoice printing. I am tasked with this project of rerieving data form a database and printing invoices on a daily bases. There will be about 2000 invoices printed on a daily basis.
|
| subversion and VS2003 | 12 Jul 2006 21:31 GMT | 2 |
any one use subversion to do SC with Visual Studio 2003? if yes, can u share ur experience to us. Thanks in advanced.
|
| Installaing assembly in GAC without strong name | 12 Jul 2006 18:31 GMT | 1 |
Is it possbile to install the assembly in GAC without signing it and creating the strong name? If i direclty register an assembly using gacutil /i <assembly>, it give me an error saying cannot install the assembly as it is not given a
|
| dataset and dataview | 12 Jul 2006 18:08 GMT | 1 |
If I set a dataview to equal a table in a dataset, then filter that dataview, how can I reflect this back into my dataset? TIA, Amber
|
| COM CLSID | 12 Jul 2006 17:41 GMT | 1 |
When attempting to run the solution i am getting "COM object with CLSID {hex reference} is either not valid or not registered". I have looked in the debug and it shows a list of items where the symbols have not been loaded (not quite sure what that means), alot of which are
|
| Registering .Net 2.0 assembly in GAC | 12 Jul 2006 16:59 GMT | 3 |
I have created a simple .net class library AdapterLibrary.dll, which contains a single class definition AdapterLibrary.Service (code at end of posting). I have signed the assembly and I attempt to install in the GAC.
|
| How to Draw Checkbox in ListView OwnerDraw | 12 Jul 2006 15:31 GMT | 1 |
I'm using OwnerDraw for some customization in my ListView - adding color to item backgrounds. I'm using the ListView specifically for it's OwnerDraw capability. I originally was using the CheckedListBox control but it has no OwnerDraw. I have not found a way to draw the
|
| SQLCommandTimeout | 12 Jul 2006 14:59 GMT | 2 |
I am running into query timeouts in my ASP.NET web application and need some help. I found out about the SQLCommandTimeout Property that can be used to reset to extent the timeout period past the default 30 seconds. Since my DataSource is filled using the designer settings, I ...
|
| Interop question | 12 Jul 2006 14:42 GMT | 2 |
[ StructLayout( LayoutKind.Sequential )] public class RAWINPUTDEVICELIST { public IntPtr Device;
|
| Silly Questions on 404 Error (ASP.NET 2.0) | 12 Jul 2006 14:18 GMT | 2 |
- What is the difference between setting up 404 error page in web.config file and in hosting site (such as 404 Error behavior in godaddy.com)? - Do we need to set up at both web.config and hosting site to get 404 custom error page?
|
| Blink label's text | 12 Jul 2006 13:29 GMT | 4 |
How can I get a blinking text for a lable. Iam working in a window appln using framework 2.0 and VS 2005. Thanks in advance, Bharti Kumar.
|
| Launching a program from C# | 12 Jul 2006 12:02 GMT | 1 |
I need to be able to make a registry change (trust me, I don't like it either) and then launch an external .EXE from a small C# program. I've done a Process.Start, but when my program exits the external .EXE is exited/shutdown as well. What can I used to I start it up and keep it
|
| How to hide code of .NET dll [aspnet + c#] | 12 Jul 2006 11:41 GMT | 6 |
I have found few days ago that .NET dll can be reversed to view all source code. I have used Dotfuscator but it only renames variables etc. I want to hide code.
|
| VS2005 VB.Net SMTPClient with SSL and Authentication | 12 Jul 2006 09:38 GMT | 1 |
Cannot get the SMTPClient to work with a Smart Host provided by Cable and Wireless to the NHS in England using SSL and authentication. It works using Outlook 2003 client and our code works with a W2K3 Virtual SMTP Server installed here for testing. Also the same code works with ...
|
| vb.net 2005 windows service | 12 Jul 2006 05:34 GMT | 1 |
Where can I find information on creating a windows service in vb.net 2005? Is it the same as 2003? Thanks
|