| Installing assemblies into the gac... (4 replies) |
| microsoft.public.dotnet.framework.sdk |
| Why when I install an assembly into the gac is it not seen in the 'Add Reference' dialog box under the .NET tab??? Everything works just fine, and I can see it in the 'WINDOWS\assembly' folder just curious why it doesn't show up in the VS .NET dialog box when you try to add a reference in your application.... using VS .NET 2003, I've tried the gacutil and windows installer methods as well as just ... |
|
| .NET 1.1 install failed. (3 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi, Today I tried to install .NET framework 1.1 SDK. Then this message showed "Before you can install Tools or Samples, Microsoft .NET Framework 1.1 must be installed. However you can choose to install only the documentation. Click Previous to change your options or click Cancel to exit Setup". I then tried to install only "software development kit", it did not work either. Anyone has any idea? Th... |
|
| Using a Stream to Download Excel Files (5 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I need a functionality where my clients download Excel files and after they do, I do some processing. Downloading is easily achieved using a anchor or hyperlink tag, but that does not give me the full functionality I am after. So, I came up with a way to download the files using a stream but after I download the file and try to open it in Excel I get garbage. This is the code I use for the downloa... |
|
| .NET Framework Upgrade (4 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hello, I have the Visual Studio .NET 2002 with .NET Framework v. 1.0. Can I upgrade ..NET Framework from v.1.0 to v.1.1 with .NET Framework SDK 1.1 and continue to work with my Visual Studio .NET 2002? Serge |
|
| Framework 1.0 to 1.1 conversion (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi all, We are using Framework 1.0 for all our ASP.NET and Windows application projects. We plan on going to Framework 1.1. On MSDN, they say that for Windows application, we have to add a section in the configuration file so the application will be forced to use the 1.1 framework. For an ASP.NET Application, on installing, the 1.1 Framwork, the ISAPI filter will automatically change to the 1.1 fi... |
|
| How can you close a form from a class library? (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi, This question is about VB.NET but any working .NET solution would be helpful. I have a Form (Form1) that uses a class (Class2) from a Class Library. I want Class2 to be able to close Form1 if it runs into a problem in its processing. However, it does not seem possible to call "End" or "Application.Exit" inside Class2 because it is in a Class Library. Is there a way to do this? I realize that I... |
|
| Windows Hook? (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| how would i go about putting a windows hook callback proc in a class? J. Pederson |
|
| How to distribute a C# Application (4 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi I have written a C# application uding MS Visual Studio .NET When runnig the program in another maachine i get an error message "Program failed to initialise properly" I belive i need to intall CRL... How can i create a setup program which will run my C# program in another machine. Regards Ali |
|
| How to avoid console window? (3 replies) |
| microsoft.public.dotnet.framework.sdk |
| I have an application that has its static Main function defined in a derived Form class. When my application starts running, a console window is displayed and remains until I exit the application. My main form does display, on top of the console window. Other Windows Forms applications I have writen never display a console window. The only difference I can identify in this application is the main ... |
|
| using csc (5 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I ran vcvars32.bat, but I am unable to run csc from the command line. Docs do not indicate how to troubleshoot. can someone help? |
|
| Dial-up support in .NET? (3 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Can anybody tell me whether there is support for dial up connections in .NET? I am using c# and would like to setup and manage a call. In the olden days I used RasDial, is there a .NET equivalant or other method? Thanks for any information, curt |
|
| comments regarding the MSDN Yatra seminar held at Hyderabad,India regarding ASP (3 replies) |
| microsoft.public.dotnet.framework.sdk |
| To, Microsoft. Hi guys. I am Srinivasan S Saripalli. I am a Windows VC Programmer from Hyderabad,AP,India.I have been to USA for some period of time and now I am in Hyderabad,India.I used to regularly attend seminars in USA and I do the same in Hyderabad as part of MSDN Yatra.I find something strange regarding the seminar(s) held at Hyderabad,India. I find that apart from the food offered at some ... |
|
| HELP running QuickStart Samples (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Can anyone offer advice ? I am trying to run the QuickStart Samples. I Installed MSDE and added the sample Databases but running into problems when trying to grant access to the ASPNET user. The documentation ; .. For Windows Server 2003 family systems running IIS 6.0 replace ASP.NET User Account with 'NT AUTHORITY\NETWORK SERVICE' .. For all other cases replace ASP.NET User Account with 'MACHINEN... |
|
| determining process owners programatically (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Would anyone be able to provide insight as to how it would be possible to generate a list of processes and process owners programmatically witn VB .NET. The output I am attempting to create is an ADO recordset with process name PID and process owner. I am looking to accomplish this on the local machine only. |
|
| Error while installing the .NET Framework SDK 1.1 (3 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi, I get the following error message while trying to install the .NET Framework SDK 1.1 on a Windows 2000 Server: *************************************************** Ngen.exe Application Error ngen.exe Application Error The instruction at "0x791cfea1" referenced memory at "0x00000050". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program OK Can... |
|
| about RegistryKey class (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| hi, everybody, I look the manual, it say "To get an instance of a RegistryKey, use the static member OpenSubKey". But I find OpenSubKey method is not static. How can I create an instanse of a RegistryKey? thanks |
|
| Removing sample assemblies from the GAC? (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| Hi, How do I remove the Reverser sample assemblies which are added to the GAC when building the deployment samples? I have tried "gacutil /u reverser" and manually deleting them from the GAC folder, but I keep getting this error message: "Assembly 'Reverser' could not be uninstalled because it is required by other applications." What am I missing here? Regards, Thomas |
|
| .NET Framework SDK Samples Configuration (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| I'm a developer & new to .NET. I'm following the QuickStart Config Details on an XP pro notebook. When I get to the step, Granting Access to the ASPNET user, I get an error on the first command. This is: osql E S (local)\NetSDK Q "sp grantlogin 'MACHINENAME\ASPNET'" where I am inserting my computer name for MACHINENAME. The error I get is: "Windows NT user or group 'COMPUTER01\ASPNET' not found. A... |
|
| console argument in VS .NET (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| hi, everybody, I create a console program, can I give it some argument when I run it from VS .NET ? thanks |
|
| Creation of temp folder (2 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I heard that any .net object can create a temporary folder. I need that because of downloading files from a webpage to the client with correct user affiliation to prevent file access crashes. Can anyone help me where to find this info or this object. Best regards Harald |
|
| dynamically changing the menu ! (3 replies) |
| microsoft.public.dotnet.framework.sdk |
| hi there , i am trying to develop an application where i have to change the menu dynamically . i am new to mfc programming . is there any chance of doing do . if so , how can i do it . regards , vinod |
|
| Network Adapter configuration (3 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| How can I programmatically configure an ETHERNET ADAPTER to use DHCP in a WORKSTATION that can be running Windows 98/ME/NT/2K/XP? Can I do it with a managed code using C# ? If not, how can I do it with VC / Platform SDK? Thanks in advance, Alvaro Pereira |
|
| Arabic support (2 replies) |
| microsoft.public.dotnet.framework.sdk |
| I am not sure if this is the right group, but maybe someone can direct me. I want to write an application for a arabic co. they requested that the interface should be in arabic. I am using MFC, how can I make it to show arabic GUI. Regards Viper |
|
| how to programatically(from a resource) add version info to an exe. (6 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| Hi, We are developing an exe and want to add version info programatically ( from .resources ). How to do that using framework classes. Thanks Nagaraju |
|
| Monitoring TCP/IP traffic (4 replies, VIP) |
| microsoft.public.dotnet.framework.sdk |
| I need to write a program that will monitor (and log) all packets sent between two devices (one is Windows XP workstation and another is a third party unit) communicating via TCP/IP interface. Please advice where I can find any info as to how to get started. Thank you. Eugene |
|