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

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

RayClark096

Member List

Jim Fr
Andrew Buyan
Bradley Reynolds
Paul Fuhrmann
Stanomatic
SP534
Kyco
LuisGarcia
lms07424
sofakng
Royal Zaid
zaboboa
wycleft
GyrusGM
Sai A
greenhorn
ysrini
kp73
NickMcCrea
ZopoStyle
Only Title

RayClark096's Q&A profile

  • Visual Studio When will VS 2005 and VSS 6.0 work?

    Open vs 2005, select "pending checkin window" for about 10,000 files wait 45 min to 1 hour.. I think you misunderstood me Ray. We do have perf and regression tests for both VS 2003 and 2005. I was just saying that I personally was not in charge of Perf testing, so I could not tell you an exact Perf numbers for different versions of VS. I was only in charge of testing the fix for the pending checkins window for the SP1 which was a regression from VS 2005 RTM. BTW, what breaking problems are you encountering which is a regression besides the bug that was introduced by SP1 Beta and fixed for final SP1 Also, what basic performance problems are you seeing that has regressed from VS 20 ...Show All

  • Visual Studio Express Editions Online Searches Fail but Community Access/Forums No problem

    Just installed Visual Studio Express 2005 (the C++ option). Tried to use the Document Explorer to search online using the Search tab for the string "Simple2D". Got the following error message. I understand what it says, but I'm wondering how to resolve it. The Explorer seems to know how to talk to other parts of msdn fine. X Search failed The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href='http://services2.msdn.microsoft.com/search/service.asmx'>here</a>,</h2> </body></html> --. singlark wrote: My ISP had me set my connection setting to use a pr ...Show All

  • SQL Server Slow VS2005 performance while designing reports

    I'm designing SSRS 2005 reports in VS 2005 Professional Edition. I have 2 performance problems that make me really angry: 1. Designing reports takes so long! After each click I have to wait a couple of second, the more complicated the report is, the more time I have to wait. The processor is on 100% during this "waiting". I don't know what he does, maybe updating the .rdl file after each change. But it's really horrible! Right now I'm designing a report for my customer with about 10 data regions and only 30% of my time is designing it, the rest I just sit and wait. 2. Dynamic hiding of solution explorer tab Terrible ! maybe 20 seconds until it hides! Please help! Do I need a fix or is it a common issue I haven't f ...Show All

  • Windows Live Developer Forums my map control takes ages to load

    I have a map on one of my aspx pages on my web app that uses Microsoft Virtual Earth technology. I use this script to load the map on my page. <script language="javascript" src="mapcontrol.js"></script> <script language="javascript"> var map = null; var findcontrol = false; function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(-19.124475028143408, 25.37669692687989), 4 ,'r' , false); addLayer(); } function addLayer() { var veLayerSpec = new VELayerSpecification(); veLayerSpec.Type = VELayerType.GeoRSS; veLayerSpec.ID = 'layer1'; veLayerSpec.Method = 'get'; veLayerSpec.LayerSource ...Show All

  • Software Development for Windows Vista How does the serialization work?

    I have the code shown below to serialize a workflow to XML. The workflow consists of custom activity classes, each having its own associated designer. The resulting XML file only contains the names of the activities but not a single property of them. Why are the built-in properties of the activity base classes not automatically serialized Do I need to create a custom serializer for each of my custom activities, even for the built-in properties Is serialization of the activity designer classes also managed by the WorkflowMarkupSerializer or does it only manage the serialization of the activity classes I have many properties for visual appearance in the designers, that I would like to be serialized so that the visual ...Show All

  • Audio and Video Development iHDSim crash referencing unloaded element

    This is both a question and a comment/bug report. Steps to reproduce the bug (iHDSim released 8/29): Load iHD application. In script, after markup is loaded, store a reference to an element on the current page (I used getElementById()). Use the <link> tag in a <cue> to cause a new markup page to replace the current page. Attempt to reference a property of the element stored in (1). The reference attempt is surrounded by try...catch(). iHDSim crashes with a memory reference error. Questions: What is the correct behavior I'm guessing an exception should be thrown. Is there a way to check whether an element exists before trying to reference it's property to trigger an exception It seems that something is getting deleted/garbage ...Show All

  • .NET Development .net, .mdb, and the framework

    I am a consultant and I have commissioned work from a programmer I have hired, the software is written in .net for Windows and is not web based. The problem we are having is causing us to pull our hair out. The problem is this: On the developers WinXP machine with 03 visual studio the application he wrote works phenomenally well. On my machine Win2K no visual studio the application he wrote works phenomenally well. The unfortunate problem is that the CLIENT has installed the same application multiple times (XP SP1 and SP2) and is consistently getting the table display errors, either to do with the database access or something to do with the draw routine. He has installed .NET framework 1.1 from MSFT multiple times but its always a no go. I ...Show All

  • SQL Server SQL Select

    Hi, I've got 2 tables with 2 fields each; Table1 is the master account list with fields: AccNo and AccDescr Table2 is the account balances with fields: AccNo and AccBal If an account has no transactions and no balance it doen't appear in Table2; Table1 is a complete list of all the accounts; I want all the accounts to appear on my report...if there is no balance (doesn't appear on Table2) it should still be on the report with a 0 balance; How can I achieve this Currently only accounts with a balance displays; This is my SQL statement: SELECT Table1.AccDescr, Table2.AccBal FROM Table1 INNER JOIN Table2 ON Table1.AccNo = Table2.AccNo Thanks what are you running this query ag ...Show All

  • SQL Server Excel 2007 Compatibility with ProClarity 6.2

    When installing the ProClarity plugin for excel, it prompts that it looks for Office 2000 and greater.. I currently have Office 2007. To go over this I installed Excel 2003 along with my 2007 installation. Do you have an idea how to use the plugin over Excel 2007 I do not know if this is good enough but you do not need ProClarity's Excel export(Business Reporter),plugin, tool. You can connect directly to SSAS2005 from Excel 2007. The future of this ProClarity plug-in is questionable. Edit: I understand that a 6.3 release of ProClarity Analytics will be delivered soon. This is the last version. After that you will see ProClarity in Performance Point Analytics. Regards Thomas Ivarsson ...Show All

  • Windows Forms Adding things other than string to a ListBox

    Hi Everyone, Is ListBox capable to contain other controls such as TextBox, ComboBox, and even user controls Or is there any control in Windows Forms can do equivalent things Hi Leon Z, Any control that inherits from control class allows controls (child controls) to be added. Here is an example: for ( int i = 0; i < 5; i++) { TextBox txt = new TextBox (); txt.Name = i.ToString(); txt.Text = i.ToString(); txt.Dock = DockStyle .Top; listBox1.Controls.Add(txt); //adding controls to a listbox. } It depends, like you could have a Panel to do the same, which is more often used as a container for controls. Thanks, JDee ...Show All

  • SQL Server Trouble with Workflow DTS (SQL 2000)

    Trouble with Workflow Hello. I have a DTS package that executes some tasks of the type "Execute Package Task". Every Task has a Condition of been executed just in case of success.  I understand that only if the precedent task ends successfully the next one would be processed. My problem is that the DTS continues even if one of the previous steps fails. Would you have any idea ____________________________________________________________________ My escenario is something like this: EP: Execute Package Task ES: Execute Sql Task  ______                  _____ EP# 1      (on success)  ----> EP# 2        (on success)    ...Show All

  • SharePoint Products and Technologies Update the Answer field of an existing listitem

    Hi, I'm trying to add an answer to the Answer field of an existing listitem. I can reach the item, but none of the updates are being done. I update the answer field like this : item["Answer"] = "NEW ANSWER"; List.Update(); This doesn't give any errors, but it doesn't do anything. Does anyone know how to update this Greetz ! ...Show All

  • Visual Studio Cannot install GAX/GAT June 2006 CTP

    Hi, i cannot install GAT and GAX June 2006 CTP. I have installed the previous GAT release but it did not uninstall properly. After trying out Toms list of uninstall options and cleaning the MSI database with msicuu.exe still no love. OS: XP Home German VS2005 Professional Edition English MSI Installer messages of GAX: Couldn't locate Hosts node on the manifest configuration file. It may be corrupted. Try deleting the manifest and reinstalling the product. GAT: Unable to get instally types in the C:\Programme\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\MetaGuidancePackageInstaller.dll assembly. --> Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more in ...Show All

  • Connected Services Framework Could not find the CSF-Administration-OU Organizational Unit in Active Directory

    I am trying to install CSF 3.0 on a machine joined to my domain. I choose Complete install, and leave the Optional Top Level OU box unchecked. I've also tried manually creating the CSF-Administration-OU in AD, but I get the same error. Am I supposed to have SSL Certs pre-installed before running CSF install This is from the MSI log: Property(C): SetCertificateList = SESSIONWEBSITECERTIFICATE,IDMWEBSITECERTIFICATE,PMWEBSITECERTIFICATE,PIWEBSITECERTIFICATE,SCWEBSITECERTIFICATE,NPWEBSITECERTIFICATE Property(C): DEBUG3a34 = 34 Property(C): DEBUG1a34 = 34 Property(C): SetSqlComboBoxSet = 1 Property(C): ORGDESC = CSFHOSTINGORGANIZATIONDESC Property(C): ERROR = No SSL Certificates in Certificate Store! Property(C): ERRORTRACE = &nbs ...Show All

  • Visual Studio 2008 (Pre-release) Glass on non-rectangular windows

    So I got glass working using the code here , and I got non-rectangular windows working using AllowsTransparency. Now here's the challenge: can I make a non-transparent glass window Thanks in advance, Rei I tried setting it to 1,0,0,0, hoping it would turn on Glass but not the window matte, but it didn't work. Glass seems to get disabled when AllowsTransparency is on. I'm thinking this might be a limitation in DWM... ...Show All

©2008 Software Development Network