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

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

harbars

Member List

Kirmani
Carlos Voltolini Neto
micvos
KMLee
cananyonespeakenglish
DavidLJ
Walt Ritscher
AllanHO
Freelancer
LJ G
Payam Shodjai
DHLennon
JoelT3
Robert Schroeder
Yoni Raziel
PAPutzback
Fuzzcv
Johodefo
Mark Snape
lxwSniper
Only Title

harbars's Q&A profile

  • Visual C++ Lib Size difference

    Hi, I have created a "Static Lib" using Visual Studio .NET 2003, as "Use of in a shared DLL" . Each and every time when i try to build this lib. i got different sizes. Plz find the following configuration settings that i have used during Lib creation: Configuration : DEBUG Runtime Library : Multi Threaded Debug DLL Precompiled Header: Use Precompiled Header Building the Lib in Machine A: 4,986,628 bytes Building the Lib in Machine B: 4,986,733 bytes Building the Lib in Machine C: 4,986,973 bytes Operating system : XP Pro Could you please tell me why i am getting this size differences If you have any articles/li ...Show All

  • Visual C++ Visual C++ Debug

    When I attempt to execute a compiled application from the Debug menu using either Start Debugging or Start Without Debugging, I get an Error Message that reads "Unable to start program 'path to a folder' ". What is this message box really trying to tell me and what do I have to do to fix it Do I need to modify some settings, move my compiled application somewhere so that it can execute, or something else I know this seams like a simple question that anybody should be able to look up in the documentation, only I don't have any and the Help files are no help. Could you make sure that the executable i ...Show All

  • Visual Studio Team System Injection of runtime library failed

    Hi there, I'm getting the following error when I launch the profiler as follows: vsperfcmd /start:sample /launch:<myexe> /output:test Error VSP1335 : Could not launch <myexe>. Injection of runtime library failed. I'm not sure where to go from here. The application is large unmanaged application that initializes the runtime (using CorBindToRuntime) on a background thread during startup. I did manage to profile other applications. I'm using VS2005 RC1. Thanks, Albert FYI, I had this same problem and it turned out that cyberarmor filrewall had it's hooks into some of my DLL's causing more DLL's to be ...Show All

  • .NET Development Missing Files in Microsoft.Net\Framework\v2.050727

    When I run Norton Win Doctor it shows 10 errors all related to Microsoft.Net Framework.  When I click on "Repair All" it does not do anything.  When I click on "Advanced" and Highlight 1 problem after another, clicking on "repair" on each individual error, the repair box comes up.  In the repair box it gives possible solutions and normally you can click on the repair botton that is in the solution box and it will repair the problem.  You cannot press on that botton in this error solution box.   The possible solution box said," MSVCR 80.dll might be located on a removable drive, a no v ...Show All

  • Visual Studio 2008 (Pre-release) February CTP Breaking Changes List

    http://windowscommunication.net/collateral/pages/BreakingChangesJanCTPToFebCTP.htm The biggest impact change is documented on Ed Pinto's blog: http://blogs.msdn.com/edpinto/archive/2006/02/22/537027.aspx Quote: system.serviceModel/services/service/@type has changed to system.serviceModel/services/service/@name . Before <configuration> <system.serviceModel> <services> <service type ="Microsoft.ServiceModel.Samples.CalculatorService"> <endpoint address="" binding="wsHttpBinding" contract="Microsoft.ServiceModel.Samples.ICalculator" /> </service& ...Show All

  • Visual C# network connection state change event? does it really exists?

    in the "ready to rock" launch event of visual studio 2005 i saw an event called something like onNetworkConnectionStateChange. they told me that this event will be triggered when there's some changes to the network status. for example when the wifi lan becomes available. i cannot find this event anymore. can someone help thanks a lot! ...Show All

  • .NET Development ADO Transition from VS 2003 to VS 2005

    I have tried for hours now to create a aspx page in Visual Studio 2005 and simply open a sqlconnection object and execute a sqlcommand against it.  The page is giving me the error that I need to use the "New" statement to create the object.  It is acting like the Initialization process is not occurring.  What am I missing here   Should I not be able to use VS 2005 just like I used VS 2003 when creating aspx pages   Any insight will be greatly appreciated. ...Show All

  • Windows Forms Adding user control to panel

    I did  a program to add multiple user control to a panel.  My problem is whenever i add a new user control , the new user control will be at the top and the other previously added user controls will be moved below.   I want the new user control to be below and the others all remain on the top...is there any way This is&n ...Show All

  • SQL Server Report Model Deployment : The model ID of the submitted model must match that of the

    Running 2005 Beta 3 Refresh.  When I first deploy, it works fine. Subsequent deployments yield the following error: Error   1       The model ID of the submitted model must match that of the current model.  C:\Source\********.smdl 0       0 When I change the name of the smdl, it works fine. (Properties of the .smdl file) Any ideas   Hi, no need to do SOAP. Just go to the reporting web site, go to the models folder and delete the report. Re-deploy and it's updated version is back in the folder. ...Show All

  • SQL Server sql server 2005 reporting service installation failed

    When I installed sql server 2005 ctp June today, the reporting services component installation failed. My computer has sql server 2000 with reporting services including all service packs. The error message is: -------- The specified Report Manager virtual directory can't be used for installation. It is already in use by another application. To proceed, enter a unique value for the virtual directory. For help, click: http://go.microsoft.com/fwlink LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1187.07&EvtSrc=setup.rll&EvtID=SQLSetup90&EvtType=29537 ------- I don't want remove sql server 2000 reporting services. B ...Show All

  • Visual C++ Cannot register my OCX with VS.Net 2005

    Hello, I have an OCX that was originally written in Visual C++ 6. After upgrading to VS.Net 2003 everything worked fine and I was able to register my OCX. Recently, I tried to upgrade to VS.Net 2005 but had a lot of trouble registering my OCX. I managed to fix many problems related to the OCX registration but I ended up with the following situation: If I compile in "Debug" mode, the compile succeeds and the OCX gets registered (I can see this in the registry). However, when I try to test the OCX using ActiveX Control Test Container I get a debug assertion in File: f:\rtm\vctools\vc7libs\ship\atlmfc\include\afxwin1.inl Lin ...Show All

  • Visual Basic Tabbed Browsing - favicon's, link contextmenu's, copy & paste

    Hi everybody, Question #1: I have struck another problem in my tabbed browsing adventures and now need to develop a way to get the icon that appears in IE (siteroot/favicon.ico) and add it to an image list. I looked in the webbrowser namespace but could only find WebBrowser1.Document.Images(index). Would the favicon be loocated there or would i need to download the favicon from the website first Question #2: When you right click in IE the contextmenu is different depending where you click. I have a contextmenu ready but i dont know how to make it appear ONLY when links a right clicked or text is selected as i need to ma ...Show All

  • Windows Forms cmd exe file using VB

    hi all, I have an exe file that runs in the cmd prompt. I need to create its GUI for which i am using VB. I need to also pass user-input arguments to its command line.So, I tried reading the user-inputs and wrote it to the path command line in Shell command. Now, this didnt work...so I tried to test whether my program is reading the user-inout values correctly...a part of my code looks like this: Dim dblGoods As Double dblGoods = Convert.ToDouble(txtfixedgoods.Text) TextBox1.Text = dblGoods.ToString Ideally, the TextBox1 should display what the user enters in the txtfixedgoods textbox...but it doesnt do it...whats the problem here please re ...Show All

  • Visual Studio Team System Why BugList and Mybugs have been removed form the report lists in Beta3 refersh

    Hi there,     I am wondering why did we remove 'BugList' and 'MyBugs' reports from Available reports in Process template. They were quite useful. If i try to use add by copying .Rdl file and adding that section in ReportsTesks.Xml, it does not work and Project cteation could not upload those reports. How can I add those reports Thanks, Anu I work with Anu and I think I can answer this question. We have removed all workitem types from our VSTS implementation except for the type "Bug".  We were primarily using these reports to provide web read-only access to the bugs for people who did not install the VSTS client ...Show All

  • SQL Server SSIS thinks an invalid expression is valid

    I have put the following invalid expression: @[Metadata ::ValidStream == TRUE (note the lack of a closing square bracket) into a precedence constraint, clicked the "Test" button and got the message "Expression validated successfully". Can anyone replicate this -Jamie Well its a bug in IDW16 then cos ....hang on...ITS THROWING THE ERROR NOW exactly as you'd expect! I swear on my mother's life when I did that an hour ago it was saying the expression was valid. God this thing annoys me sometimes :)   (Remember the variable properties window issue ) cheers Darren. -Jamie ...Show All

©2008 Software Development Network