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

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

ChrisBCritter

Member List

praefex
vspbh
Bhavin B
soccerjoe
DugganFifr
tjanke
Jason-Massey
yossi t
Sidd
aquino
Nate L
Shabari
Moshe Gutman
Mike Husar
Beman
Makoto
Norbert Bleyer
wwwalrus
hkay
NightShade
Only Title

ChrisBCritter's Q&A profile

  • Visual C# Intellisence not auto show?

    some day ago,i install a Resharper!but my memory is too small to run it! so i uninstall it. after that,I found the Intellisence is not work normal! the Intellisence can't auto show the box! but i enter the shortcut ctril+K and ctrl+L,the Intellisence box will appear! but this is too complex to write code!I don't know what' wrong! Is there someone can help me Thank you very much! --sorry for my poor english You can try the following Go to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE and run devenv /setup followed by devenv /resetuserdata followed by devenv /resetsettings CSharp. [ from http://for ...Show All

  • Visual Studio Crystal Reports And Access Database Connection

    Hi, I am just starting to use Crystal Reports for the first time and Im having trouble configuring my database connection. I want to be able to set the reference to the database in the bin folder and not specify a path so I can deploy the end product to a number of different machines. Is there a way to just "point" to my bin folder like I usually do with OleDb Connections and not have to redefine the path on each machine. Mak ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mech Commander 2 Shared Source Release Intall problem

    Hey there, I'm using XP professional Korean version with sp2...I've installed XNA Builder without any problems, but when I install the Mech Commander 2 Shared Source Release, a error messege popped up like this: Error 1324. The path Microsoft MechCommander 2 Shared Source Release contains an invalid character. Then the installation finished. Could anyone be pleased to tell me what can I do for this I've download it twice, but the same problem came out, and I've tired to modified to inner language option in the control panel to English, but it just doesn't make any sense... Hey, sir, I've re ...Show All

  • Visual C# Asynchronous Method Calls - Whats the max?

    I have a class that creates worker threads using Asnychronous Method Calls using an Array of Delegates each one is invoked by iterating through the array and calling BeginInvoke (have posted an excerpt below *not the actual code*). My question is what is the suggested maximum number of Asynchronous items to have working in the background at the same time. I know each is a new thread and by default there is a maximum of 25 threads available in the pool on a normal single processor workstations. I also know that when the maximum is reached the additional ones are serialized and put into a holding area (qued ) until another thread becomes avail ...Show All

  • Visual Studio 2008 (Pre-release) Generated WSDL doesn't reflect the security binding

    I'm performing the following test scenario: 1. Manually edit a WSDL file to change the policy settings, namely change the EncryptedParts and the AlgorithmSuite 2. Load this WSDL, get the Binding (via the ServiceEnpoint) and add a new ServiceEndPoint to the host 3. View the generated automatically generated WSDL at (http://... wsdl) According to my observations, the generated WSDL doesn't reflect the original WSDL. For example, if I change the AlgorithmSuite to Basic128 in the original file, I always get Basic256 on the generated file. I've observed the Binding object (obtained via the loaded WSDL) and the SymmetricSecurityBindingElement has ...Show All

  • Windows Forms initial timer event throws error when trying to rebind datagrid

    I'm using a System.Timers.Timer to refresh a view in a datagrid On the first refresh I ALWAYS get this error Column 'firstName' does not belong to table responses. I'm just assigning a DataTable to the datasource of the datagrid. details 1) I have a refresh button who's click event runs the EXACT SAME code as the Elapsed event on the timer. The refresh button NEVER throws this error 2) After the first refresh this error no longer comes up. It keeps refershing without incident The error seems to be thrown in the paint event of the datagrid is as much as I can tell. any ideas I'm just curious what's so different about t ...Show All

  • Visual C# ARROW, BACKSPACE, ENTER keys locked and are not functioning !!!

    the issue may seem stupid enough, but not mystical. The behavior started to show self after I set "Visual Source Safe" as "Source Control" tool. As you check out the item you're not able to use any of the above typed keys, but others and mouse. You can achieve NORMAL_EXPECTED_BEHAVIOR of the keyboard as you close and start the Visual Studio again. And here is the mistical point that should explain. Where is that magical option box that I should set false/true that to get back the NORMAL_EXPECTED_BEHAVIOR of the keyboard and environment And which edition is that in the future that the environment will not assume developer as a stupid pi ...Show All

  • Visual FoxPro Bug in VFP 9? Adding an object to an array with AddObject.

    We have this base class that basically implements a collection (I know there are collections in VFP, but we can't change this overnight). Part of the process is to add an object to an array. This code word flawlessly on VFP6 for years. this.ItemCount = this.ItemCount + 1 Dimension this.Item[this.ItemCount] Local cItemPlace cItemPlace = "Item[" + LTrim(Str(this.ItemCount)) + "]" this.AddObject(cItemPlace, this.ItemClassName, &tInitParameters) We are now preparing to upgrade our systems to VFP 9 and during the testing we get an "Object name is invalid" error on the line that adds the object. This error occurs very rare (maybe once ev ...Show All

  • Visual Studio Team System WebTestContext

    Hello all, I'm trying to simulate our applications load environment. My plan is to run ~100 users in the load test.  In order to act on the system, it is required that they log in first.  However, this login operation is considered material, and therefore I don't want to log the users in for each different action, as it will inflate the numbers.  I tried just running the login code once per WebTestUser, in terms of WebTestContext.WebTestUserId, but that did not seem to persist the cookies. Any thoughts on this Also, we'd like to control the frequency of each test action by role in terms of number per time period.  Thi ...Show All

  • Visual Studio Team System Unit Test Wizard doesn't let me select certain projects.

    When adding a new unit test to my test project, the Unit Test Wizard jumps back to the "Add New Test" dialog when I select certain projects.  If I try to click either the '+' sign for the tree structure of the project or try to click on the project's CheckBox, the dialog returns to "Add New Test".  Is this because test units cannot be auto-generated for this project, and if so why do I not see some form of message dialog --Edit-- I also attempted to create a test unit directly from the class that is to be tested.  I received the error: "The source code cannot be sufficiently parsed for Code Generation.  Please ...Show All

  • SQL Server Kirk: Importing/Exporting with column ErrorCode, ErrorColumns

    I am currently redirecting lookup failures into error tables with ErrorCode and ErrorColumn. It works fine until I want to transfer data into the archived database. The SSIS pacakage generate by SQL Exporting tool is throwing an "duplicate name of 'output column ErrorCode and ErrorColumn" error. This is caused by oledb source error output. The error output automatically add ErrorCode and ErrorColumn to the error output selection and not happy with it. I think the question is down to "How to importing/exporting data when table contains ErrorCode or ErrorColumn column " Can you not ...Show All

  • .NET Development getrequeststream error

    To everyone: below is a partial code that i am doing for parsing an html. this works fine on the first access. but at the second round it is hanging on getrequeststream(highligted in red). if there is anyone of you who have encounted this, please advise me of the solution. Thank you so much. Arequest.ContentType = "application/x-www-form-urlencoded" Arequest.ContentLength = postData.Length Arequest.Method = "POST" Arequest.AllowAutoRedirect = False Arequest.Timeout = 100000 'adsasddf 'Dim sCookieContainer As CookieContainer 'Arequest.CookieContainer = New CookieContainer 'Dim requestStream As Stream = Arequest.GetRequestS ...Show All

  • Windows Forms Urgent !!!! please ;)

    hie, Can anyone drop some ideas on why this new stuff is failing with the sample code even  It throws the exception Stack Overflow !!! Another confusion : do i need to resolve any kind of firewall issues even if I am creating my terrarium just to test the creature  (I tried to craet a new one but one ball at the right top corner&nbs ...Show All

  • Smart Device Development Error: Connection To CE.NET Device

    Hi Guys I am trying to connect to windows CE.NET Device from Visual Basic.NET 2003. When I am trying to connect to Device its giving me error Cannot connect to device make sure the device is physically connected to the desktop. I think I have configured all the settings correctly. Any thoughts thanks in advance. Yeah I think so. Anyways I sent back the device to the manufacturer and requested them to re install the OS. I'll have the device back in couple of days. Thanks for ur reply. ...Show All

  • SQL Server Dynamic chart generation

    Is it possible to generate charts dynamically based on the input. i.e. When we provide the input as 1, it should be generating 1 chart and if the input is passed as n, the report should be generating n charts. ...Show All

©2008 Software Development Network