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

Software Development Network >> Leon Mayne's Q&A profile

Leon Mayne

Member List

Christian Sparre
Heng-yi Liu
arturm
CBuilder
CarlBateman
den2005
curiousss
crp2k4
DDisco22
Fariba Ahvaz
Anil Narayanan
PublicError
Damien Silveira
BobishKindaGuy
Alan Cobb
Gubi
Luke R
Jasper22
Predator14567
yogamnandhu
Only Title

Leon Mayne's Q&A profile

  • .NET Development how do i share my whole hdd with computers on my network?

    i would like to share my whole hdd on this computer on another computer and share the other computers hdd on this computer so when i open up my computer on either computer i see two hdds and not one.. someone please answer Hi, This is not really a Windows Forum but what the hell. Create a share: right click a folder/drive and select "Sharing and Security" click "New Share" (the default share for a drive like C$ is only available for administrators) enter the name of the share click Permissions add the user you want to be able to connect to the share (if you add users, all known users can connect to the share) Show the share as a drive: go t ...Show All

  • Visual Studio Team System how to stress test ajax application?

    I am writing an AJAX application and would like to run performance test on the server. How do I record the trafic to the server and play it back as if it was real a-sync test as it is in AJAX What tool should I use here Eran What is this "LWP for useful site testing" that was referred to in the previous post   Does VSTS support correlation of returned data   For example, if a confirmation number is returned, can I capture that number and reuse it later in the test   This seems like what was referred to in the previous post. ...Show All

  • Visual C++ How to use a DLL in VC 6.0 created in VB 6.0

    Hello Everybody, i want to register and use a dll which has been created in VC 6.0 and use one of its function. i don't know the syntax to use it. Pls help me. Thanks and Regards Munish Gupta How to use a DLL in VC 6.0 created in VB 6.0 i want to register and use a dll which has been created in VC 6.0 and use one of its function. These two are contradictory. Please state your problem without ambiguities. ...Show All

  • SQL Server SQL Server 2005 64 bit vs. SQL Server 2005 32 bit

    Hi, We were planning to upgrade our SQL Server 2000 database to SQL Server 2005 to leverage the performance improvements in 2005. For the upgrade we were thinking of SQL Server 2005 32 bit and SQL Server 2005 64 bit and hence did the performance testing on the both the versions. To our surprise 32 bit version performed much better than 64 bit. For 64 bit we also increased the RAM from 16GB to 64GB. Could anyone pls explain why this is happening We had an understanding that 64 bit will definitely perform better than 32 bit. Does query plan differ for 32 bit and 64 bit SQL server 2005 Thanks in advance Ritesh how are you comparing performance Yes you can get query plan dif ...Show All

  • SQL Server Whats the Maximum Row Limitation?????

    hi I would like to know the maximum rows that can be rendered by Reporting services in HTML . is there a known limitation i am trying to show a 500,000 records/rows in the report.. but the report displays and error saying report server unavailable or attimes the report window just vanishes without a word..... . the query works fine in query analyzer.... Hi Ian thank you for the reply, Error Message displayed was, "Report processing has been cancelled by the user." but no user intervened in the processing..... the following is recorded into the log files by MSSSQL Reporting Services. -------------------------------------------------------------------------------------------- ...Show All

  • SQL Server Any other way but Cursors or While loop

    Hi all, I have a bit of a challenging on my hands with this, i have a result set in a table which i am trying to iterate through the rows one by one i.e Values Values Dates 1.10 1.20 1.30 1.40 2006-03-31 00:00:00.000 2006-06-30 00:00:00.000 2006-09-30 00:00:00.000 2006-12-31 00:00:00.000 go to each row get the value and the date perform some calculation with the value and the date and insert it into another table(which sounds easy enough) my problem is how do i iterate through the result set one by one without using a cursor or a while loop do i have any other options at all Shadow: I assume that the fragment ...Show All

  • Visual Studio Tools for Office Problem downloading items from SharePoint list in Outlook

    Hi there, I'm developing an addin for Office 2007 using VSTO 2005 SE which utilizes four lists located on a MOSS 2007 server. The user is supposed to click on an STSSync link on a web page for Outlook to synchronize to these lists. For my addin to be able to detect those lists, I needed to use a trick: The STSSync link directs to a web service I've built which acts as if it was the lists.asmx from SharePoint. This web service forwards the method calls from Outlook to the real MOSS server and vice versa. The reason I'm doing this is because I don't want the Outlook addin to need to know the actual list guids in SharePoint, it should only know predefined guids from my own application. The web service replaces the guids in the XML returned by ...Show All

  • Visual Studio need to deploy reports again after setup

    hi all, i have a solution with 2 projects, 1 for web application and 1 for report project (created using report designer). i use reportviewer in the web app to access the reports. when i created a setup file, how do i specify the reports to be auto-deployed at the new machine now even though i have installed the web app from the setup file i still need to open the report project and deployed the reports and data source. another issue is when i have run setup at another machine and configured the web.config file and navigate the website at the web browser, report viewer will always show report is being generated and at the end, the page could not be found. while the report is being generated after a while, the status ba ...Show All

  • Windows Forms Problem with ClickOnce and mandatory profile

    Hi, I'm having problem running a ClickOnce application using mandatory user profile. I'm getting these error messages: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : http://192.168.0.2/ClickViewPlayerLite/ClickViewPlayerLite_1_0_0_2.application videoid=668 ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://192.168.0.2/ClickViewPlayerLite/ClickViewPlayerLite_1_0_0_2.application videoid= ...Show All

  • SQL Server Set filter to date Now()

    I want to set a filter to calculate the date range to be 1 year ago to last month. Is this possible ps. Im working with a AS cube. Correction its for a date range of the current year January- the month prior to excution, (So Now() minus one month). Can anyone help ...Show All

  • Visual C++ Suspected with Rational Clearcase problem when using Visual Studio 2005

    Hi, I have posted on this problem I am having before, but I have learned more about the problem so here is an updated post on it. I am trying to build an application using Visual Studio 2005 on Windows XP SP2. The build is taking place on the Clearcase drive (M drive) in a normal view. The binary is built but fails when I try to use it with the following error: The system cannot execute the specified program. Using the depends.exe facility on the binary, I have found that the problem is that the dll MSVCP80.DLL is missing. Since the binary is being built using VC 8, this DLL is contained in the side-by-side Assembly Microsoft.vc80.crt, which is itself referenced by a manifest embedded within the binary. If this manifest cann ...Show All

  • Visual Studio Tools for Office run word document

    hi i have this situatiom i have saved a word document in the db as binary ,then i retreive it and everything is ok but in order to run it i must first save in to a location and then run it what i want is thati want to run without saving it to a location after the reader reads it i want to run it this is the code i use to get the file Dim da As New SqlDataAdapter _ ("Select * From a where id1=532", con) Dim MyCB As SqlCommandBuilder = New SqlCommandBuilder(da) Dim ds As New DataSet con.Open() da.Fill(ds, "a") Dim myRow As DataRow myRow = ds.Tables("a").Rows(0) Dim MyData() As Byte MyData = myRow("f") Dim K As Long ...Show All

  • .NET Development String concatenation optimized for avg. incoming packet size

    Hi, I'm currently working on a socket server that handles incoming ASCII encoded strings and I want to optimize the concatenation and framing of the incoming strings. Messages are stored in a buffer until message boundary is detected and released for processing. So, what I'm basically wondering is, if it's of any benifit to use a StringBuilder for the concatenation of the incoming string or if I can simply concatenate strings with str += "incomingstring"; My thinking is that StringBuilder doesn't add much benefit because PPPoE MTU is at 1492 and my messages have varying lengths from 100 to 400 bytes, which "SHOULD" mean that I ususally get the whole message per incoming packet. Am I right with this assumption ...Show All

  • Visual Studio Express Editions .net 2.0 -->excel

    In my code I would like to connect to Excel. The references i have in the project are: Excel, Microsoft.Office.Core, VBIDE, ... The excel and office references are for version 10.0. There is no version 11.0 on my machine. The error is for Interop i.e. Microsoft.Office.Interop.Excel The type or namespace name 'Interop' does not exist in the namespace 'Microsoft.Office' (are you missing an assembly reference ) Thanks As you said, you have v10.0 not v11.0; it means you should be having Ofice 2002 not Office 2003. The interop reference should get created automatically when you reference to COM of Excel. You can try creating reference again and check if that reference gets created. I am not sure i ...Show All

  • Visual Basic Select Case statement being evil

    The select case statement is out to get me! Has anyone else run into the trouble of having a Select Case statement and one of the case statements has hit if you look at the data, but refuses to hit anyway That probably doesn't make sense... Put it this way... I have, say, a ListBox control that has three IP addresses in it. For argument's sake we'll say the three items are: 192.168.0.1 192.168.0.2 192.168.0.3 These items have the indices 0, 1 and 2 respectively. Now, inside a function that receives a string of data (T) from a network user I have code that's something like this: Dim X As Integer For X = 0 To (ListBox1.Items.Count - 1) Select Case ListBox1.Items(X) Case T 'Code segment 1 Case Else 'Code ...Show All

©2008 Software Development Network