| Thread | Last Post | Replies |
|
| Can I have a Datatype with (Value, Key) pair? | 11 May 2004 07:35 GMT | 1 |
Can i have a datatype of (Value, Key) pair in .Net. My need is, I need to access the value randomly by supplying the key. That means if I am geving the Key as an argument
|
| Create a com object to call a Winform | 11 May 2004 04:27 GMT | 2 |
I need to create a com object that displays a Winform. This com object will be referenced from a VB 6 app.
|
| .NET on my own HTTPS server. Can't create project because the sertificate is invalid | 10 May 2004 22:38 GMT | 1 |
My server uses sertificat that was issued by our company's sertificate manager. When I try to connect to the site from VStudio 2003 (add new web progect: https://mysite)
|
| Application Blocks: ExceptionXmlPublisher log viewer? | 10 May 2004 18:52 GMT | 1 |
I'm using the ExceptionXmlPublisher provided by Kirk Evans. Is there a log viewer or xsl stylesheet to read the xml put out by the publisher? It's not well-formed xml (no root element) and it's deep. Any help would be great.
|
| Printing Problems | 10 May 2004 17:19 GMT | 1 |
I have built an application for a client that includes printing functionality. I have produced some code that uses the System.Drawing.Printing classes to output a table that I have drawn, and you can preview and print the document. The preview and printing works perfectly from my ...
|
| Question on installing VS2003 | 10 May 2004 17:01 GMT | 1 |
I have an older version of .NET on my machine, but I can't uninstall it because when I try to, I get a message saying that it can't determine the uninstall order. Can I just install 2003 without uninstalling 2002 and it will be fine?
|
| Receive ServiceName as Argument using SCM? | 10 May 2004 15:20 GMT | 1 |
I have wrote a Windows Service using C# classes, which contains only one service I have installed multiple instance of this service e.g. First service name is "MyService1" and second service name is "MyService2" They both run same executable, but with different parameter. And I am ...
|
| How to deploy new report files to distributed clients? | 10 May 2004 15:14 GMT | 3 |
Didn't get any takers on this post this morning at dotnet.General, so I'm reposting here. First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got all the merge modules added to the project
|
| Downloadable .Net Application | 10 May 2004 13:03 GMT | 3 |
Using C# to develop an application which is supposed to be downloaded from the internet, brings me to the problem of .Net framework size (23 MB Is there any compact version of .Net framework for windows 98 and XP ?
|
| cannot find components | 10 May 2004 11:41 GMT | 2 |
i installed vs.net in windos 2003 server also installed IIS6 But after that whenever i open a new project in asp.net with vb.net i get message like following
|
| Offline Application Block | 10 May 2004 09:48 GMT | 4 |
The Offline Application Block sample code works really well. I am looking for one peice of functionality that they did not include. I would like to find out if a host computer is available, and even a particular web service. Once it has detected those, then I would like to be ...
|
| Automating Installation of Windows Service | 10 May 2004 08:21 GMT | 1 |
I am installing a WindowsService using InstallUtil. This prompts for the UserName and Password. Since I have 4 Services, it prompts 4 times. I dont see InstallUtil taking any command line parameters for username and
|
| WMI SQL Queries with Joins | 10 May 2004 08:03 GMT | 2 |
In the samples I saw with WMI, we can use a SQL like query to get system information ( "Select * From SomeWMIClass" ). Can I use joins to get WMI classes correlated data ?? For example: I want to join Win32_NetworkAdapter with Win32_NetworkAdapterConfiguration to get a result set ...
|
| Event Handling Problem | 10 May 2004 07:48 GMT | 1 |
Hi Ther I have an ASP.NET user control which contains a test panel defined as follows <asp:Panel ID="TestPanel" Runat="server" / In the OnInit method I designate an event handler to handle the user controls PreRender event and in the PreRender event handler I create a button as ...
|
| threading synchronization question | 10 May 2004 07:48 GMT | 1 |
I have a question regarding the Event classes. The ManualResetEvent class exposes the WaitOne(int,bool) method. Now I am familiar with threading, events, mutexes, synchronization issues, etc, but I am still baffled by the second parameter to this method. This is
|