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

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

mkrayirath

Member List

Padma G
Thomas Nowak
KenBaker
Justin20009
Iain Woolley
khanrith
chris olsen
Mister_Vee
CodeRipper
djlins
Rob Nikkel
johnconstantine
ria654
Daniel Moth
David Wilson
tonyheupel
DutchRhino
mladjoboy
BobMac
il0vehim.
Only Title

mkrayirath's Q&A profile

  • Visual Studio Express Editions Visual Studio SQL 2005 -- add-on for .NET web development?

    Hello, I have Visual Studio that came with SQL 2005 (Enterprise Ed). How can I enable it to do .NET web development Is there a component to download and add Thank you, G.B. If I understand you correctly... when you go to start a new project you see nothing about building a new web site or ASP.NET application... for some reason it was decided to move this functionality and instead of going to File -> ...Show All

  • SQL Server develop reports(public on report server 1.0) in vs2005 ?

    as title,is anyway to translate two different format rdl files thx ! A translation between the 2003/10 RDL namespace and the 2005/01 RDL namespace is done for instance automatically by loading a report in report designer and saving it. It is performed implicitly when uploading a report on a RS 2005 report server. A translation from 2005/01 back to 2003/10 is doable (e.g. with a XSLT), but I'm not aware of any publicly availabl ...Show All

  • SQL Server Help!! "The report server has encountered a configuration error........"

    Hi There, I have installed Sql Server 2005 on my machine. I've managed to created report, but when i try to deploy e same, I'm getting e following error...am i missing something here The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.4\Reporting Services\ReportServer\RSReportServer.config' i ...Show All

  • Windows Forms MSSQL query timeout exception

    I've a form where I need to populate datagrid with data retrived from "very long" store procedure. Execution time is above 10 minutes. Unfortunatelly, after about 30 seconds I receive timeout exception. I've tried to modify Connect Timeout time by&n ...Show All

  • Visual Studio 2008 (Pre-release) How could I test a WCF service from browser

    It Is possible to test a WCF service from browser like in ASMX I did it in September CTP, but failed in November CTP. When I use svcutil.exe to generate a proxy, it throws a exception: D:\>svcutil http://172.21.25.14:8877/MathServices wsdl Microsoft (R) Service Model Metadata Tool [Microsoft .NET Framework, Version 2.0.50727.129] Microsoft Corporation.  All rights reserved. Error: Unable to obtain Metadata from the Uri provided ...Show All

  • Windows Forms MouseDown and Click Events

    I have an interesting problem.  I have built a form with a save button, and want to validate permissions before I allow saving the record.  When the user clicks the Save button, I had hoped to perform a permissions check, and then Cancel the&nb ...Show All

  • SQL Server Function for getting a extension from a filename

    I need a function that returns the extension of a filename, im not so the T-SQL expert so i wanted to ask if this query is ok would it be faster to do this as a CLR function set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER FUNCTION [dbo] . [fn_GetFileExtension] (   @Name nvarchar ( 256 ) ) RETURNS nvarchar ( 256 ) AS BEGIN   IF ( SUBSTRING ( @Name , LEN ( @Name ) - 3 , 1 ) = '.' )   ...Show All

  • Windows Forms DataBinding memory leak in Windows Forms 1.1

    I am currently writing a Windows Forms Application using Beta 2 in C#. I will be using data binding. I understand that the .net framework 1.1 has a memory leak http://support.microsoft.com/default.aspx scid=kb;en-us;813137   Has this memory leak been resolved in the new 2.0 Framework Thanks Russell Mangel Las Vegas, NV Yes - this issue has been addressed.  We now clear a control's binding collecti ...Show All

  • Windows Forms Are u Expert of WinForms? Run Time Designing & MSI Creation... must read my message...

    Any body Who is an Expert Programmer of .NET , Help Me.........plz I am a Moderate .NET Software Developer... and i want to Develop a Software , the complete senerio for this software is:... I Want to Create a Software(exe / msi) Which is Capab ...Show All

  • Visual C# http headers / cookies etc

    Just looking for a nudge in the right direction. I am new to C# and .Net. I have a simple browser built using the webBrowser component. What I want to do is carry out regexps on the source code downloaded (i.e search the page for errors etc). where do I need to be looking to make this work Pointers only, don't solve it for me! Cheers. G. http://www.regxlib.com/  would be a good resource, I hasve seen examp ...Show All

  • Visual Studio Tools for Office Insert ListObject Dynamically Failed - Microsoft.Office.Tools.Excel.FailureReason.CouldNotResizeListObject

    Microsoft.Office.Tools.Excel.FailureReason.CouldNotResizeListObject I want to insert a number of Listobject dynamically (more info ) but the destination of ListObject may overlap with other existing control/ range. If so, the captioned error was thrown by VSTO. Any work around solution Thanks, Hi Peter, Sorry for the delayed response - I was out sick. If the ListObject is already of the size that the ...Show All

  • Smart Device Development How do I connect the Encrypted database ?

    I had created a Encrypted database that sql server mobile editon , but I cannot connect it in my application .The code as shown: string mysring =@"data souce =\My document\dataName.sdf;password=mypassword"; What's wrong Could you please post your code where you try to make a connection This connection string only does not help very much to tackle your problem. ...Show All

  • Software Development for Windows Vista PPC Start Menu -> Settings and Programs localization problems....

    Hello! I'm writing new localization system for PPC for Wm2002/Wm2003/WM2005. I have a problem with Start Menu Settings and Programs names. How can I hange the names of Programs and Settings in Start Menu. I was looking in shellres.dll, and I olso create MUI file of shellres.dll with changed that names, but it doesn't helped. I didn't found anythink about it in system registry. But different localization systems change it without problem. ...Show All

  • SQL Server Displaying a report via Web Service - access denied error

    Hi, I am just following the code examples of Microsoft SQL Server 2000 Reporting Services (by Brian Larson). I get 'Access denied' when calling a report via the web service. 1. user TestUser has the Content Manager role on both folder and report itself 2. user TestUser belongs to the Administrators group 3. IIS, Reporting Services, SQLServer located on the same machine 4. Web service code included ( cmdExecute_Click) : Any he ...Show All

  • Visual Studio Team System How to support Code Coverage

    We want to support Code Coverage for COBOL project System. Please tell us how to support Code Coverage with VSIP SDK. Please tell the topics about Code Coverage in VSIP Documents. Best Regards. Hi Munjal. Thank you for reply. I understood how to do code coverage. Can the test project be made in COBOL And, can code coverage be done Best Regards. Shinya Watanabe ...Show All

©2008 Software Development Network

powered by phorum