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

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

pdurbha

Member List

Han Qiao
MotorolanSummer
LookitsPuck
michaelp
Quiztar
RogerRV
soheila
Will Merydith
kstus
Sriram Rajamanuri
GoDaddy
Menthos
mneedham
Delboy
CMU
glasssd
jss3426
zzpinkie
MHenke
SOAC
Only Title

pdurbha's Q&A profile

  • SQL Server Partition Slice Property

    I'm having trouble processing a partition that has a slice property selected. My data is partitioned on a montly basis, hence the slice is along the lines of [Date].[Date Hierarchy].[Month].&[200607]. When I do process index or process full, it fails. Iget the following error: Error: The script threw an exception: Errors in the OLAP storage engine: The slice specified for the Half Year attribute is incorrect. Errors in the OLAP storage engine: An error occurred while processing the indexes for the Viewers 200607 partition of the Viewers measure group of the Viewing cube from the BDW database. I didn't type the mdx myself, just click and drag from metadata pane. Anyone know why this might be happening Thank. Rahil ...Show All

  • Visual Studio Team System Team Build result not showing in the Builds Report

    Hi, I created a team build and used Approach #2 in http://blogs.msdn.com/nagarajp/archive/2005/10/26/485368.aspx to build VS.NET 2003 solution file. However, after the build succeeded and warehouse refreshed, I am not able to see this result in the Builds Report. Is there some target missing in this approach The only difference I see here is that SolutionToBuild item is not defined. So the CoreCompile target is skipped. Does it affect the reporting Thanks, -hengyi Since the all the builds show up in the Build Browser in Visual Studio, I would expect the Builds Report will also display the same information. (the tfsWarehouse.Build table does have this empty build.) So right now to work aro ...Show All

  • .NET Development ExecuteReader requires an open and available Connection. The connection's current state is Open, Fetching

     cmd.ExecuteReader Run-time exception thrown : System.InvalidOperationException - ExecuteReader requires an open and available Connection. The connection's current state is Open, Fetching.  I'm having a issue with my program. My application does a search first, then the user has the ability to edit the search results. So first a datareader is created and the ExecuteReader is called and you know the rest. Then once the user is ready to submit their changes and executeNonquery is called and you know the rest. The code fails at cmd.exectuenonquery line. Here is my code First the user searches for records based off an id: Private Function RetrieveErrorRecords(ByVal ErrorID As String) As DataTable      ...Show All

  • Visual Basic register a file type

    So when I deploy a program I write, how do I register a custom file type such that when I try to open a file a program starts automatically ie a txt file starts notepad, doc starts word, etc... I want to mac a .m file start scilab's matlab to scilab conversion process. See if this thread helps: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=503095&SiteID=1 ...Show All

  • Visual Basic How to call a memory release ?

    Hi, I am currently building a VB.Net Application that uses Adobe Acrobat Professional 7.0. The problem is that the amount of memory used while the process is running always keeps growing. And I am sure that Acrobat is responsible for that. So I would like to know how to call a memory release in VB.Net. thanks for helping. Alex I tested the command : System.Runtime.InteropServices.Marshal.ReleaseComObject And it finally works, Acrobat keeps taking a lot of memory space, sometimes more than 200megs for a 4meg document but when I close the document and release the COM object it gets a little smaller. Lets just say that to run my application, users will need at least 1024 meg RAM for optimal performance :-) Thanks again f ...Show All

  • Software Development for Windows Vista "WORKFLOW FAILED VALIDATION ERROR" in XOML WORKFLOWS!!!!

    Hi Gurus, Pls Help..I got stucked with this error while running the XOML State machine Executable Workflow.Here is my Code where it showing error XmlReader reader = XmlReader .Create(xomlpath); WorkflowMarkupSerializer wms = new WorkflowMarkupSerializer (); Activity wf1 = wms.Deserialize(reader) as Activity ; //HERE I GET ERROR SAYING WORKFLOW FAILED VALIDATION!! NewInstance = WFRuntime.CreateWorkflow(wf1.GetType()); NewInstance.Start(); 'xomlpath' is the path of the Xoml workflow. I tried other ways of creating workflow passing (xomlreader,rulereader,parameters).That also is showing the same error. Pls help..Its soo urgent Thankz in advance Sunath My apologies,  ...Show All

  • SQL Server Backup/Restore Stored Procedure

    Hi there I just want to create Stored Procedure which will do following thing i) Create a text file, which will have a Schema Script(including all the constraint & others, for a database(by passing Parameter) ii) the same file must also have, all the data from the selected database tables,in again plain text format (could be CSV, or Tab SV, etc...) I mean to say, the file should be act as the full backup of database, in plain text. The same need to be done in the reverse order,this SP will do following things i)Open the file created by first SP, create new database, with same name as backup in SP one ii) create the tables, by reading the Schema script. iii) Insert all the data in corr ...Show All

  • Windows Forms Current user

    How can I get the user that is running a winform application with c# The users connect to a domain with active directory. Thanks Hi, I wanted this System. Environment .UserName; but now, I want tu obtain the user complete (with pass), to validate in a proxy.May be impersonation ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Pricing

    Hello. This is my first post on the message board. I just wanted to know if I can buy a year of XNA for $100, keep it for a month just to try it, then get the rest of my money back I wanted to know if this is allowed. I wanted to try XNA for just a month just to see how my game will work on the Xbox 360. I saw in the XNA faq that if you have to cancell the membership, they will give you the back the amount of money that you didn't use. For example, I buy $100 worth of XNA but I just use it for a month which is like around $8.33. Can I get $91.67 back. Please let me know if this is allowed. Thank you. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Framework wish list

    XNA Framework wish list. - System.Net.Sockets o Socket (Tcp & UDP transport) o Do not really need support for TcpClient, TcpListener and UdpClient - System.Security.Cryptography o Rijndael o MD5 - System.IO o FileStream o StreamWriter / Reader - System.Text o StringBuilder o Full UniCode support - System.Threading - System.Diagnostic Thanks, Roger Larsen You already have access to these for Windows games and for 360 games some pose a security risk so could not be accessed as they exist in the regular Framework. It's been said that there will be support fo ...Show All

  • Visual Studio Express Editions Where can I learn more about Movie Editing

    I want to make a Movie Editing Program this is the type of Help I need to learn it: Trying to learn how to do this with C# *Make a program play media files with out a windows media player, or quick times compenet. *Where can I learn how to make a program that can upload Videos from a camera and edit the uploaded videos. *Where I can learn how to make an Exportanting Program to export the videos. * Maybe how to make my own file types. you need to know about the video and audio streams, frames etc... - it's a pretty large thing to cover. I'm certainly no expert in this field but do have some experience in video editing. I would think you need to know how to open the video files, read the s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Material Alpha

    For testing purposes I try to create a simple transparency effect, but whatever I do it does not work... PresentParameters presentParams = new PresentParameters (); presentParams.Windowed = true ; presentParams.SwapEffect = SwapEffect .Discard; presentParams.EnableAutoDepthStencil = true ; presentParams.AutoDepthStencilFormat = DepthFormat .D16; presentParams.PresentationInterval = PresentInterval .Immediate; device = new Microsoft.DirectX.Direct3D. Device (0, Microsoft.DirectX.Direct3D. DeviceType .Hardware, this , CreateFlags .SoftwareVertexProcessing, presentParams); ... this .device.RenderState.ZBufferEnable = true ; this .device.RenderState.Lighting = true ; this .device.RenderState.Ambient = Color .From ...Show All

  • Visual Studio Tools for Office vb.net vs2005 excel 2003 chart

    I have v2005 and using excel203 . I am having runtime errors with xlcategory and the export lines. I try everything to no avail. Please help. Private Sub LoadExcelandGraph() Dim xl As Object , wb As Object , sFile As String Dim xlsheet As Object sFile = "F:\CPAT\desktop.xls" xl = CreateObject( "excel.application" ) wb = xl.Workbooks.Open(sFile) xl.visible = True xlsheet = xl.Sheets( "Penetration" ) xlsheet.select() xlsheet.range( "A1:A1" ).select() Dim NewChart As Microsoft.Office.Interop.Excel.Chart Try NewChart = xl.Charts.Add NewChart.Activate() With NewChart .ChartType = Microsoft.Office.Interop.Excel.XlChart ...Show All

  • Visual C# A generic error occurred in GDI+.

    Error is as follows: False System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+. at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at System.Drawing.Image.Save(String filename, ImageFormat format) at DynamicTextPicture.Watermark.Create() DynamicTextPicture.dll using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; namespace DynamicTextPicture { /**//// <summary> /// WaterMark /// </summary> public class Watermark { private int _width; private int _height; private string _fontFamily; private int _fontSize; private bool _adaptable; private FontStyle _fontStyle; ...Show All

  • .NET Development I want to make a bbs by ASP.NET, please tell me where can i find the open source for this bbs?

    I want to make a bbs by ASP.NET, please tell me where can i find the open source for this bbs I appreciate your help. ...Show All

©2008 Software Development Network