Michael Duk's Q&A profile
Visual Studio Express Editions Configure machine.config
How to configure machine.config or web.config to use visual studio web developer express with sql server 2005 standard. I create aspnetdb in sql sevrer 2005 with aspnet_regsql.exe, but o dont know konfigure AspNetSqlProvider in asp.net configuration utility. This group is for the support of install and registration problems for the express products. You should try posting in the http://forums.asp.net gro ...Show All
Visual Studio Team System New LogicalServer model does not render RelationshipConstraint
I have been experimenting with both the February and March CTP of the SDK and so far I have been unsuccessful in my attempts to create a new model of a LogicalServer that has any kind of RelationshipConstraint. I initially wanted to create a custom resource model and link it in to the LogicalServer however when many attempts failed I tried to simplify by using the IIS model as a control. Here is the SDM I am working with: < xml version ...Show All
Visual Studio 2008 (Pre-release) Display a dialog in a xbap?
It seems a dialog box could not be shown in a xbap Thanks! Now that we are getting closer to shipping, has anything changed with respect to being able to use a Window in an XBAP Thanks David ...Show All
Visual FoxPro huella digital
como le puedo hacer para integrar un lector de huella digital a mi aplicacion, el lector es digitalpersona(marca), requiero hacer una base de datos de las mismas y poder consultarlas si trae manual, pero solo es la instalacion personal o sea en la misma computadora y requiero de hacer una base de datos con las huellas digitales de todos los empleados. ...Show All
.NET Development How do I find a value inside an Excel spreadsheet?
Hi all, I am trying to use the Excel.Range.Find method on a range object in order to find a particular value inside an Excel spreadsheet. However, everytime I execute the find method it throws an exception that says, "Find method of Range class failed." I don't know why this is happening. Here is a snippet of my C# code: using Excel; string workbookPath = @"C:\someworkbook.xls"; Excel. Application excelApp = ...Show All
Visual Studio Tools for Office Inserting some read only text inside the XML Tag
Hi, We are working on Word 2003 customization using VSTO 2005. We bindes XML Schema. We need to insert some static text (read only) inside the tag to describe the properties of the tag and that text should not be editable. When we take Node.Text some or the other way we should be able to eliminate that read only text. Any pointers would help us lot. Thanks, Jeevanantham See 'Protect' ...Show All
Windows Forms Startup for no new instance
Hello, I have a startup form (View Welcome Form) that the user types a case number into, hits a button, the startup form closes and the main form shows the results of the corresponding query. I'd like to be able to have a main_menu item&nb ...Show All
.NET Development looking for Notebook computer suggestions...
Hello .Net community, I recently attended the MSDN ASP 2.0 intro/training in my town. (incidentially, lots of great new features) The DVD they gave includes a Virtual PC with/of VS Beta 2. Seems the minimum requirements are 1.5 GB of memory and a 2 GHz processor. Seems like a lot but anyway... Consequentially, (and I just need a notebook anyway) so I am asking... what are developers using for notebooks these days Any recommondation ...Show All
Microsoft ISV Community Center Forums After_Save Event???
Hi to all. I have a problem. For some sheets, I set to invisible before save. Now, I need set to visible the sheets after save, but there aren`t a After_Save Event... How can I solve my problem Any idea Thanks & Regards. I would try to use the BeforeSave event to cancel the users request to save, and do your own saving routine. I suspect you may need to set a global variable so that you can determine if the save reques ...Show All
Windows Forms how do I save a path in access and image in a folder
Hi I'm new to this, I have VS NET 2003. I have made a database and connected to it with the dataform wizard, so far so good. I use the Windows form as a frontend to my database. Now I would like to add the possibility to&nb ...Show All
SQL Server Empty Messagebox
Hi When I start the MSQL Server Management Studio Express I get a Message Box with a yellow exclamation icon and NO message, just an OK button. Which when I press it goes away allowing me to logon to the Management Studiio. All seems to be working fine (although I have not used it much since getting this strange behaviour). I have re-installed Win XP Pro SP2, applied all patches from MS website, install is clean and no errors. Also ...Show All
Visual Studio 2008 (Pre-release) Moved project, now DataContext Constructor Fails
I have a simple DLinq test project that was working fine. I just copied my projects to another drive (USB drive mapped to a NTFS folder), and now the application fails when the inherited DataContext constructor is called on the SqlMetal-generated class. It compiles fine. Does anyone have any ideas on why this would be occurring The class code looks like this... namespace Ix.Ias1.Dcl { using System; using System.Collections.Gener ...Show All
Visual Basic get the text under mouse pointer?
howto get the text under the mouse pointer from the other application into the .net winform. Set up a handler function for the MouseHover event of all the controls you are interested in looking at. All the things you are looking at should have a Text property (otherwise it doesn't have text... and you aren't interested). Public Sub LookAtText (sender as object, e as SomeEventArgs) Handles Button1.MouseHo ...Show All
.NET Development Reading XML document in treeview (C# winform)
I have the following xml source file: < xml version="1.0" encoding="utf-8" > <course id="2555" title="Developing Microsoft .NET Applications for Windows (Visual C# .NET)" length="5 days" source=" http://www.microsoft.com/learning/syllabi/en - us/2555Afinal.mspx"> <module id="1" title="Introducing Windows Forms" location="D:\Disk-C\Documents and Settings\orit_itzhar.ATRICA\My Documents\XML\c#"> <les ...Show All
SQL Server How do i Sort the scripts in my project?
I know this is a very stupid question, but how do i get my files sorted in a sql project in the Solution Explorer The problem is the following, i am working with a SQL Server scripts project on SQL 2005 management studio... and i have about 100 scripts in the queries folder (and going bigger) and right now is pretty hard to find a script cuz non of them were created in name order... So, how do i order by name this file scripts Take a look ...Show All
