Software Development Network Logo
  • SharePoint Products
  • Windows Forms
  • Visual Studio
  • Visual C++
  • Windows Vista
  • SQL Server
  • Smart Devicet
  • VS Team System
  • IE Development
  • Game Technologies
  • .NET Development
  • Audio and Video
  • Visual FoxPro
  • Microsoft ISV
  • Visual C#

Software Development Network >> mlwere's Q&A profile

mlwere

Member List

zille
London79
Rachel S
Keith Henkel
Troy Lundin
Prashant_Rai
Stevenmja
mkruer
MillaT
JDS63
seco
WildRich
LpAngelRob
itowlson
sqlster
HCTwinJava
Alex Pizarro
Saibal Goswami
Kevin Dente
GCB
Only Title

mlwere's Q&A profile

  • Internet Explorer Development ...well yeah...having a problem like the rest of the people.

    Hi, i'm really having a problem.....I recently dled IE7 and i just installed it on a network im using.....all the sudden....when i put it on the administers everything goes fine....so im happie.....about 3min later i log in to one of the lower administers with fewer access points than the full admin does....what happend i dunno....but....for some odd reason my tabed browsing is gone.....this is like a very important part to IE7.....because i h8 opening another window just to surf u know .....so i would want to know why this is happenening.. I dont think its the filter thats blocking it because it basically has all admin rights to play around wif but not to screwup the settings of windows and others like display properties... if u can help ...Show All

  • Visual C++ msvcr80.dll not found after istalling Windows Live Messenger

    Hellow every one. I know this is not a forum about Windows Live Messenger but this is the only one i found that i think will be able to help me. i have 2.0 .NET framework installed i recently updated windows everything was working fine, but after i got a message advising that i needed to update Live messenger from Beta to new one i just was unable to run it. i keep getting the same message msvcr80.dll not found. I copied it in to system32 folder but then i got another error (0x80000003). i don't know what else to do i did not understand how make a manifiest or that thing. Please let me know how can i fix this. Thanks I'm afraid the reasn that you couldn't find a correct forum ( although there are some for Wi ...Show All

  • SQL Server Error executing Parse in SSMS

    Executing Parse in Sql Server 2005 Management Studio I get the following error: .Net SqlClient Data Provider: Msg 0, Level 11, State 0, Line 0 A severe error occurred on the current command. The results, if any, should be discarded. Reading SP1 fixes, I found a similar problem but despite I installed latest hotfix (sql version is now 9.0.2153) I can't able to execute Parse to check T-SQL statements... Thanks, Giulio Sorry, it doesn't fail for me. Will the statement execute Is is just the parse that fails What version of SQL Server ar you using Do an @@version: select @@version If no one replies I will ask around and see what I can find out. ...Show All

  • Visual Studio Is it possible to get the DTE2 com object when starting devenv.exe with parameters...?

    I am currently writing some Visual Studio automation and would like to use the experimental hive so that when one of our users fires off Visual Studio from within our code any changes we make through code to windows toolbars etc are not persisted in their main version of Visual Studio. I have experimented with windows configurations, restoring settings on close etc, but this is still to risky for my liking (if the program crashes Visual Studio will be pretty messed up next time it is loaded outside of our code!!). This works perfectly from the command line using the rootsuffx argument but my problem lies in the fact that I need to start devenv.exe from code and get hold of the DTE2 com object. At present we do this by getting the CLSID or ...Show All

  • .NET Development Adding a schema to an XMLSchemaSet leads to 401 unauthorized

    Hi there I'm trying to execute the code in the following form: XmlSchemaSet schemaSet = new XmlSchemaSet (); schemaSet.Add( "http://www.myurl.com/schema/test" , " http://localhost/schemas/test.xsd " ); The URL http://localhost/schemas exists on my local machine and is configured with Windows Authentication. When I run this code from a console app or from a website I get a 401 (Unauthorised). However, if I enable anonymous access, everything works perfectly. Can anyone explain this By configuring the virtual directory http://localhost/schemas to require Windows Authentication, every request to any files within that virtual directory will require ...Show All

  • .NET Development Update Data in Data Grid

    Hi I am new to Asp.Net, and am still at the learning stage. Anyways, I need to create a page which updates patient information,using primariy two classes PatientInfo and PatientInfoUtility. PatientInfo is the class object that stores the data representation of the _patients table in the database.It exposes properties such as ID,Name, Address,Phone etc. And it provides the following constructors, " public PatientInfo() ", "public PatientInfo(string id, string first, string last, string suffix) ",and "public PatientInfo(DataRow dr)" The PatientInfoUtility provides database access to this table and provides the following methods public static void UpdatePatient(PatientInfo pI, bool UsingExternalID) I nee ...Show All

  • Visual Studio 2008 (Pre-release) UI-determined data needs via LINQ?

    Bravo to the C# team for making a language like LINQ a first-class language-extension with all of Microsoft's tools behind it, this really is revolutionary. It seems that LINQ's lambda expressions offer ASP.Net pages a major new opportunity: 1) Set a Datasource for all controls on the page 2) Let controls simply ask for data as though they were accessing object properties 3) The ASP.Net engine could take the following steps: a) Create a LINQ expression for each data request (some requests may be defined already as LINQ expressions) b) Perform a somewhat trivial step of optimizing the set of queries - LINQ's high-level nature makes it simple to notice, for example, that 5 controls are each getting a different field all from the same table w ...Show All

  • SQL Server Why do I get the following SMTP Email Error in a SSIS Package

    I am running a SSIS package under a trusted account and I am running into a problem when I am executing a email task. The error is an operation timeout which was reported in the log. I am using windows authentication on the connection manager. Other email task configured the exact same way run correctly in the same run. Also when I execute task from BIDS the email is sent. Is there a bug in SSIS which would cause this behavior or some kind of exchange server configuration issue Any help would be appreciated. Thanks, Greg ...Show All

  • .NET Development Connecting to Access Database

    Does anyone know how to connect to a access database using vb.net I created the database in access and added the Odbcdataadapter and was able to preview the contents of the database. I have a text box with a next button and a new button. Each time I click next i want to see the names that i have in the database appear. When i click new i want to be able to enter a new name in the textbox and it gets written to the database i already have with the names. Any thoughts Thanks!! Here is what i have I globally declared Public theDataSet As New DataSet1 Public curPos As Integer = 0 In the next button i have If theDataSet.Tables(0).Rows.Count < curPos Then Me.TextBox1.Text = theDataSet.Tables(0).Rows(cur ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do you implement Fog into a scene?

    Hi All, I have finally got some 3D up and running so things are whizzing about (which is always fun to watch... for a while, yeah I know, small things...) and I was wondering if anyone had any examples of putting fog into a scene. I tried last night and succeeded in turning all my meshes to white, not matter how far away they were from the camera. No matter what I did to the values, nothing changed. As always, any help is greatly appreciated. Cheers As well as setting those device renderstates, you also need to compute the amount of fog in your vertex shader. Typically that will just be the distance from the camera, which you output using the FOG shader semantic, but you could use some more sophisticated calculations to i ...Show All

  • Visual C# Immediate window in C# VS2005 - how to loop through collection

    I've got an error during loading data into DataTable - "Constraint violation...Relax constraints.". I need to loop in immediate window to find DataRow that HasError. I tried: foreach(DataRow dr in dtab) if(dr.HasErrors) Console.WriteLine(dr["ID"]); but it failed: Invalid expression term 'foreach'. Is there any way to achive it Billberry don't loop through the rows of the table looking for the errors - loop through the error rows only Get the error rows. DataRow [] theRows = dt.GetErrors(); //need someplace to store the error dt.Columns.Add( "ErrorDesc" , Type .GetType( "System.String" )); if (dt.HasErrors) { / ...Show All

  • Visual C# Status Strip Progress Bar? C#

    Hello all, I have Visual C# 2005 and I have only been working with it for a couple of days but I'm stuck. I'm trying to get my progress bar, located in my status strip to do something but I can't seem to figure out the right code for it. Could someone help me fill this in, so I can move on. Thanks for any help in advance... oops 1 more thing... it says ProgressBar1_CLICK I want the bar to load the progress of the browser as it loads web pages. So is that correct Sorry for the noob questions, just trying to learn... private void toolStripProgressBar1_Click( object sender, EventArgs e) { } Add using System.Threading; at the top. When you see ...Show All

  • SQL Server How to have more than one INSERT-EXEC active at a time.

    Hi, I have written a master proc which calls another proc (say proc1). This proc1 has insert-exec statements, for eg insert into #temp exec proc1. i.e. multiple times the proc would be nested. This the err thrown : An INSERT EXEC statement cannot be nested. Is it possible to resolve it.. You simply cannot nest insert..exec statements. By using global temporary table, you are not avoiding it. You can create the temporary table outside of the SPs and insert into those from each SP. This will allow you to workaround the restriction although performance may not be that great. Also, you may want to look at converting these SPs to inline table-valued functions for better reusability. You can also use non-inline version if performance is ...Show All

  • Visual C# Apply Button On Modal ShowDialog Form

    Hi all, Let say I have two forms. One is the Main form. Another is the Options form. My Options form is called by the Main using ShowDialog() command. I have an apply button on the Options form that allow user preview / apply the Options that they had set without closing the Options form. The is another OK button on the Options form. The OK button will Hide() the Options form. Then, it will execute the "ANOTHER CODE REGION". That is what I wish to do without hiding the Options form. Is it possible with the ShowDialog() function frmOptions frm = new frmOptions(); frm.ShowDialog(); // ANOTHER CODE REGION that draw something on the main form. Thanks in advance. Export the 'apply method' ie anoth ...Show All

  • Visual Basic NetWork Printer Not getting Displayed in Vb.NET Services

    Hi, I work on VisualStudio 2005 and .NET framework 2.0 I have written the below code and compiled both as Windows application and windows services. The Results are different. I need to run my program as windows services. Please help. I have added the Reference to Powerpack.Printing. If I run the below code as windows application, all printers gets listed. If I run the below code as windows services, NetWork Printers do not get listed. Any help would be appreciated. Imports Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Public Sub Listprinters() Dim objPrinter As Printer Dim strtemp As String = "" Try For Each objPrinter In Printers strtemp = objPrinter.DeviceName ...Show All

©2008 Software Development Network