| Thread | Last Post | Replies |
|
| Publisher Policy | 11 Feb 2005 16:10 GMT | 3 |
I need help understanding how to upgrade an assembly in the GAC. If I have 1.0.0.0 installed in the GAC. And I have just compiled 1.1.0.0, but have not put it into the cache. How do I make all assemblies using 1.0.0.0, use 1.1.0.0, without modifying their assembly references.
|
| Handling exceptions in a Windows .Net Service | 11 Feb 2005 15:43 GMT | 4 |
Has anybody successfully added a “Catch All” Exception Handler to a Windows Service? I’ve tried adding a handler to the AppDomain’s UnhandledException event. This works Ok in Windows.Net Forms applications, but although this compiles
|
| Puzzled about the versions and service packs | 11 Feb 2005 15:26 GMT | 2 |
I am somewhat puzzled now about the .NET framework installation stuff: There apparently are two minor versions of the framework: ver 1.0, and ver 1.1. There is a version 2.0 in beta stage. Ig I am setting up the .NET framework on a new computer, should I install
|
| Custom Attribute to cause Compile Errors/Warnings | 11 Feb 2005 13:35 GMT | 1 |
Hi I'd like to create an attribute similar to ObsoleteAttribute, that would cause a compile warning or error. Can anyone help me out on this? thanks
|
| Nested GroupBoxes | 11 Feb 2005 12:54 GMT | 5 |
I am having a Tab Page where I need to place nested GroupBoxes. Based on an XML file, I get the information about the size, loocation and Name for the GroupBoxes. I create a GroupBoxes and make one as Child of another.
|
| Cannot remove assembly from cache | 11 Feb 2005 12:33 GMT | 1 |
I tried to remove assembly from Framework 1.1 Configuration, it says 'Error removing assembly' I then hit the gactil which results the following Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573
|
| Message Queueing + Database = Memory Leak?? | 11 Feb 2005 10:53 GMT | 2 |
I have the following code that when being executed results in MemoryStream and XmlTextWriter objects not being Disposed proberly. When text send to queue is quite long it might take 100MB of memory within seconds!!!
|
| Visual Studio DataAdapter Wizard | 11 Feb 2005 08:31 GMT | 2 |
I am exploring the possibility of creating a data transforation program that uses an Access Database with some fairly large table schemas. Although Access has no problem with tables containing a large number of fields the Data Adapter in Visual Studio 2003 does.
|
| C# Pocket PC and .NET framework | 11 Feb 2005 06:33 GMT | 4 |
How can I use .net framework with C# in order to program a PocketPc program, while still getting the benfiets of visual creating the windows (like with embedded Visual basic. o or something)? Is this possiable? Any good documentation on this?
|
| MSDN Exception Documentation | 11 Feb 2005 05:46 GMT | 10 |
Where can I look in the MSDN to find documentation on what exceptions a class might throw? Looking at the class and method descriptions, it does not seem odvious. Google is not much help either. Thank you, Ryan
|
| Trying to learn VB.net easy question, maybe | 10 Feb 2005 23:50 GMT | 1 |
Hey guys trying to learn VB.net. Taking a class and we are working on a project. I think I might be trying to work farther ahead then I should. But here is the situation. I am writing a program to calc the size of a pizza along with toppings to go
|
| Enterprise Library | 10 Feb 2005 22:08 GMT | 1 |
We are a company whose IT development will be standardized on VS .Net C#. We are reviewing tools that could help with development/standardization and have seen Enterprise Library. Can anyone offer some insight and experiences in using this tool?
|
| Alert another session, how? | 10 Feb 2005 21:49 GMT | 3 |
Is it somehow possible to alert all other sessions than the current, that something has changed making all other sessions take appropriate action.... If yes, what should I be looking into ?? TIA
|
| Deadlock Problem | 10 Feb 2005 18:45 GMT | 9 |
I have a MDI WinForm Client App. I keep a static Master DataSet and a static Master Hashtable. When I connect to the Server, it sends me a Master DataSet and I copy it to the static Master DataSetand also create a static Master Hashtable with DataRow as value and Symbol as a key. ...
|
| WebServices without IIS | 10 Feb 2005 17:51 GMT | 10 |
how to create a web services living on its own? (no web server!) any links, pointers?
|