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

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

ReneeC

Member List

chazparks
Nightman28
calvin_mayo
Markus Schiller
Juergen Lorenz
bagjuice
WynApse
Codeninja
StephenMas
MSJ17
haihtomy
Lars Andreas Ek
bodaay
Tim Dallmann
Howard B
JR-J
Seth Livingston
Eric Delaune
Pedro Martins
fel lobo
Only Title

ReneeC's Q&A profile

  • .NET Development ThreadPool on Multiple processor machines

    Hi, I am writing a number crunching server application and would like to be able to split the work across multi processors on my server. Would it be sufficient to use a .Net ThreadPool and queue the tasks on the different threads I am not sure about this because from the operating system point of view all the threads are running within the same operating system process and would therefore not get split across different processors. If this is the case then how can I make use of multi processor architecture on .Net applications Regards Vikram Hi nobugz Thanks for your reply. Is there any way I can test this theory Sorry, I really need to be sure about this as my project design will depen ...Show All

  • Visual Basic Setting Filter Programatically In EXCEL

    Am trying to filter data in EXCEL programatically using VB.net xlsSheet.Application.Selection.AutoFilter() Now how do i set the filter criteria Example Filter on Field 1 for Code="USNE" Any help is greatly appreciatred. Sasidhar, I will take the multi-Select ListBox as an Example. In your new project, please choose a test database for your project, such as Northwind. Add a ListBox control in your form, take the attributes as follows: Name: List0 RowSource: Customers ColumnCount: 2 ColumnWidths: .5";2" Multiselect: Extended Width: 2.5" Add a command button, set the Name property to Command4 and input the following code for t ...Show All

  • SQL Server Partition by attribute not in fact table

    Hi, I am trying to partition a measure group in a cube. The problem is that I don't want to split it by the granularity attribute in the fact table. I want to split it by an attribute in the corresponding dimension table which has a one to many relationship to the attribute in question. I can't do it by using any numerical operators on the granularity attribute ( between, less than etc.). Can anybody suggest a solution Dave Hi Dave, One way would be to (in the partition Query Binding) join the fact table to the dimension table(s) with the attribute that you wish to split by. This is the type of query that AS 2000 generates, when a partition slice is defined on a non-leaf member of a schema-optimi ...Show All

  • Visual C# Finding text in a Rich Text Box Control

    I find that when I use richTextBox.find(string) it only seems to search until the first occurrence of the string. How can I have a find like that in notepad etc. i.e. finds the next occurrence with each click. The code I'm currently using to do this is: int pos; if (RichTextBox.SelectedText == "" ) { pos = RichTextBox.Find(searchTextBox.Text, 0, RichTextBoxFinds .None); } else { pos = RichTextBox.Find(searchTextBox.Text, (RichTextBox.SelectionStart + 1), RichTextBoxFinds .None); } if (pos < 0) { MessageBox .Show( "Your query " + searchTextBox.Text + " could not be found" , "Results" , MessageBoxButtons .OK, MessageBoxIcon .Warning); RichTextBox.DeselectAll(); } ...Show All

  • SQL Server Training

    Whose training courses would you all recommend Ideally, I would like a data warehouse modeling course that discusses Analysis Services 2005 secondarily. I usually recommend this book: http://www.msftdwtoolkit.com/Index.htm . I have not been to their DW-cources yet but the book is really good. They have also a site dedicated to general DW-design problems that is relevant for the SQL Server BI-platform and other competing technologies. www.kimballgroup.com I do not gain anything for recommending it. HTH Thomas Ivarsson ...Show All

  • SQL Server VLAN/Teamed Network Adapters for Principal and Mirror

    Hi! Is it possible to use teamed network adapters for Principal and Mirror in a quorum I need to use a VLAN networkconnection in order to setup a Synchronized Database Mirror with Witness session. Thanks in advance! Database Mirroring makes connections over standard TCP/IP protocols, so there is no functional dependency that would prevent the usage of teamed network adapters which operate at lower levels of the network stack. Regards, Matt Hollingsworth Sr. Program Manager SQL Server High Availability ...Show All

  • SQL Server Finding valid identity range on merge subscriber

    I am using merge replication with automatic identity range management I want to be able to give a disconnected subscriber a warning message if a certain percentage of the allocated subscriber identity range has been used - so that they can make sure they reconnect soon to obtain a new identity range I can get the current identity value OK, but I can't find a good way of finding the current permitted primary and secondary ranges The information is available in the check constraint, but I don't really want to have to parse this! CONSTRAINT [repl_identity_range_0DF907AC_40CF_4849_9BD0_2173C90A3805] CHECK NOT FOR REPLICATION (([ContactID]>(10000040000.) AND [ContactID]<=(10000050000.) OR [ContactID]>(10000050000.) AND [Co ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Suite 180-Day Trial interfering with current VS 2005

    I currently have Visual Studio 2005 Team Developer on my PC. I would like to evaluate Visual Studio 2005 Team Suite 180-Day Trial. I am interested in the Team Test features of Load Testing, Manual Testing and Test Case Management. If I download the trial, is it going to mess up my current configuration What happens after the 180 days, will my VS die Is the better way to test this to download it on another PC Ideas are appreciated. Thanks. Hi Dana - I definitely understand your concern, I wouldn't want to reinstall all of those add-ins either. I unfortunately don't have a Trial installation on any of my machines but I *think* that you run Add/Remove Features to get this option. Can you give that a try and let me know If not, ...Show All

  • SQL Server Transfering a file from a FTP server to a SQL Server Table

    Hi I currently trying to construct a package where a file is picked up from a FTP site and then is inserted into a SQL table. I have created the FTP Connection Manager and I have linked the FTPTask object to this connection. Where does one go from here. Thanks Stephen use the SSIS data-flow to insert the contents of the file into SQL Server. A good way to build this for beginners is to use the Import wizard within SSMS. That will build you the basic data-flows inside a package which you can then modify accordingly. -Jamie ...Show All

  • SQL Server OLE DB Provider Oracle

    english: Hello, I have got a problem with the a linked server in SQL server 2005 (64 bit) to Oracle 8.0.5. (32 bit). Further details: The old existing SQL server 2000 (32 bit) has a linked server to Oracle 8.0.5. The works with the OLE DB provider from Microsoft. The new SQL server 2005 (64 bit) should also have a linked server to this Oralce database. I have installed the Oracle 8.0 clients on the new server. The connection to oracle works with the client tools from Oracle. But the SQL server 2005 couldn't connect to the oracle database. The error message from the SQL server sounds (translated form a german error message): A instance of the OLE DB provider "OraOLEDB.Oracle" for the linked server "xxxxxx ...Show All

  • Visual Studio 2008 (Pre-release) Perforator.exe

    Hi, I tried to run Perforator on my PC, WinXP and can't get it working. I tried the advise in the manual, concerning loading perforator : " reg add HKLM\SOFTWARE\Microsoft\Avalon.Graphics /v EnableDebugControl /t REG_DWORD /d 1 /f" But it still doesn't work. I just get "Perforator.exe has encountered a problem and needs to close..." I downloaded the Microsoft SDK (6.0.5383.1.1.WindowsSDK_Vista_idw.DVD.Rel.img) Is this the right download ...Show All

  • .NET Development ICDILFrame2::EnumerateTypeParameters() question

    Hi, given the following snippet: class GC <V> { public V f1; public GC( V x) { this.f1 = x; } public void p(V v) { V v2 =v; System.Console.WriteLine(" f1 " + this.f1 + " v " + v + " v2 " +v2 ); } } class App { static void Main() { GC<int> x1 = new GC<int>(100); GC<GC<int>> x2 = new GC<GC<int>>(x1); x2.p( x1 ); } } when a breakpoint on the "WriteLine" is hit and the frame's type parameters are inspected, the ICDType for "v" is given as ELEMENT_TYPE_CLASS (for GC`1) rather than as ELEMENT_TYPE_GENERICINST (for GC`1 parameterized by 'int'). When a type is parameterized on a generic type, is there a way to discover the type(s) it is ...Show All

  • Windows Live Developer Forums .Net Web Control + Operation Aborted

    I am trying to create a .Net Web Control, embedding the VE control + javascript within the control, exposing some clean properties/methods etc. so I can host from other pages. When I run the simplest of maps, I see the map appear then I get an "operation aborted" exception from the browser. Presumably this is caused by some VE Javascript running before the entire page hosting the control is complete or something Anyone have any ideas Phew. That solution really saved some bother! Incase anybody else is having the same problem, I was getting 'unexpected call to method or property access' when I attempted to add a polyline to a map. Other mapping stuff was working, and the problem only surfaced on IE7, aft ...Show All

  • .NET Development problem with slight difference between vs2003 & vs2005

    I got a project written in vs2003 and I am trying to port it to vs2005. However I have encounterd a small problem. MSDN for vs2003 said: System.ComponentModel.conponent.Dispose function is a virtual one thus can be overrided, but in vs2005, Dispose does not have the virtual property, so I got a error"function Dispose does not have a virtual, abstract or override propertise so can't be override" can anybody help me thanx! Thats a nice example, but I find that all examples are exact duplicates of the same published standard. Where is that model used most often in VS The answer for me s creating components. I have propertiies for my components that alow a user to select other objects in th ...Show All

  • Visual Studio 2008 (Pre-release) error logging in while publishing on uddi

    Hi, I am trying to publish my service on uddi but even pefore publishing it is giving me error of user login failed while my login and password is correct. I tried to access the web UI on the link http://test.uddi.microsoft.com so that i can check whether there are some problems with my login information or not but i cant really access the publishing UI on this link. so can anyone help me with the prob why isnt it logging in programatically and secondly where can i find web UI to publish. the code is as follows: Publish .Url = "http://test.uddi.microsoft.com/publish" ; Publish .User = "my login name" ; Publish .Password = "*************" ; //Create tModel SaveTModel stm = n ...Show All

©2008 Software Development Network