microsoft.public.dotnet.faqs Archive - October 2002
Post a message to this list
Messages
Page: 12
ASP.NET or ASP (6 replies)
microsoft.public.dotnet.faqs
Is it a good idea to use ASP.NET or ASP at the moment? Which one is more compatible with browser at the moment?
Major bug in .Net (2 replies)
microsoft.public.dotnet.faqs
When using the .close method the form is not completeley disposed even if the .dispose method is called immediately after. I have a simple button click the calls the me.close then the me.dispose with a loop after. The loop should never run becuase the form should be disposed and should no longer exit. Instead the procedure keeps running and executes the loop after the form is already gone. If I ch...
Newbee: Can i use a static library file in .NET? (4 replies)
microsoft.public.dotnet.faqs
hai friends, How to use a static library file in a .NET application. Thank you S.MadhanMohan
System.String Capacity. (2 replies)
microsoft.public.dotnet.faqs
Hi, Is there any restriction on the size of content that can be hosted in a System.String (number of characters or size in terms of KB, MB). Regards Mrinal
COMException when referencing COM method (3 replies)
microsoft.public.dotnet.faqs
I need a library that reads Mp3 ID3 tags. I'm trying to use the Shazam (http://www.ewal.net/shazam.php) .dll to do it by referencing it in C# on .NET. I've successfully converted it with tlbimp and registered it with regasm. I can compile my code, but when I run it I get a COMException that says "COM object with CLSID {7FC5C06C D516 4B81 BE5C E481E36FD680} is either not valid or not registered." T...
LoadFrom( "\\share\folder" ) or LoadFrom( "file://share/folder" ) making me crazy (2 replies)
microsoft.public.dotnet.faqs
Everything I read leads me to conclude that the following should work: /****************/ url "file://gssupport2/Build and Deployment/Pluggins/SourceControl/SourceSafeManager.dll;"; System.Reflection.Assembly.LoadFrom( url, new Security.Policy.Evidence() ) /****************/ url "\\gssupport2\\Build and Deployment\\Pluggins\\SourceControl\\SourceSafeManager.dll;"; System.Reflection.Assembly.LoadFr...
How to set WeClient Credential when download file from a web server? (2 replies)
microsoft.public.dotnet.faqs
I am using System.Net.WebClient to connect to the web server and download a file. The Web Server is using domain/name/password for authentication. I know I need to set the Network Credential somehow but there is no documentation on how to that. Would some kind soul out there please help me out? Thanks Andrew
Position of cursor in document (5 replies)
microsoft.public.dotnet.faqs
Hello, How do i get the exact cursor position in the document? Not the column and line position but the X,Y in screen coordinates. Thanks Simon
HELP: Viewing any vsdisco file results in HTTP 500 error (4 replies)
microsoft.public.dotnet.faqs
If I navigate to ANY .vsdisco file using IE6 I get a "The page cannot be displayed", HTTP 500 Internal Server Error. I've already uncommented out the following line in my machine.config file and rebooted: ! add verb "*" path "*.vsdisco" type "System.Web.Services.Discovery.DiscoveryRequestHandler, System.Web.Services, Version 1.0.3300.0, Culture neutral, PublicKeyToken b03f5f7f11d50a3a" validate "f...
QUESTION: Viewing vsdisco file - HTTP 500 error (2 replies)
microsoft.public.dotnet.faqs
If I navigate to ANY .vsdisco file using IE6 I get a "The page cannot be displayed", HTTP 500 Internal Server Error. I've already uncommented out the following line in my machine.config file and rebooted: ! add verb "*" path "*.vsdisco" type "System.Web.Services.Discovery.DiscoveryRequestHandler, System.Web.Services, Version 1.0.3300.0, Culture neutral, PublicKeyToken b03f5f7f11d50a3a" validate "f...
Cross-Posting: Webform.aspx? (4 replies)
microsoft.public.dotnet.faqs
Sorry for the cross posting, but I didnt know which NG to post this question in... Im building a C# Web Application and I was editting a webform with some of the ASP Webform controls. I later noticed that the form action cannot be changed from the name of the current page. I have tried removing the runat "server" attribute, but then by webform page fails. What I'm wondering is, what is the point o...
Syste.String to Byte (25 replies)
microsoft.public.dotnet.faqs
Hi, I'm surprised to find that I don't have an answer to this seemingly straightforawrd question. I'm getting a string (managed string, or system.string, if you please)..and need to convert it to a Byte[] before passing it to a Crypto Service Provider. Now, How do I do that? Pleae help, Regards Mrinal
Convert String to byte in C# (2 replies)
microsoft.public.dotnet.faqs
Hello, Help! Response.OutputStream.Write() takes in byte[], I have a string which is in Unicode. How do I can convert it to pass it into that method in C#? thanks! tim
Editing resource DLLs (6 replies)
microsoft.public.dotnet.faqs
Hello We are trying to find a tool to edit resource DLLs, and we've come up with the next problem. We've tried several tools, such us Resource Hacker or Alchemy Catalyst. With these tools, we are able to edit DLLs such us Comdlg32.dll, even .NET DLLs like mscorrc.dll. But we can't, in any way, edit a resource DLL made by us. We've tried creating the DLL in different ways: using al.exe with .rc fil...
using System.Runtime.Remoting.Channels.Http; (2 replies)
microsoft.public.dotnet.faqs
Hallo! I want to use System.Runtime.Remoting.Channels.Http namespase. But the VS.NET compiler warns that the namespace does not exists in the namespace System.Runtime.Remoting.Channels. But MSDN says that this namespace exists. (I want to use System.Runtime.Remoting.Channels.Http.HttpChannel class. I have full varsion of VS.NET Enterprise Architect) Can anybody clarify the problem? Thanks in advan...
how to obtain framework SP version? (3 replies)
microsoft.public.dotnet.faqs
Hello, dear All I have following question. How to find out which Framework Service pak is installed. How to obtain it from framework folder? How to obtain it programmaticaly? Is it possible to obtain it from System.Environment? I have v1.0.3705 in my WINNT\Microsoft.NET\Framework\ folder and after installing Framework SP 2 this number hasn't changed. Thank you in advance! Oleg Medyanik ICQ 1145122...
Form Background Image stretch vs tile (3 replies)
microsoft.public.dotnet.faqs
Is there a way to have an image that is set at the baclground image have a stretch property rather than being tiled over the form? For example I just want the image to appear once very large in the background as a watermark rather than wall paper Delali
MSMQ memory allocation and .Net development (3 replies)
microsoft.public.dotnet.faqs
I have several client apps that write\read messages into\from a queue (written in C# .Net), the message are processed by a server application (C# ..Net) synchronously in each application process. i.e. if I have 5 applicattions there is a maximum of 5 applications writing\reading messages from the MSMQ at any one time. Each application is set to send and recieve 1 million messages to the MSMQ..... ...
Help: How to delete newly added row? (2 replies)
microsoft.public.dotnet.faqs
Hi I need to let my user to add and delete rows in a datatable using a datagrid or datalist. However I cannot update the database immediately after making changes to each row because I need to validate the sum of all rows before committing (delete and insert) to the database. Then I can only make changes to the datatable after each add/delete in my datagrid or datalist. My records use an identity ...
Loop thru every textbox in a table (3 replies)
microsoft.public.dotnet.faqs
Hey everybody; simple question, but for some reason I can't get it to work. I want to check every textbox in a table. I can do this w/spaghetti code, but it would be SOOO much nicer to use a FOR/NEXT loop. However, I keep tripping up on the syntax, and I haven't been able to find any good examples though I KNOW its possible. Here's what I have so far. **********************************************...
about data report left margin (2 replies)
microsoft.public.dotnet.faqs
Dear all i have a problem , using data report below: ManiFest GZ Rpt.Orientation rptOrientLandscape Set ManiFest GZ Rpt.DataSource objRst ShapeParent ManiFest GZ Rpt.TopMargin 0 ManiFest GZ Rpt.BottomMargin 0 ManiFest GZ Rpt.LeftMargin 0 ManiFest GZ Rpt.RightMargin 0 ManiFest GZ Rpt.Height 9000 ManiFest GZ Rpt.Width 12000 If RptOutPut "Preview" Then ManiFest GZ Rpt.Show vbModal Else ManiFest GZ Rp...
Since LARGE_INTEGER Is? (2 replies)
microsoft.public.dotnet.faqs
Since LARGE INTEGER is a 64bit integer, I can define it as a Long in VB.NET, but does anyone have the actual LARGE INTEGER structure defined?
How to delete a datarow which is binded to a DataList? (3 replies)
microsoft.public.dotnet.faqs
Hi I have made a DataList that is used to maintain a set of records retireved from database. My DataList should allow user to delete rows or add new rows. As usual, I "Select" the records from database and put them in a dataset. Then the DataSource of my datalist is made equal to the dataset. My problem is that when I capture the "delete" event from the datalist, I don't know how to delete the row...
How to convert a local path to an UNC-path? (6 replies)
microsoft.public.dotnet.faqs
Hi, does anybody know how to convert a local path (like: Y:\test.txt) to a unc path (like: \\PC002\c$\test.txt)? I appreciate any help. Thanks a lot. Daniel Walzenbach
EJB Entity Beans in .NET (6 replies)
microsoft.public.dotnet.faqs
Hi there, can anyone tell me, or point me the right direction ? I need to use similar persistence model as the one implemented in EJB Entity Beans. Does anything like this already exist in .NET, does something as EJB Container exist in .NET ? thanks Michal
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