| Thread | Last Post | Replies |
|
| 'System.InvalidOperationException' | 24 Aug 2006 19:02 GMT | 4 |
An unhandled exception of type 'System.InvalidOperationException' occurred I am getting this error when running the built executable directly from the bin folder -- however, it doesn't give me the error when I run from within the IDE
|
| Auto mail from SQL | 24 Aug 2006 16:11 GMT | 1 |
can any one tell me that how i can send email to my registered clients from sql store procedure if they meet some specific critaria. and this store procedure will automaticelly execuate after every 10 minutes and check the database. if any client meet the critari specified a mail
|
| Diagnosing System.IO.IOException | 24 Aug 2006 12:47 GMT | 5 |
I have an application that generates and moves 1000s of small text files. Every so often for some unknow reason I start to get the following 2 exceptions: System.IO.IOException: Not enough quota is available to process this
|
| ClickOnce - Setting up a staging and production versions | 24 Aug 2006 02:04 GMT | 7 |
I want to be able to install a staging version and production version on my desktop of a ClickOnce application. I have created two separate virtual directories on a web server. I changed the product name in the Publish - Options dialog. When I install from the staging location ...
|
| HttpModule not working with GAC | 23 Aug 2006 19:38 GMT | 1 |
I am facing this strange problem here. I have created a custom HttpModule to filter the response. It worked fine when i tested it as a part of my existing project. But when I created a new project and got a dll after strong naming it and putting
|
| System.Net.Mail.SmtpClient | 23 Aug 2006 18:50 GMT | 2 |
I am using SmtpClient.Send method to send emails from a windows service running under LoacalSystem credential. This program does not receive an exception when the Send method is called for a bogus email address. I am using my email address as FromAddress. The Host property is ...
|
| 'System.InvalidOperationException' | 23 Aug 2006 17:33 GMT | 2 |
An unhandled exception of type 'System.InvalidOperationException' occurred I am getting this error when running the built executable directly from the bin folder -- however, it doesn't show when I run from within the IDE (Debug).
|
| javascript to datagrid itemtemplate textbox | 23 Aug 2006 15:47 GMT | 1 |
How do i pass a javascript value to datagrid itemtemplate textbox using javascript. Kalaivanan
|
| .Net x64 / x32 incompatibility "is ambiguous in the namespace" | 23 Aug 2006 14:07 GMT | 1 |
I ma trying to compile my XP x32 build after reboot into XPx64 as native x64 application. In VS2005 I changed my VB.net configuration to x64 and changed the reference path to point to c:\windows\microsoft.net\framework64 (before it was without the 64). Most things fell into ...
|
| Windows Service project and how to debug | 23 Aug 2006 08:23 GMT | 3 |
I created a Windows Service project, the installers and the setup project for the service. Now I have the service installed but once I start it up, it's taking 100% CPU and not doing anything. I tried attaching the visual studio debugger to the win service process but it's not ...
|
| Drawstring inserts spurious linebreak after character #132 | 23 Aug 2006 01:26 GMT | 3 |
I am using DotNet v1.1.4322. This issue can be replicated with various text fonts - but is easiest to see using WingDings. 1) Create a string which includes character #132
|
| Display device list | 22 Aug 2006 23:02 GMT | 5 |
I want to have a list of the display devices available on the computer, just like the Settings tab do in the desktop properties... What I need is the DeviceID, it's rectangle(left, top, width, height) and if it's active or not.
|
| MSHTML.DLL | 22 Aug 2006 22:42 GMT | 1 |
I am using MSHTML.DLL from a .NET v.1.1 Application. I noticed that the application is loading both the .NET Framework 1.1 AND .NET Framework 1.0 (because of MSHTML.DLL). How do I stop this from happening? -- *2* frameworks in memory is no good.
|
| Problem with simple calculation | 22 Aug 2006 22:39 GMT | 2 |
I am currently using the following Studio 2005: 8.0.50727.42 (RTM.050727-4200) .NET Framework: Version 2.0.50727 When doing the following in C#
|
| Windows service on a cluster | 22 Aug 2006 22:24 GMT | 4 |
We have many servers setup as a cluster. When one server crashes, another one take the relay... We want to know if it's possible (I suppose it is) to make a Windows service developed with .NET 2.0 work in a cluster environment. I mean, how to make sure the service will take the ...
|