| Thread | Last Post | Replies |
|
| AsyncWaitHandle and EndInvoke | 26 Oct 2004 17:52 GMT | 2 |
I can't find any indication in the docs whether the AsyncWaitHandle will be signalled if in an async callback the call to EndInvoke throws an exception, meaning that the call failed in some way. Also in the "Notes to Implementers" in the docs for
|
| Error creating assembly manifest: An internal error occurred. | 26 Oct 2004 16:27 GMT | 2 |
I am getting the following error and I do not have a clue as to why. Error creating assembly manifest: An internal error occurred. I get this error when I try to recompile/rebuild my ServicedComponent. I also am unable to use the sn.exe util to create a new strong named key file.
|
| several applications can no longer find the internet | 26 Oct 2004 14:07 GMT | 2 |
since installing .net frameworks i have several programs which can no longer see the internet. i am on a dsl conection. internet explorer has no trouble finding it but media player can not. neither can dungeon siege and guild wars. they had no trouble before instalation of the ...
|
| Edit FrontPage webs? | 26 Oct 2004 13:35 GMT | 1 |
Can I use VS.NET 2003 to edit my existing FrontPage web applications? If so, is there a resource to help me set this up?
|
| .NET Framework 2.0 Beta Install | 26 Oct 2004 13:33 GMT | 4 |
I'm going crazy trying to get the .NET Framework 2.0 Beta installed. I'm having trouble on some workstations in my office and not on others. Here are the last few lines of VSSWMSISummary.txt created as my install failed. I have copies of other log files as well.
|
| Configuration Application Block - SQL versus XML File | 26 Oct 2004 13:17 GMT | 1 |
When using the configuration application block what are the pros and cons of using a SQL configuration provider as opposed to an XML file configuration provider. In what situations sould you use one over the other.
|
| obtain a reference to a derived form in its base form | 26 Oct 2004 11:21 GMT | 1 |
I need to catch an exception (same exception) in many forms (tens+) derived from a base form; so I thought to make 2 methods in the base form that should handle the exception; the problem is that the code must set some properties in a mdi form, derived
|
| Directory Searcher Multi-Sort | 26 Oct 2004 10:52 GMT | 1 |
I am a newbie to .NET. I am coding a web part for SPS that returns all of the users from an Active Directory tree, sorted by attribute x (in this case, Company). This works fine. How can I sort the results within each company by a separate criterion
|
| Delegates and Events vs. Exception bubbling | 26 Oct 2004 10:43 GMT | 5 |
I am considering using an internal system that handles exceptions by calling an event. Would this be of any benefit or not in terms of performance ? This is a serviced component that uses txns using the AutoComplete attribute. After trying to solve the problem in the catch clause, ...
|
| Difference between C# and VB.NET | 26 Oct 2004 09:48 GMT | 1 |
Why microsoft recommends usage of C# (I know microsoft doesn't recommeds officially the usage of C#)? So, I keen to know the main 5 differences between C# and VB.NET.
|
| Application, IDataObject, Dataformats, Clipboard not declared/defined in a Class Library? | 26 Oct 2004 08:58 GMT | 2 |
I made some application (VB.NET 2005) based on classes in Windows Forms. I made a new Class Library Project and copied all of my classes and modules in it, to make a DLL that I could import afterwarths in Windows Forms applciations.
|
| how to allow an app running from the internet to download a file? | 26 Oct 2004 07:19 GMT | 2 |
i have an app. i allow my users to simply click on a web link and it runs. i want this app to be able to open sockets
|
| SMTP: different mail from and from addresses? | 26 Oct 2004 07:11 GMT | 1 |
Does anyone know if it's possible to make CDO send different "MAIL FROM" addresses and "From" header in a message? Our site allows users to send mail to others via the system, but since the mail originates at our servers, the MAIL FROM needs to have our address, but
|
| Mouseover dropdown menu | 26 Oct 2004 01:53 GMT | 1 |
Can someone show me or point me in the right direction as how to create a "dropdown menu" which displays the menu items as a separete layer over the top of the contents of the page below it. In classic ASP, I used xml, xsl, css and htc to render the menu (with frames). Now in ...
|
| Iterate A drive In .net | 26 Oct 2004 00:09 GMT | 2 |
I have been working on a function to iterate through folders and build a tree using recurion. This works well enough, However I am having trouble working out how to iterate
|