Software Development Network Logo
  • Visual Basic
  • Microsoft ISV
  • Visual C++
  • .NET Development
  • Visual J#
  • Visual C#
  • SQL Server
  • Windows Forms
  • Visual Studio
  • Windows Live
  • VS Team System
  • Architecture
  • Smart Device
  • VS Express Editions
  • Windows Vista

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

johnpen

Member List

Christian Szabo
Brian12184
InfraBob
RW098
bzoli
Navi73660
Ron Carr
AllaP
RainerE
Kostil
mcory1
Anfernee
Patrick Fredin
DarthMacgyver
Aurak
DJE_1
msdn3mar
JHJHJHJHJH
husyn
selotz
Only Title

johnpen's Q&A profile

  • Visual Studio Can't Configure .NET Configuration 1.1

    Guys I need help. I've got .net framework 1.0 (hotfix), 1.1, and 2.0 installed. For some reason, 1.0 sp3 won't install. I also cannot configure .net 1.1 through the option under administritative tools. I get the error: Microsoft Management Console Snap-in failed to initialize Name:.NET Framework 1.1 Configuration CLSID:{1270E004-F895-42BE-8070-DF90D60CBB75} I then click ok, and the .NET Configuration 1.1 thing opens, but just says: Snap-in Creation Failed. The snap-in is not created, it may not be installed properly. Name:.NET Framework 1.1 Configuration CLSID:{1270E004-F895-42BE-8070-DF90D60CBB75} What is the problem here I fir ...Show All

  • Windows Forms Button Text and Image depression

    Does buttons with image embedded on them synchronize both text and image depression while clicking them in .Net2.0 I could find that when a new project in VS2005 is created and the form contains the button control, the look and feel at runtime satisfies the requirement. However, when I use a project originally developed in VS2003/.Net1.1 & now migrated , placing a button from .Net2.0, the run time does have the same problem. Dear Tabas Are you refering to the origional question or my reply on what I thought the question was. I assumed the question to be how to make CBitmap buttons look as though t ...Show All

  • Visual Basic WebBrowser questions

    I'm using the AxWebBrowser on a form in VS 2003 to create this browser. one of codes is mywebbrowser.navigate(URL.toURL). The question is the value of param in url including special char '&',I must retrieve data from database with the value of the param .now the http address cann't display the data cause the char'&' . Can anyone help me out here I would need more information Are you trying to Use a URL that has a parameter Please give examples (you might want to block out the actual address part) ...Show All

  • Visual Basic date format

    i am having trouble comparing dates, 1 is pulled from Outlook [Duedate] which is in the format mm/dd/yyyy and the other is todays date which is in the format mm/dd/yyyy when I display it in a message box, however I get the message type mismatch or the value in the condition is not valid Set myItems = myTasks.Restrict("[DueDate] > todaysDate") You should post the full error message, and the code in context that is giving you the error. In this case, todaysDate is a variable, so you need to put the value in the filter string, not the actual variable name, like this: myItems = myTasks.Rest ...Show All

  • Visual Studio Team System Class Diagrammer - Disappointed

    I will start by saying that maybe I should wait a bit before making my first post on beta 2, until I have explored some features more fully, but I must say, that at first blush, the class diagrammer seems a bit amateurish.   I eagerly awaited the integrated class modeling in Vs.Net 2005. While I do like the fact that the code is updated dynamically as you modify you model I find some features, that I am used to in 3rd pary UML tools seem to be sorely lacking, unless I just missed them. Also is there any other UML capabilties other then just class diagrams   Surely there must be. If not, I don't see how this can be targete ...Show All

  • Software Development for Windows Vista Deriving, CodeConditions and HandleExternalEvent Activities.

    Hi all, Thanks to great help previously, I'm up and cooking with my derived StateMachineWorkflow activity. Hence - another problem. In the 'dervivedWF' I want to call a common 'RunCodeCondition' method from a set of IfThenElseBranch/CodeConditions - however, the method does not display in the drop down Funny enough - from a HandleExternalEventActivity, part of the bindings for input parameters..... inData *IS* selectable for a parameter. I wouldnt have thought I'd have to create a dependant property for this (Mind you, it doesnt compile at the moment - non descriptive error - just fail, so it all could be wrong) Anyone done this or sim ...Show All

  • Visual Studio Express Editions currupted VBsetup.exe in VB.img

    I downloaded VB.img and began the istallation procedure and after installing the .Net 2.0 the [VB express] was skipt, and an error of message to be sent to Microsoft openned. also when i wented inside the VB.img and tried to install the File IXAVBSetup.exe an error msg of [currupted file] arose. so can u check the image if it works fully. Yes, you can check if the image is not corrupted. On the manual download page, next to each download link you have a CRC sum, check this sum with the CRC sum on the .img you have downloaded and make sure they're the same. If not, you'll have to download it again. ...Show All

  • Software Development for Windows Vista Compile error C2146 & C4430 when compiling directshow base classes

    Hello kind people I tried to compile the directshow base classes by using visual studio 2005 and got the error 2146 and 4430 as following. 1>Note: including file:     c:\DXSDK\include\basetsd.h 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64' 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\winnt.h(222) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ........... 1>Note: including file:     c:\program files\microsoft visual stu ...Show All

  • SQL Server SSIS Data sources and destinations

    Can someone point me to a comparison between the OLE DB data source and the Data Reader Data Source   We are starting to investigate SSIS and have stumbled through some pain points by choosing one or the other. Additionally, I found that one can not use the SQL Server Destination unless the package is actually running on the Server hosting the SQL Instance.  This seems like we are moving backwards in time.  We have been able to run DTS packages on a client machine that doesn't host either source or target data sources. The SQL Server Destination seems like the most intuitive destination to use if my target is a SQL Se ...Show All

  • Visual C# null error

    if you look at the code below i get this error Object reference not set to an instance of an object. i get the error when this statment runs result = ( int )cmd.ExecuteScalar(); however as you can see i did use the new operator public void RunSQL( ref string sqlstring, ref string err) { string errlocal = "No DataBase Errors" ; int result; err = errlocal; string Connectionstring; try { Connectionstring = GetAccessstring(); using ( OleDbConnection OLECONN = new OleDbConnection (Connectionstring)) { OleDbCommand cmd = new OleDbCommand (sqlstring, ...Show All

  • SQL Server What's the easiest way to copy tables from one 2005 DB to another 2005 DB?

    I've tried creating a simple SSIS package but I get the error: [Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..". THis is a known bug and while we wait for SP1 to fix this error, is there another way to simply copy tables (with indexes and without having the identity column renumbered) Any help is appreciated! Scrip the source table and use this script to create the destination table. Then use the import-export ssis wizard and allow identity insert. (in the solution explorer, right-c ...Show All

  • Visual Studio Team System Counters

    Hi, I am testing one win form application. I have written unit test and i am calling this unit test in my load test to test the web services. By default VSTS Load test tool gives the details for the following counters. 1. User load 2. through put 3. Response time are these counters enough Or should i collect any new counters for this win form application Please let me know. Thanks, Shankar You should also collect performance counters on the server that is running the web services. You'll probably want to collect IIS and ASP.NET. If the test is using SQL you should also c ...Show All

  • .NET Development Change to SQL table not reflected in TableAdapter

    I have created a form with a DataGridView control. This automatically creates a TableAdapter, a BindingSource, and DataSet. Everything works great. However if I change the table structure, I can't figure out an easy way to get the new structure reflected in the TableAdapter or DataSet. Al I can do is create a new datasource, and then delete the old one. This changes all the names, and requires changes in code. Does anyone have an easy answer (besides don't change the table structure) Hi, The .NET 2.0 Wizard is to help you speed the process that create a Data Access application. So it will create many ...Show All

  • Visual Studio Express Editions default

    ok. what i want to know is how to make a button the default button. so when i hit enter it will do the function it's been set. for example a web browser. i type in where i want it to go and hit enter, and it goes to where i've typed. ok don't get confused i'm not trying to make a web browser navigate. what i'm trying to achieve is the hit enter bit. i can do it in vb 6.0 but i'm havin trouble which vb 2005.net can anyone tell me how to do it Thnx!!! ...Show All

  • SQL Server Wizards missing in Enterprise Manager?

    Hello, I just installed MS SQL Server 2000 Developer Edition on my computer running Win 2k Pro, and all seems to have gone well. But, when I run the Enterprise Manager and select Wizards... under the Tools menu of the Console Root\Microsoft SQL Servers window the only Wizard I see is the Register Server Wizard. If I understand everything I've read, there should be more wizards available. Can anyone tell me what I'm missing here Thanks in advance for any help you can provide. -Max Hi Max. The menus in SQL 2k EM are context-sensitive (i.e. they change based on what is selected in the EM navigational ...Show All

©2008 Software Development Network