| check service pack version (3 replies) |
| microsoft.public.dotnet.framework |
| How do I check what .net framework service pack is applied on the computer? I tried the control panel/add remove. But could not find it. Any help is appreciated. Henry |
|
| Other FrameWork (2 replies) |
| microsoft.public.dotnet.framework |
| Hi group I wonder which are the others FrameWork there is the Windows FrameWork , the Linux framework which is beiing developped. Is there a Mac OS FrameWork ? Is there a Palm OS Compact FrameWork ? what about others OS ? thank you to reply or give link :) ROM |
|
| Installing framework - check system requirements (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| Greetings, I will be deploying vb.net 'windows' applications in the future. From what I understand, the .NET framework MUST be installed to run .net applications. The machines in our apps run have many different configureations/os/etc. Is there a program that just checks the system compatability and does NOT install the framework. It would run and the check the following: Verify the Operating Syst... |
|
| ANN: .NET Framework 2.0 Beta 1 (9 replies, VIP) |
| microsoft.public.dotnet.framework |
| ..NET Framework Version 2.0 Redistributable Package Beta 1 (x86) http://www.microsoft.com/downloads/details.aspx?familyid f1232c37 0fee 4aa6 aa89 b6dcefc0873b Download (at your own risk): http://download.microsoft.com/download/9/6/6/9666067a 660f 48e0 a755 a83a81036b67/dotnetfx.exe (note, NT4 no longer listed as supported..) http://msdn.microsoft.com/netframework/ Thomas Scheidegger MVP .NET 'NETM... |
|
| Starting a remote process (3 replies) |
| microsoft.public.dotnet.framework |
| Does anybody knows how can I execute a process from one machine in another one? For example: I m executing a "From.exe" file in a machine A, and the code of "From.exe" in that machine execute another "To.exe" file in machine B, so the machine B now have a process called "To.exe" running. Is that possible? Thanks!!! Ronan |
|
| MTS in .NET (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hello all, I was wondering if Microsoft has provided an alternate API or tool for MTS. Or its the same usage in .NET. Saj. |
|
| AxInterop.MSMask not found (2 replies) |
| microsoft.public.dotnet.framework |
| I need to use this on a client's machine. Where will I find this assembly? I only have the framwork installed on the client machine. |
|
| Garbage Colletion (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi, I want to know how to make certain that those unreferenced memory blocks are reclaimed by GC after GC.Collect() is called. By the method of GetTotalMemory, it seems all of alloctated memory is collected correctly after that call.But the result is a lot different when I use the System Task Manager to watch by right mouse button on the taskbar in the desktop, the used memory is almost increasing... |
|
| Machine\User cannot modify file (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| hi, i wrote a simple Update Application which downloads files from ftp server to client side, and it will delete the old files after download the new ones. but i found the User Group on client machine doesn't have the permission to modify files my application throw exception and cannot update. is there any solution to make it work? |
|
| Main advantage of .NET (13 replies) |
| microsoft.public.dotnet.framework |
| Dear NG, I hope I am not off topic. My question is, what is the main advantage of ..NET? If I want to sell my boss .NET for a Web/Desktop/Mobile solution, where is the main advantage? What is "new", "better" or "innovative" in ..NET? What is now, with .NET, possible? What business challenges can be solved with .NET better than ever before? Thank you very much for your answer. Rudi |
|
| Overflowing a DataView's RowFilter (3 replies) |
| microsoft.public.dotnet.framework |
| Greetings, I'm trying to let my users dynamically filter records from a table that relate to other tables. RELATIONSHIPS: [CustomersTable].[CustomerID] [OrdersTable].[CustomerID] [SalesRepsTable].[SalesRepID] [OrdersTable].[SalesRepID] There is a Many to Many relationship between CustomersTable and SalesRepsTable. On my Windows form, I basically dump all the SQL Server column names as text boxes a... |
|
| Are assemblies built at the project level? (4 replies, VIP) |
| microsoft.public.dotnet.framework |
| Basically, my real question is "Can an assembly house code from multiple languages or must each assembly contain code from only one language?" I would like to create a single assembly that has code from a C# project and also from a VB project. Impossible? |
|
| Using static methods in apotentially multithreaded environment (10 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi all, In my project I have made a number of helper methods static. As I understand it, this will create the problem that multiple threads could access the static method at the same time and interfere with one another. My question is, for each static method, do I need to lock access to only one call at a time? I've noticed that Microsofts Data Application block also uses static methods for its da... |
|
| vbc.exe compiler errors (2 replies) |
| microsoft.public.dotnet.framework |
| Hi All, While attempting to compile a simple .vb program using the vbc.exe command line compiler, I get the following errors: BC30466 BC30451 Is there any documentation that will explain what these errors are and how to resolve them ? Thanks David |
|
| How does the lock statement work? (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi! I'm using C# and have done a bit of reading about the synchronization mechanisms in .Net. My understanding is that a lock on an instance object makes sure that no other threads can access the object while locked. lock (myObj) { } I have my own collection and use lock inside the Remove and Add methods. My question is this: Is it thread safe to enumerate through the collection without a lock the... |
|
| Web site URL -> thumbnails/printscreen (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| I need to create a thumbnail/printscreen (picture gif or jpeg) of the existing website on the internet. I am able to "grab" the content of other website, but how do I create a picture from it (all I have is HTML)? I provide URL and it returns picture (printscreen) of the website. I even don't know where to start. Explanation: I need it for website where people nominate websites in certain categori... |
|
| Automatic build process + automatic NuNit (2 in 1 solution) (2 replies) |
| microsoft.public.dotnet.framework |
| Hi! Can someone tell me can I use MsBuild with NuNit today? Or is MsBuild only available for MSDN subscriptions ? Or what do you for an automatic build process automatic NuNit testing. I looking for a 2 in 1 solution (build NuNit) gicio |
|
| how to export a .net dll function (10 replies, VIP) |
| microsoft.public.dotnet.framework |
| There is any way to access a .net dll function (C#) from a C program? Thanks. Ricardo |
|
| Installer written using v1.1 (3 replies) |
| microsoft.public.dotnet.framework |
| hi all, i've got an installer which was made using VS.NET 2003 and the installer prompts a dialog requesting .NET 1.1 be installed. I have .NET 1.0 installed on this machine so is there anyway i can write a manifest for the installer that redirects it to use .NET 1.0 ? appreciate your help. thanks, |
|
| How to call CORBA component in .NET (3 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi All, I have a question on calling CORBA component in .NET. Can we first of all use CORBA comp. in .NET? I do know that we can call COM Componet but do anybody know the latest update in .NET about calling CORBA?? Help would be appreciated. Thanks, Bhavesh Amin |
|
| vb.net (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| what is difference between vb 6.0 and vb.net in the matter of passing of members by defaultly? ********************************************************************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources... |
|
| .NET 1.1 SP1 Change list (7 replies, VIP) |
| microsoft.public.dotnet.framework |
| Does anyone know where the change / bug fix list for .NET 1.1 SP1 is? it'd be nice to know what fixes will be in when it's release later this year, thanks! |
|
| strong name key pair - internal error occuring problem... (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| Hi, I have BizTalk Server 2004 and VS.NET installed on my machine. While generating strong name key pair using command sn k Test.snk from VS.NET command prompt. It throws: Failed to generate a Strong name key pair An internal server error. What am i missing here???? Thanks & Regards, Atul Shukla |
|
| Communicating with a Windows Service (7 replies, VIP) |
| microsoft.public.dotnet.framework |
| I have written an application that runs as a Windows Service. I have also written a small windows forms application to send the service some custom startup parameters. The application is also able to connect to instances of the service on the local machine, as well as remote servers. I am having trouble deciding the best way to give the client app the ability to retrieve what the current parameter... |
|
| Enumerating network adapters (2 replies, VIP) |
| microsoft.public.dotnet.framework |
| I would like to be able to enumerate network adapters and their configuration. Can somebody point out the appropriate object(s) in the dotnet framework for doing this? Thanks very much. |
|