microsoft.public.dotnet.framework.sdk Archive - August 2004
Post a message to this list
Messages
Page: 123
Generate managed C++ proxy using wsdl.exe (3 replies)
microsoft.public.dotnet.framework.sdk
I know that this is possible becuase you can do it through the VS 2003 ide, using add web reference and then update web reference. However need to do it from the command line as part of a build process and try as I might I can not find the information on how to do this. Closest I can get is wsdl.exe help: /language: language The language to use for the generated proxy class. Choose from 'CS', 'VB'...
DotNet limits HTTP connections per server (6 replies)
microsoft.public.dotnet.framework.sdk
Hi, WinInet limits the number of simultaneous connections that it will make to a single HTTP server (see KB article Q183110). This is to comply with RFC2068. DotNet also appears to be limiting the number of simultaneous connections. The limit is applied on a per process basis. I have heard that DotNet does not use WinInet. Can anyone confirm this? WinInet is pants for high volume work (see KB arti...
IIS (3 replies)
microsoft.public.dotnet.framework.sdk
I have licensed copies of VS.Net '03 Enterprise Developer, which is working fine for development of ASP.NET apps on my XPPro/Server boxes. I need to dev on a XPHome laptop as well how/where do I download IIS for this platform? thanks
Deploying/Executing C#.Net .dll in a client/server environment (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
I have C# .dll that I created and applied to the same directory as the app .exe. In my code I use the streamreader functionality. I have the app and .dll installed local to my system and all runs correctly. I take the application and place on a drive located on the network. The application can access the .dll however streamreader errors out. Seems as though the file path (eg. c:\temp) that I pass ...
does a references, but unused, namesapce consume resources? (4 replies, VIP)
microsoft.public.dotnet.framework.sdk
I have a template that I would like to include a namespace in but I won't be using that referenced namespace til a few months from now. In the mean time, will that referenced, but not used/called namespace consume any resources? The template is going to be used by many people who will modify it to their use now, later when we roll out a new feature which will consume that namespace, they will 1. b...
Printing (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, Not sure if this is the right place for this but here goes. I want to write a little command line program that takes as arguments the name of a printer and the name of a text file and it would then print the file to that printer. All of the printing routines seem to be 'windows' related using the 'drawing' namespace. how do I use these routines in a command line program? If that is not possibl...
Problem using channels (7 replies, VIP)
microsoft.public.dotnet.framework.sdk
I am using channels to route my messages to a remote object. I am getting a error message "Unable to Process your message Rejected by the Server" from the remote object. What to do? Perin
Problem with Pointers in C# (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Dear All, I started to work with Pointers in C#. I have done a sample application. When I compile the application in VS.NET. It is giving me an error "Unsafe code may only appear if compiling with /unsafe." In Command prompt, i compiled using /unsafe switch. It is working fine. How to implement this in VS.NET. Please give me a suggestion. Ever Loving, Marketta
Can't install Net Framework SDK (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
am trying to install the .NET FRAMEWORK SDK 1.1 from CD and getting this errors: Internal error 2908 {48F78E6B EE61 4ACA BC2C 00D89DFD1435} Internal error 2908 {1D3CBB 44E2 BFEB 4CC6FB0FDA33} Internal error 2908 {CFF19309 EA6F 4C72 96F6 8FB0903F9366} Error 1935 error occured during the installation of assembly component {CFF19309 EA6F 4C72 96F6 8FB0903F9366} HRESULT: 2147319761 Installing the prod...
The .NET Compact Framework (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, I am quite new to .NET. I want to know wether I get The .NET Compact Framework SDK when I download .NET SDK. Can i write programs for windows CE with The .NET Compact. Do i need to download any simulators for Windows CE in order to run the developed programs. Thanks a lot, Chamal
Installation of Framework v2.0 Beta on Windows 64-Bit Edition (4 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, I got problems when trying to install the .NET Framework v2.0 Beta on Windows 64 Bit Edition Community Preview. I get the error 25008 "Problems during assembly installation". Can anybody help? I need this in order to install the .NET SDK in order to install the Whidbey Express Beta. Thanks for anybody's help
Updating form from another thread (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi I have a thread that does many calculation and i'd like to view each calculation result in my form synchronously. how can i do?
quickstart tutorial installation (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi: I am not able to get the quickstart tutorial working. I installed the Miicrosoft SQL Server standalone version as well. PLease help!. I also enable enabled the web server extension on windows 2003. But still couldn't get it to work. Thanks, Arthi
Windows libraries and .NET sdk (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, I want to download .NEt sdk. Do I have to download windows libraries seperately or do they come with sdk. Thanks a lot, Chamal.
I can't Install The .NET Framework SDK! (4 replies, VIP)
microsoft.public.dotnet.framework.sdk
I have downloaded it from the site and after It's Starting to Install It's Saying The Following Error Message: "Internal Error 2755. 1601, C:\DOCUME~1\EPSTEI~1\LOCALS~1\Temp\IXP000.TMP\netfxsdk.msi". What I need to do?? I can't learn now asp.net, beacause It's not working without this program! Thanks, Ofir
Problem with Pointers in C# (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Dear Friends, I started to work with Pointers in C#. I have done a sample application. When I compile the application in VS.NET. It is giving me an error "Unsafe code may only appear if compiling with /unsafe." In Command prompt, i compiled using /unsafe switch. It is working fine. How to implement this in VS.NET. Please give me a suggestion. Ever Loving, Marketta
Can't install the Net Framework SDK 1.1 (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
am trying to install the .NET FRAMEWORK SDK 1.1 from CD and getting this errors: Internal error 2908 {48F78E6B EE61 4ACA BC2C 00D89DFD1435} Internal error 2908 {1D3CBB 44E2 BFEB 4CC6FB0FDA33} Internal error 2908 {CFF19309 EA6F 4C72 96F6 8FB0903F9366} Error 1935 error occured during the installation of assembly component {CFF19309 EA6F 4C72 96F6 8FB0903F9366} HRESULT: 2147319761 Installing the prod...
Xen -The New .NET Programming Language (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi to all, where can i get more informations on Xen and is there a compiler,parser,interpreter or whatever i can get related to it? I could die for it... : ) Best Regards Kerem Gà mrà kcÃ
Browsing My Network Places With Vb.net (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi! I am trying to get all computer names on a network and place them in a combobox so that users can select them. Does anyone know how to do this with VB.Net. In vb6 there was a dialog for this but there doesnt seem to be one in VB.Net. Thanks. From: Frankie Pannell Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id 6mZHQhgq7kOUd01XvoLVxQ /Id
How can I use System.IO.Port in VS 2003 (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
I installed .Net 2.0 but I can't get System.IO.Port in VS C#.
How to get the total size of a directory? (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, How can I find the total size of a directory (with as a last resort, enumerating each and every file in the directory and subdirectories manually). Is there a Shell function that delivers this information? I have found a Scriptable Shell object that maybe would return me the information: http://msdn.microsoft.com/library/default.asp?url /library/en us/shellcc/platform/shell/reference/objects/f...
.NET on Linux (5 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi , i want to design my new application keeping in mind Linux and other OS's. I have heard there is .NET framework for it (MONO). Is it good idea to shelf Java and choose .NET to develop when you wanna keep in mind OS independence. TIA Regards Tarundeep Singh Kalra www dot tarunsadhana dot com. tarun at removeAT tarunsadhana dot com.remove dots
loading config file stopped working after security patch is installed (2 replies)
microsoft.public.dotnet.framework.sdk
Hi, Can somebody clarify an issue, please: My NTD (no touch deployment) application worked just fine reading config files from server. After latest security updates, reading of config.files stopped working. Looks like security path modified smth., but I cannot figure out what. Any help is greatly appreciated. Regards, Konstantin.
ANN: .NET 2.0 Beta - CODE COVERAGE EDITION (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
NET Framework Version 2.0 Redistributable Package Beta 1 (x86) CODE COVERAGE EDITION The .NET Framework Code Coverage Edition is a new mechanism that enables you to give Microsoft direct feedback on what portions of the .NET Framework and Win32 you're most reliant on. http://www.microsoft.com/downloads/details.aspx?FamilyID cc36f05e 2050 4e54 b460 e99e50156712 Download [~35MB] http://download.micr...
auto postback problem (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, I have a problem with the auto postback function. I am using dreamweaver with ASP.NET and C#. I have a dropdown list which has a list of names from a table in a database. And then have a table with a set of data that comes from the same table in the database. What I want to do is make it so that when a user selects the name from the dropdown list the corresponding data is displayed in the tabl...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification