| Thread | Last Post | Replies |
|
| Generating code in a different AppDomain | 05 Aug 2006 15:23 GMT | 3 |
I've got a working project which runs as a service, and performs various simple calculations based on data provided to it in a database. Other data within the database describes the operations which must be performed on the data. (Essentially, there is a table called
|
| Install mscoree.dll error! Please Help | 05 Aug 2006 14:48 GMT | 2 |
My spam control server needs mscoree.dll to run. I have installed one copy into the Winnt\system32 folder. But when I run the software, it returned me an error message: Please set registry key HKLM\Software\Microsoft\.NETFramework\InstallRoot to
|
| form filling on WEB SERVER and PDF protection | 05 Aug 2006 10:45 GMT | 1 |
Hi, I need to programmaticaly (.NET) fill some fields of a PDF document, then produce a protected PDF, only printing allowed. I had a look at using Acrobat.AcroPDDoc object and Adobe SDK but stopped after trying to make it work on a windows server 2003 os, as it
|
| Change management | 05 Aug 2006 00:22 GMT | 1 |
What is meant by change management in deployment?
 Signature Regards Ginny
|
| Visual Studio 2005 DataControls | 04 Aug 2006 20:18 GMT | 3 |
I just installed Visual Studio 2005 and started a Visual Basic Windows project. I wanted to drag a SQL Connection and Data Adapter onto the form. They don't show up in the Toolbox. Am I missing something? (other than grey matter!)
|
| application folder | 04 Aug 2006 19:59 GMT | 2 |
How do I get the application folder in .net, which is where the exe located?
|
| .NET components | 04 Aug 2006 19:56 GMT | 3 |
Are the components available as part of .NET 2 or add ons for Active Driectory Terminal Services Dial Up Networking.
|
| Loose coupling | 04 Aug 2006 19:25 GMT | 1 |
What is meant by loose coupling and high cohesion? Can anyone explain with examples?
 Signature Regards
|
| System.UnauthorizedAccessException while importing data from Excel | 04 Aug 2006 18:51 GMT | 1 |
Hi I am Importing data from Excel sheet to our ASP.NET Application. It works fine when i run the code. But when i create installer for the same and try to import Excel file through installed application it gives me error as:
|
| Modifying Security.config file | 04 Aug 2006 15:58 GMT | 3 |
I'm modifying the c:\windows\Microsoft.Net\Framework\V1.1.X\Config\security.config file when I install my c# application. I use the XML namespace to include some policies, but when I start the "Microsoft .Net framework configuration tool" all the
|
| AssemblyResolve event not being activated for project | 04 Aug 2006 15:48 GMT | 1 |
Short Description: When I change the reference to an external library to copylocal=false, The application does not seem to even hit the first line of code before throwing a Assembly not found exception. Making it such that I can't employ the
|
| Unhandled Exception in Windows Service | 04 Aug 2006 13:33 GMT | 7 |
Hello, I need to know if the AppDomain.UnhandledException event can be handled using a Windows Service. I've create a Windows Service that uses the Exception Handling Applilcation Block and there are certain exceptoions that
|
| Tooltips for asp.net List boxes | 04 Aug 2006 09:45 GMT | 1 |
I have a Listbox in which the items length is more than the list box width. So I am looking for some code to assign a tooltip for each item in Listbox. Can some one help me in this? Is there any way like using javascript or something like that?
|
| MemoryStream as buffer for incoming data | 04 Aug 2006 08:46 GMT | 2 |
I guess this counts as a rather adventurous use case, but can the MemoryStream class somehow be used for buffers (eg. in socket communications) that fill the MemoryStream's internal byte array directly instead of using the stream's Write() method?
|
| Deploying multiple IIS Servers. | 04 Aug 2006 06:05 GMT | 2 |
I have a .NET application which is currently deployed using a single app server (IIS). I want to use multiple IIS servers for the application....primary reason being perfromance improvemnet for the site.
|