microsoft.public.dotnet.faqs Archive - October 2001
Post a message to this list
Messages
Page: 12
What role to MTS/COM+ have in the .NET Framework? (3 replies)
microsoft.public.dotnet.faqs
Has MTS/COM been replaced in the .NET Framework? How can I take advantage of the transactional capabilities, object pooling, and other security features available when programming with MTS. AMERICA United We Stand!!!
Can't run sourcesafe (2 replies, VIP)
microsoft.public.dotnet.faqs
I can't add my solution or project into sourcesafe. I can't select "Add Solution to Source Control" because it always disable. Need help!
Help on VS.Net beta 2 didn't work !!! (3 replies, VIP)
microsoft.public.dotnet.faqs
Help!!! I can't to get the help by VS.Net help system. I receive a message "Page not found" Tomas
Debugging Web projects in Domain (2 replies, VIP)
microsoft.public.dotnet.faqs
Web Debugging was working on my machine UNTIL I joined a Win2k Domain. Then I get the same error message that I am not part of the Debugging Users group. I tried running as both the local and domain admin and I still can't debug. Microsoft, is there a workaround? Taylor
Is VC dead in .NET, where is its position? (3 replies)
microsoft.public.dotnet.faqs
.
does vs.net beta 2 work on xp - the prerelease version (3 replies)
microsoft.public.dotnet.faqs
i've heard that visuals studio.net beta 2 has problems running on the prerelease version of xp can anyone confirm? thanks, dmitri
.Net Beta 2 Debugging Problem (2 replies, VIP)
microsoft.public.dotnet.faqs
I've seen a number of posts relating to this problem but none have helped... I'm running VS.Net Beta 2 on W2K Pro, clean install with all patches/SRs trying to debug a VB ASP.Net Web Service ("Hello World" sample) project and receive the following error: "Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server. Verify that you...
IIS 5.0 + ASP.Net pooling etc. (2 replies, VIP)
microsoft.public.dotnet.faqs
Hi, I have installed the .NET Sdk on my Win2k server. When I'm programming, I sometimes accidentally write an infinite loop. The result is that the entire server is going crazy. Nobody can connect etc. Is there someway to protect the server from these things? I adjusted the properties of each web dir, the application protection setting to "high", isolated. But the server still act the same. Anothe...
What to use inplace of Visual InterDEV (2 replies, VIP)
microsoft.public.dotnet.faqs
Does anyone know what part of .NET I should be using inplace of Visual InterDEV? Also, how do you import old Visual InterDEV projects into .NET. Thanks, Kirk
need help:connection string (2 replies)
microsoft.public.dotnet.faqs
I wrote connection string in asp.net specify sever name, uid, pwd and database name, but I still can not connect to the database in SQL server. Rosemary
ONPAINT & DRAWIMAGE (ANYTHING FASTER?) (2 replies)
microsoft.public.dotnet.faqs
I have a form, like Studio's start page, that is ownerdrawn. I have doublebuffering turned on and paint the form using DrawImage() to copy 2 jpg images to the graphics dc (creating a splash screen). When I move other dialogs over my start page you can see a trail of dialogs lag behind (a bit). I cannot seem to get enough speed from DrawImage(). Any thoughts? Steve PS Also, is there a DrawImage() t...
Visual Studio .NET documentation doesn't work (2 replies, VIP)
microsoft.public.dotnet.faqs
Hello, whenever I try to view the help documents of the Visual Studio .NET , a dialog always asks me to insert one of the install CDs. Although the documentation is on the local drive, when I enter the path to the local drive into the dialog the help still doesn't pop up, instead the dialog reappears again with the path to the install CDs. Does anybody know a workaround? Did I do something wrong d...
.NET Installation Residue Problems... (2 replies, VIP)
microsoft.public.dotnet.faqs
After installing .NET Beta 2. I can't install anything else on my computer. Everytime I try to install a software package, such as SQL 2000, i get the following error message: "A previous program installation created pending file operations on the installation machine, You must restart the computer before running setup." Is there a solution to this error? Thanks, jsandaire@lucent.com
Dynamic Data Loading, without reloading a Web Page (5 replies)
microsoft.public.dotnet.faqs
Hello people! I am new in .NET and all the neat features it has.. The company I work for, is about to start a new project on the .NET platform. The problem: I want to have a Web Page (.html, .asp, .aspx or what ever) and I want to load the values of the form from a database server, multiple times, without reloading the page (because it is extremely large). To be more precise (as more as I can be) ...
.NET final release (3 replies, VIP)
microsoft.public.dotnet.faqs
Does someone know when is the final release of the .NET platform is scheduled for?
Can I create standart COM classes on VS.NET or .Net components only? (2 replies, VIP)
microsoft.public.dotnet.faqs
I want to develop COM classes whitch I can use in Borland Delphi, can I do this on VS.Net? Tomas
Hi, I want to know, what should I learn in VB6 or direct 7 (5 replies, VIP)
microsoft.public.dotnet.faqs
Hi People, I am DHTML, JavaScript Programmer, I want to start Learning DotNet. some of my friend told me that If you want to learn vb.net then you haveto know or first learn VB6. and should I learn csharp instead of vb.net? And Is it necessary to learn Visual Basic 6 first to learn vb.net? Please help me in this as soon as possible. Thankx in Advance. Sachin
Localized application (2 replies, VIP)
microsoft.public.dotnet.faqs
Hello! I have to convert an application from VB6 to .NET. This application shall be used in several countries, so the language for the GUI must be changeable. In VB6 I used the tag property to store a text index, read the tag property of all controls when opening the form, fetched the text strings from a database using the index and the selected language and then set the caption property. Now the ...
CodeDOM (3 replies)
microsoft.public.dotnet.faqs
Any Idea on how to generate Handles Statement with CodeDOM, support is there only for Implements Statement for VB.NET Thanks, krishna
signing and strong naming (2 replies, VIP)
microsoft.public.dotnet.faqs
I am trying to create a csharp dot net object that I can use with an existing application (eg a can we do it investigation and if so how) now I have got a module that implements one of our interfaces and I am now trying to sign it so that it can be used with 'regasm.exe' or 'comreg.exe' . I have got as far as compiling with al the names in the assemblyinfo.cs but it is complinaing that one of the ...
Where is the documentation? (2 replies, VIP)
microsoft.public.dotnet.faqs
I have installed the Redist version of .Net Framework beta 2. Apparently it doesn't have any documentation in this stripped down version. Is the documentation somewhere on the Web? Thanks. Eby B.
Bug in remoting (3 replies)
microsoft.public.dotnet.faqs
Hi All, We encountered a case that if we call a public function that contains Guid, somehow the next parameter after Guid is just like shifted to the left. For example if there's function like: public void CallMe(string szPar 1, Guid gdPar 2, ArrayList par 3List) {...} then we call it as: CallMe(szMyVal, gdMyGuid, myList); it will throw an error "It can not convert ArrayList to Guid.". Is it a bug...
SQL Server does not exist or access denied (3 replies)
microsoft.public.dotnet.faqs
Can anyone tell me whats the problem with my Installation of .net SDK beta 2 ?? I am getting this error while going thru Quickstart samples. I have 2000 professional with SQL 7.0 running machine name: fundoo ..net has installed MSDE with an Instance of (local)\NetSDK as I can see a directory by the name of MSSQL$NetSDK in program files but how do we start this SQL Server. Can I keep both SQL 7.0 a...
DRAWING DISABLED ICONS??? (3 replies, VIP)
microsoft.public.dotnet.faqs
How do I convert a colored icon to a gray (disabled) icon for an owner drawn menu? I don't want to have to draw both enabled and disabled icons if I can help it. Thanks, Steve
CodeDOM withevents and Handles - How to generate? (5 replies)
microsoft.public.dotnet.faqs
Hi, I worked on the CodeDOM to generate the ASPX and Code behind page for those files. While I have been successfull in generating the code in CSharp for event mapping and field declaration I am stuck up with the "WithEvents" keyword when you want to declare a field and "Handles" when you want to declare Event method in the case of VB.NET. How to declare them with the VBCodeProvider classes. Pleas...
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