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

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

mike6271

Member List

sroughley
j2associates
bvanderw
cwlaualex
Nigel Harper
IEQ
DEEPAK GARG
IvanBi
Vijay R
Becker2
anubisascends
Kevin Rodgers
Oscarfh
coolcars
TwoSixTwo
yln
John Hennesey
Grant_csi
Jeroen Vos
Andy Ho
Only Title

mike6271's Q&A profile

  • Visual Basic Why VB compiler is allways running !?

    I’m sorry, i just don’t want to be rude. I have a few simple questions !!! 1o Microsoft want to KILL VB ! 2o if not, so why the stupid compiler start compiling a every line i wrote. 3a Why this experiencing is not lived by the C# compiler !! perhaps the C# team made very good job !!! 4o The performace patched release by you guys, work but the problem is not solved, the IDE continues flinking, the compiler is allways running, the bigger projects continues to be slow to work on them..... Sorry, but i’m working with VB.NET for a quite long time ( since VB.NET 2002 and 8 hours day) , and i’m doing a very large application since them and for the last 6 to 8 months i was experiencing something that i never imagine, slow pr ...Show All

  • Internet Explorer Development IE7 HP Director Problem

    I can't use HP Directors or Solution Center after install IE7. I installed fresh HP software and updates. But problem persist. When reinstall IE6 back, problem solved. who knows anyway or have ideas Please help me. Thank you, All is now calm, swearing has stopped, IT WORKED. Thanks a million. When are HP going to sort this out ...Show All

  • SQL Server Calling user-defined functions in OLE DB Command transformation

    Hi We have a user-defined function that can be called directly via SQL (in SQL Server Management Studio) without error. We would like to use this function to populate a column, whist data is being processed within Integration Services. Using an OLE DB Command transformation to achieve this would seem the most appropriate. The following was inserted for the SQLCommand property: EXEC = dbo.GetOrderlineStatus(@dt_required = , @dt_invoice = , @dt_despatch = , @ch_status = , @si_suffix = , @re_quantity = , @vc_invoice_id = , @vc_order_id = ) However, when the Refresh button is pressed we are presented with the error below: Error at Load Orderline [OLE DB Command [15171]]: An OLE DB error has occurred. Error code: 0x8004E14. An OL ...Show All

  • SQL Server Issue to install Reporting Services

    I installed SQL Server 2005 Express with Reporting Service on Windows Server 2003 Standard on a server called psmart01. I type the URL of reporting services: http://psmart01/reportserver$SQLEXPRESS and I get only: psmart01/ReportServer$SQLExpress - / Microsoft SQL Server Reporting Services Version 9.00.2047.00 I have gone through the Troubleshoot a Reporting Services Installation Problem of MSDN but there is not such issue. I wonder if reporting service database is not created properly. When I restart the SQL Server Reporting Services I see in the eventvwr: Starting up database 'ReportServer$SQLExpressTempDB'. Why TempDB Can someone help I think you are seeing the Report Server v-dir listing, and your catalog is empt ...Show All

  • Visual Basic Mac Address of Ethernetcard.

    Hi Can some body help me out in finding out which of the macaddress is fixed and doesnot lose the value when the network adapters are diabled. I have used the following code to identify the the mac address on my system. Dim mc1 As System.Management.ManagementClass Dim mo1 As ManagementObject mc1 = New ManagementClass( "Win32_NetworkAdapter" ) Dim moc1 As ManagementObjectCollection = mc1.GetInstances() allValues.AppendText( "Win32_NetworkAdapter" & vbCrLf) For Each mo1 In moc1 Msgbox( "Adapter Type :-> " & mo1.Item( "AdapterType" ) & vbCrLf & "MacAddress :-> " & mo1.Item( "macAddress" ) & vbCrLf) Next The Result i rece ...Show All

  • Visual Studio Express Editions mutipe pages?

    im trying to use a button to load a new page in the same window can someone give me some device Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim f1 As New Form1 f1.StartPosition = FormStartPosition.Manual f1.Location = Me.Location f1.Size = Me.Size f1.WindowState = Me.WindowState f1.Show() Me.Close() End Sub End Class Project + properties, Application tab, scroll down, Shutdown mode = "When last form closes". ...Show All

  • .NET Development How MDBG process Unhandled Exception

    Hi All, I use MDBG to debug a .NET application, which throws Unhandled Exception from some code. MDBG could capture it easily. It give below hints. STOP: Unhandled Exception thrown Exception=... ... ... This is unhandled exception, continuing will end the process But i want to let debuggee popup up an Unhandled Exception Dialog, then give the user a choice about whether continue or quit. It is the default behavior when CLR meet Unhandled Exception. When i debug the application within VS2005, it will popup the dialog. But when i use MDBG debug the application, then type "go", the process will end immediately. So i want to know how to modify MDBG to get the same effect as VS2005 Thanks ...Show All

  • .NET Development There is an error in XML document

    We are getting the error while calling the webservice of the Remote machine the decription of the error is: There is an error in XML document (1, 147611). at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle) at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsyncCallback(IAsyncResult result) InnerException -->System.Xml.XmlException: Unexpected end of file has occurre ...Show All

  • .NET Development Performance counter inconsistency between WINFORM and CONSOLE app

    Summary: A simple CPU (busy) performance counter is desireable for interfacing with another application. A standard Windows Forms application containing the code to access the Processor metrics is created to test the idea and works perfectly without any issues whatsoever. This does not apply however, when the same almost exact code is transfered into a console application. (See code snippets below.) Interesting reading ->http://support.microsoft.com/default.aspx scid=kb;en-us;324548 However, the "Applies to" section does not list the 2.0 .NET framework. It seems to me, that this is still broken in 2.0... The same, identical performance counter is called in the same way, using the same class method, ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I had the same problem.  I run Windows XP Media Center.  You can "search" with Windows Explorer, and you find MSVCR80.dll on your hard drive, it will not be in your SYSTEM32 folder.  "Copy" it, then open your SYSTEM32 folder and "paste" it there.  This will stop Norton from showing it as an error.  Norton searches the SYSTEM ...Show All

  • Visual C++ Check if index exists on table( MySql and vc++)

    Hi, In my application I need to write c++ code to check if an index already exists on a specific column of a table in Mysql database. If it doesn't exist I need to create a new one. I intend to add this code in the Oninit dialog method in my application. Could someone please guide me on how to write it I dont know of any pre existing function that would do that.... Hello Re: Check if index exists on table( MySql and vc++) Such questions are outside the scope of this forum - for the scope of the VC Language forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=789657&SiteID=1 For such questions on database/SQL programming please use an appropria ...Show All

  • SQL Server Unable to start T-SQL Debugging. Could not attach to SQL Server process on

    Please help! I cannot debug CLR procs remotely. Whenever I try to start debugging in VS2005 I get the error: Unable to start T-SQL Debugging. Could not attach to SQL Server process on .... I have clr enabled set to 1 and I have Allow SQL\CLR Debugging set on. But I continue to get this error. Any help would be greatly appreciated. Thanks! GN Hello, Since one machine is on a domain and the other is in a workgroup. Try creating the same user on both machines with the same password. If both machines have an identical user/password combination it should work. e.g. <LocalMachine>\SQLUser MyPassword1 Then try debugging using the new user credentials on both machines. Also as a side no ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Waiting is booooooring....

    Do you think somebody at Microsoft is reading these posts Are they making us wait on purpose The XNA Team Blog has a video showing some of the content pipeline stuff in C# Express. Not much, but I think the GameFest video showed a bit more of GSE IIRC. ...Show All

  • Visual Studio Express Editions Allowing the user of your application to import their own files

    Ok, this is something totally new to me. I've not delved into this with VB at all. Here's a summary of what I want to do. I want to create a flash card application for a teacher. The program itself simply displays information and the student must respond to the information. To check their answer, the "reveal" the back of the card. Similar in concept to normal flash cards. However, I want this application to be as flexible as possible. I want the teacher to be able to IMPORT an ASCII text file from within my application. So, my question is what's considered "best practice" when programming something like this Additionally, what would you suggest for references in finding sample code to experiment with and ...Show All

  • SQL Server Return empty rows for not existing data - possible?

    Can you help me solve this problem, please. The main table t0 seems not to be relevant here but contains all the unique information to an article. Each article can have many ingedients and several other 1:n related things. The one I have difficulties right now is t1 (analyse). Each article can have entries for 0 to 15 types of analyses that are stored in t2. Now I need a web entry form that lists all types of analyses with either the existing values or empty fields. It's no problem for me (althouh not very nice) to store empty values on save but I need to show the form even for new articles or existing artices that have no entries yet for analyse. I tried something like this: SELECT t1.id, t1.analyseid, t1.analysetyp, ...Show All

©2008 Software Development Network