microsoft.public.dotnet.faqs Archive - April 2004
Post a message to this list
Messages
Page: 1234
Best Practices - VSS integration with VS.NET, migrating our Classic ASP projects (2 replies)
microsoft.public.dotnet.faqs
We currently have many Classic ASP projects that are stored in VSS 6.0c and are maintained with VID 6.0. We have purchased VS.NET 2003 and know we need to upgrade to VSS 6.0d if we want to integrate VS.NET with VSS. We *eventually* want to convert the ClassicASP code to ASP.NET, but need to run both environments side by side. We know we cannot easily share session state between the two platforms, ...
Threads, VB.NET and VB 6 (2 replies)
microsoft.public.dotnet.faqs
Can I create a console en VB.NET and execute multithreading calls to a COM componente developed in VB 6? Saludos, A.U.S. Lisandro A. Palermo
Forceing the client side to REFRESH the page (2 replies)
microsoft.public.dotnet.faqs
I need to force the client side to refresh the page. What function do I use todo this in C# with a ASPX page?
Using the Desktop Engine (4 replies, VIP)
microsoft.public.dotnet.faqs
I'm attempting to use MS Access with .NET but am not having much luck, so I've decided maybe I should just use the SQL Server Desktop Engine. Is there any way to import my tables from Access into the Desktop Engine?
build only what is needed (8 replies, VIP)
microsoft.public.dotnet.faqs
Hi I use .net 2002 framework 1.0 I have a huge .net solution consisting of many projects. Depending on the case, each time I change different project(s) It is extremely time consuming to build all projects every time I want to debug. Isn't there a switch somewhere to tell .net to build only what has been changed since last build?
Slow Debug enviroment (2 replies, VIP)
microsoft.public.dotnet.faqs
Debugging 'C' Projects in .net seem unacceptably slow, inserting a breakpoint is OK, removing it breakpoints takes an age, even before starting the debugger. Any easy solutions to this problem, ?? Rob
Regsvcs issue (2 replies)
microsoft.public.dotnet.faqs
Hi all. I'm trying to install a .NET component into COM using Regsvcs. I get the following error when attempting to do so: The following installation error occurred: 1: Could not install type library XXX.tlb' into application YYY'. XXX.tlb: The object is already registered XXX: The object is already registered The only problem is that the .tlb is not registered. I have tried to clean the registry ...
Which development approach should I choose (2 replies, VIP)
microsoft.public.dotnet.faqs
Hi, Here are a project tasks I have and would like to share it with you to see which approach would be the best for developing this project cost and time saving. I need to develop an application that does the following: The application is suppose to create a customized printing. Based on user provided data it will know how to construct the page to be printed and show a print preview. The data can ...
Why doesnt VB.Net allow semicolons at end of the statement? (5 replies, VIP)
microsoft.public.dotnet.faqs
One of by biggest hassels in the past jumping from C to VB and back was the forgetting or adding a semicolon at the end of a statement. (the other was bracketing method calls in VB, but that is now fixed). Why didnt Microsoft allow for the optional use of semicolons in VB, so the code would be much closer? The compiler would just ignore it anyway. Another is the difference between new and New. at ...
Built an document scanning application (7 replies)
microsoft.public.dotnet.faqs
I am to start working on a new application to scan multiple document using ASP.NET/VB.NET If anyone can give me any lead/tips/suggession as to how to do this it will be of great help and i will take it from there.
Displaying shared folders (2 replies)
microsoft.public.dotnet.faqs
I need to know whether .Net provides methods/classes for displaying shared folders of a device. One way to solve this problem is to import Win32 dlls ,but is there a direct way provided by .Net by which all the user level shared folders can be displayed ?
Please help. (2 replies, VIP)
microsoft.public.dotnet.faqs
I need to know whether .Net provides methods/classes for displaying shared folders of a device. One way to solve this problem is to import Win32 dlls ,but is there a direct way provided by .Net by which all the user level shared folders can be displayed ?
ASP.NET on Macintosh OS X (2 replies, VIP)
microsoft.public.dotnet.faqs
We are developing an application using ASP.NET technology. Our users/customers make use of Macintosh PCs. In theory, since ASP.NET delivers "plain HTML" to the client, we wonder if there are any problems that others have found that would prevent an ASP.NET application from being successfully operated by someone using Safari or Microsoft Internet Explorer V5 as the browser client on the Macintosh O...
Help neede in setup. (3 replies)
microsoft.public.dotnet.faqs
Apart from using .NET Setup Project, which is the right product to develop an "Install shield" for the .NET application? We have tried using "Install Shield for Microsoft Visual C 6", which has limitation (possibly could be because of an evaluation copy or product limitation) for defining 1) Subcomponents, 2) Selective Component installation 3) Making a single installable 4) Executing another setu...
setup for .net (2 replies)
microsoft.public.dotnet.faqs
Apart from using .NET Setup Project, which is the right product to develop an "Install shield" for the .NET application? We have tried using "Install Shield for Microsoft Visual C 6", which has limitation (possibly could be because of an evaluation copy or product limitation) for defining 1) Subcomponents, 2) Selective Component installation 3) Making a single installable 4) Executing another setu...
Different connection strings. What to use? (2 replies)
microsoft.public.dotnet.faqs
Hi. I have seen ado.net samples using two different connection strings for sql server: "data source local;initial catalog northwind;integrated security sspi" or "server (localhost);database northwind;trusted connection true" I can see that they do the same things, but what are the real differences between them? Is it recommended to use the former or the later? TIA, Erik Cruz
Using VB.Net objects in .ASP pages (2 replies)
microsoft.public.dotnet.faqs
I have standalone VB.NET, that is, not the whole VS.NET environment, just VB.NET. So I can develop VB.NET objects but not ASP.NET (aspx) pages. Therefore I want to write a Business layer in VB.NET and call it's objects, methods, etc. from ASP pages. Is this possible? An example of embedded VB.NET method calls inside .ASP would be great, but any other advice or pointers greatly appreciated.! Owen
Can i write .Net application running on Win95? (2 replies)
microsoft.public.dotnet.faqs
Hi, Can i write .Net application running on Win95? Maxixi
Installed FP2000 and now VS.Net 2K3 has to configure MSDN Library every time it starts. (2 replies, VIP)
microsoft.public.dotnet.faqs
*sigh* Can't Microsoft get anything right? Just installed FP 2000 for some troubleshooting that I need to do and now whenver I start the VS 2K3 IDE I have to wait 20 minutes while is has to "configure MSDN Libarary April 2003"... Why does this keep happening and how do I stop it?
Calling a webservice asynchronously (3 replies)
microsoft.public.dotnet.faqs
I have a webservice that I want to call from a web app asynchronously, but not wait around for a result. Basically I want to fire it off and then forget about it. I have figured out the asynchronous call all right, but when the client browser window is closed it sends an HTTP abort and kills the webservice. How do I keep the client from killing the web service?
web.config best pratices for passwords (4 replies, VIP)
microsoft.public.dotnet.faqs
Hello all. I have a few different applications that store passwords for various items in the web.config file in plain text. (i.e. SMTP Credentials, DB connection strings) .. I know this is a pretty serious security risk, however I'm having a hard time find a better way to allow easy modification of user name and passwords for application components. I was wondering what type of input other develop...
web.config error! :( Please help (2 replies)
microsoft.public.dotnet.faqs
hi, i just got a web host with asp.net , seemed really cool. aspx with the c# or vb IN the actual main page run fine, but when i use codebehind and make another source file ( a .cs) to go with the aspx (as you would realistically) I get this : Details: To enable the details of this specific error message to be viewable on remote machines, please create a customErrors tag within a "web.config" conf...
Stop .Net editor from adding ID parameters to tags? (3 replies)
microsoft.public.dotnet.faqs
I'm trying to use the VS.Net 2K3 editor to edit some ASP code. For some reason .Net insists on adding ID parameters to my form tags. This is VERY annoying... How can I stop this? Thx!
Microsoft Help: IEExe.exe and STA (9 replies)
microsoft.public.dotnet.faqs
Hi. We are developing a windows application that is deployed using No Touch Deployment (with Full trust). I have implemented Axhost handling microsoft web browser control SHDocvw.dll. In order to make it work i have to start the application in partmentState.STA. So I am creating a new thread in main(), explicitly specifying STA, otherwise I can not get the Web browser control to work. In the appli...
User Control + <asp:LinkButton> = JavaScript Error (3 replies)
microsoft.public.dotnet.faqs
Can anyone please tell me why I get a javascript error (expected ';') when I simply add an asp:LinkButton to a User Control and the reference that user control in a webpage ? The asp:LinkButton is within a form which is set to runat &quot;server&quot; I am referencing my control as follows : %@ Register TagPrefix &quot;myproj&quot; TagName &quot;News&quot; src &quot;Controls/Menu.ascx&quot; % This is extremely frustrating as I can't cor...
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