| Thread | Last Post | Replies |
|
| Window Service Description Question | 28 Sep 2005 19:37 GMT | 6 |
I wrote my first window service and when I go into the services section on the server to see it there is no description of the service and I'm wondering where in my service code can I put the description show it shows up. Thanks
|
| How to get location of "Temporary ASP.NET Files" folder | 28 Sep 2005 16:38 GMT | 2 |
Is there a way to find the following path through C# code - "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files" The only solution I have is to get the registry value of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\
|
| Write to Windows Event Log | 28 Sep 2005 16:04 GMT | 1 |
I have code that calls System.Diagnostics.EventLog.WriteEntry to write exceptions to the windows app event log. However by default you have to be an admin to write to the application event log. Is the best way to enable this to give write permissions to
|
| How to detect system architecture | 28 Sep 2005 15:31 GMT | 4 |
I need to link with some external native library from a managed program written in c#. I want my program to run in any cpu, so I need to link to the appropriate external dll.
|
| DictionaryBase: enumeration out of order | 28 Sep 2005 15:21 GMT | 1 |
I implemented a collection inheriting from DictionaryBase. I noticed that, adding instances via Add method, when I enumerate the elements stored they are returned in a different order compared to input. I attach an example like that published on MSDN.
|
| ExecutionEngineException ... | 28 Sep 2005 14:49 GMT | 2 |
Hi people, What should I do with an ExecutionEngineException? It suddenly appeared in my code but documentation sais that it could be thrown from anywhere... Thanks,
|
| Passing a SQL Input Parameter to a Crystal Report Subreport | 28 Sep 2005 10:26 GMT | 3 |
I'm successfully passing a SQL Input Parameter when calling a Crystal Report, so that the user doesn't get prompted. But I can't seem to find a way to pass it the subreport. Code for main report:
|
| Async processing? | 28 Sep 2005 07:04 GMT | 11 |
I am sort of new to this aspect of .NET so please forgive me if that's a FAQ. I have a Windows Form that has to perform a lengthy operation when the user clicks a button. While the operation is in process, the user will not be able to do anything else from the UI but I still want ...
|
| displaying a pdf file in a .net page | 28 Sep 2005 00:54 GMT | 1 |
I have a default page and image page. The default page calls a web service, passs three parameers are retreives the URL for the pdf documnt sitting in my images folder. Once I get the URL I need to display the pdfdocument on the images
|
| Installation Failure - Help Pleasse. | 27 Sep 2005 23:45 GMT | 3 |
G'day to all. Trying to install VS.NET on WinXP (SP2). I keep getting an error messages that says "Please go to the Windows Control Panel to install Windows Components"
|
| VS.NET Application Wizards - Do I have the 'complete' set? | 27 Sep 2005 22:37 GMT | 2 |
I'm brand new to writing managed .NET and I'm having some confusion following the simplest of tutorials as I believe that my application wizard in Visual Studio .NET 2003 may not be all it should be. I read "Open Visual Studio.NET and create a new WinForms application called
|
| ConnectionString Error | 27 Sep 2005 20:57 GMT | 1 |
I am buffled by someone not being able to connect to a SQL 2000 instance using C#. The connection string is as follows, <add key="ConfigString" value="Persist Security Info=False;Integrated Security=SSPI;database=SQLApp;server=SAM-NUB10\INSTANCE1"></add>
|
| Retrieve the property name - How To? | 27 Sep 2005 20:15 GMT | 6 |
Imaginate you have one method that accept some arguments like: 1- a control 2- un Type (MyType)
|
| Memory usage bug... | 27 Sep 2005 19:02 GMT | 5 |
When I profile my application the profiler tells me that there is roughly 4MB of memory used throughout the lifetime, which seems reasonable. However, when I start the task manager the said memory usage is 20MB right after starting the program and 80MB after running it. However, ...
|
| Detect network nodes | 27 Sep 2005 18:42 GMT | 1 |
Hello, All! Upcoming project requires periodically checking to see what nodes exist on the network, particularly those that are *wireless* connections. Thought this might be possible
|