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

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

netnovice

Member List

Aamer
CPlusPlus
Ricardo Barroso
The D
joan leon
Archonn
MP0401
windperson
DevGuru22
kapoorg
skittles972001
jcooper
JaganReddy
TigerMan90
Steve Collins
jjones11
WilliamStacey
braillemaker
bobmccle
RLewkovich
Only Title

netnovice's Q&A profile

  • Visual Studio Team System Load tests not getting dependent files

    I have some working coded web tests. However, when I use them in a load test, almost nothing happens. The first POST is passed and then the load test does not GET the dependent files (with the exception of the style sheet according to the server log). After this, nothing. The load test does not attempt another POST. In fact, the load test monitor does not even report that any tests are under way. It only reports user(s) and request(s). Now, I've done load tests on external production websites using the same steps without problems. The only thing that I can think of, is that when attempting to log in, our web app launches a child wi ...Show All

  • Microsoft ISV Community Center Forums Number formatting

    Hello, I have a program that inserts data into Excel via a form made in VBA... Everything works great, however, it inserts the data as Text and i need it inserted as currency. I tried creating a variable as currency and setting the range needed to be currency, however that did not work. I also tried creating a macro, however, that did not work. Does anyone have any suggestions as to what code i can use Thanks in advance. You should set the numberformat of the excel cell (or column) to a currency format before inserting the data e.g. to change the number format for column A: Columns("A:A").Selec ...Show All

  • Microsoft ISV Community Center Forums Error On Execution

    Hi All when i execute the following code i'm getting the error ***************************************************************************­* Content-type: text/html Software error:  Malformed multipart POST ***************************************************************************­** <% dim strDownloadedCode1 Class MultiPartFormPost Public Boundary Private NewData Private PreviousData Private ItemString Private blnLastItem dim http 'The next two functions build up a string of form elements and files to add 'to the form post. Public Sub AddFile(LocalPath,FieldName) ItemString = ItemString & "FILE^^" & LocalP ...Show All

  • Visual Basic VB5: Run-Time Error '380'

    This is very frustrating.  A VB5 program I wrote years ago stopped working and is now giving me this error: Run-time error '380': Invalid property value I cannot figure out what has changed, since I run that program almost daily.   It was working fine, then stopped (without any changes to the program).   I suspect I may have uninstalled something it uses, but cannot figure out what. When I open the VB5 IDE, I get an error saying: 'c:\program files\devstudio\vb\Comct232.ocx' could not be loaded--Continue Loading Project If I say no, it does not load and I cannot see the source code. If I s ...Show All

  • Software Development for Windows Vista State machine usage

    I'm trying to use a state machine workflow with sequencial workflows inside for modelling the process of writing media, example would be burning a CD (some steps like mounting, locking, preparing data, writing data, validating, unlocking, unmounting etc). The different states in the main workflow represents the state of the physical device, something like: Media_In eventEject eventMount ... Media_Out eventMediaIn ... Mounted .. Writing eventWrite ... I have also service with an interface IMediaService which defines all these events referenced by the EvenSink activities in the workflow. My question would be: In order to set the different s ...Show All

  • Visual Studio Express Editions How to find which RadioButton has been selected in a GroupBox?

    I have a lot of RadioButtons in a Groupox, except checking the Checked property of each RadioButton in the group, is there any other way to know which is selected Thank you for your help! You could take a more OOP aproach by creating a new object within the scope of the class like this: RadioButton newRB; Then you could create a click event for your first radiobutton then wire all the other click events to the other radiobuttons' to this one by selecting the radiobuttons then in the properties windows you select the Lightning bolt which shows all the events. Select click event then open ...Show All

  • Visual Studio Express Editions Massive iostream errors

    Hey, i'm kinda new to Visual C++ Express and i'm having a problem when I include iostream. I've installed Platform SDK and this is what I compile: #include <iostream> using namespace std; int main(){ cout << "Hello" ; return 0; } I get tons of errors from this: ------ Build started: Project: empty_project, Configuration: Debug Win32 ------ Compiling... 2.cpp C:\Program Files\Microsoft Platform SDK\Include\stdio.h(103) : warning C4229: anachronism used : modifiers on data are ignored C:\Program Files\Microsoft Platform SDK\Include\stdio.h(104) : warning C4229: a ...Show All

  • Visual Studio Options for 2003 Add-ins in VS 2005

    We have an SCC integration written in C++ (that includes an Add-in) for VS 2003 that we need to get running in VS 2005.  I have read the documentation for the full migration of the add-in to 2005.  This is not an option for us at this point. What can we do so that we can continue to build this integration and Add-in in 2003 so that it will function in 2005 as well.  Is this going to work Currently, the only issue we are seeing that I have not been able to address is that the icons do not correctly appear on our command bar. The bar and buttons appear and function correctly, but no icons.&nbs ...Show All

  • SQL Server How to Insert One Row with Multiple time depding on Source Column value in SSIS Pacakge

    Hi ! I need help for SSIS Pacakge. using condtional Split How to insert One records with Multiple time depending on Source column value .Is there possible to wrtie the condition in Conditional split. For Exmaple : Source Table Name : tbl_source following Column Name: col_Name1,Col_Name2,Col_Name3, col_Id,Col_Descrip table contain only one records:GRD1,SRD1,FRD1,100,Product I want Insert the Destiantion table the Follwing Condition. using Conditional Split. 1)Cond1 (!(ISNULL(GRD1)) 2)Cond2 !(ISNULL(SRD1)) 3)Cond3 !(ISNULL(FRD1)) I need the Following output Destination Table Name : tbl ...Show All

  • Visual Studio Uninstalling VS 2005 RC1

    I have an issue with uninstalling SQL Express Edition CPT as part of uninstalling VS 2005 RC1. I have used both the Add/Remove programs and the vs_uninst.exe tool. In each case, I am leaving some residue of the program which triggers an error which does not allow VS 2005 install to configure SQL Express Edition. Any ideas Thanks. This may help you: http://blogs.msdn.com/danielfe/archive/2005/10/27/485863.aspx H ...Show All

  • Visual Basic Web Reference Error

    I am using Visual Basic 2005 Express Edition 8.0.50727.42 (RTM.050727-4200) and .NET Framework Version 2.0.50727. I am trying to add a Web Reference in my Project, the reference is an Amazon Web Service titled Amazon E-Commerce Service. The WSDL page in XML is http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl . When I try to add the above web service using Project -> Add Web Reference and type the above URL, I get the following error: There was an error downloading 'http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl'. The underlying connection was closed: An unexpected error occ ...Show All

  • Visual C++ VS .Net 2005, how to disable intellisense...

    Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Try going to Tools menu -> Options ->Text Editor -> C# -> Intellisense and uncheck the option "Intellisense pre-selects most recently used members". Then click OK. Does this help It does not disable Intellisense, but it should turn off background upates to the recent list. If you are fcing more problems please mention what's ...Show All

  • SQL Server Deploying Reports

    Hi Everyone, I am getting an error when I am trying to deploy my reports to my web server which contains reporting services. The error that am getting is 'Exception of type Microsoft.ReportingServices.ReportProcessing.ReportProcessingException was thrown.' and it appears within the Visual Studio IDE causing the deployment to fail. Has any one seen this error and if so what’s the fix that worked for you Or any suggestions Here’s some background information - My sql server is behind a firewall and within a network. My web server is outside the network and the firewall. I have created my own ssl certificate. I have tried deploying ...Show All

  • Visual Basic Need help with saving URL Code

    Hi All, Ok I've been at this for a week now and obviously I don't get it. I've got some of the code right cause it does work but as soon as I try to save a url it tells me that URI's cannot be put into a richtext box. I have a button that opens a SaveFileDialog box and the way it is now works just fine but when I try to save the url that's in my AxWebBrowser it doesn't work. What I am doing wrong here What am I just not getting (Yes Newbbie ;-)) This is my code for the button so far: Private Sub Faves_b_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Faves_b.Click ' Find the directory of t ...Show All

  • .NET Development TCP Sockets checking aliveness

    Hi, I have an app where it is critical that any connection interruption between the server and the client is immediately noticed. Right now I'm using a "ping packet" that I send to the server and the server sends it back. If it's not returned within time x and the server hasn't received a new one within time x the client assumes it's disconnected or the server disconnects the client. However, since I'm sometimes sending large objects over the socket which can take a couple seconds to transmit I can't send a ping packet every 3 seconds or so as it then would time out since the socket might be blocked while sending a larger object. H ...Show All

©2008 Software Development Network