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

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

DesignerX

Member List

AshN
Tommmy77
JocularJoe
Ron A. Buckton
Phil Winstanley ASP.NET MVP
project2n5e0o1
Corey Bornmann
tweetys
Jocker23
Digamber
Zach84
Jon Braganza
Thase
Christoph_S
David Mc Dermid
EricGeorge
Allan Huang
FixingTheHoleInTheOcean
nsam
gendai
Only Title

DesignerX's Q&A profile

  • Visual C# pdf file release version of C# 2005

    In 2005 C# , visual studio is generation pdb files for release version What is the purpose of pdb file for production deployment and I deploy application without pdb does it have any effect Thanks You can deploy the application without pdb files, no problem, especially that they can be quite large. They are useful in case when an exception occurs because you can see the line numbers in the stack trace, not only the function names. Also sometimes you might need to debug the release version and without pdbs it's not going to work properly. ...Show All

  • SQL Server Reporting Services procees Analysis Services cube with 100% CPU for too long time

    Hi all, I use SQL Server 2005 Developer Edition version 9.00.2153 on Windows XP SP2. I build two cubes, process them and browse throw "Browse" tab in Analysis Services - time for loading was 5-10 seconds. When I build Reporting Services project with same cubes as data sources (on same computer), CPU was increased to 100% for more than 30 minutes (process msmdsrv.exe) ... and I interpurt it. Transfer project to Windows 2003 SP1, but same result. Do you have any idea what happens and how can I fix it Best regards, Siol En Hi, I am trying to join a cube with reporting services 2005 so i created a report template but could not figure how to join the cube and the report template made. I am hoping ...Show All

  • SQL Server How do I schedule JOB in sql 2005

    Can anyone please help me for scheduling JOB in sql 2005. Thanks in advance. Raviraj you could emulate the agent by writing a batch script that calls some sql commands using sqlcmd , then use windows "scheduled tasks" to give it a daily job... though scheduled tasks isnt super reliable IMO it can pretty much get the job done ...Show All

  • Visual Studio 2008 (Pre-release) Import of a Signed SAML assertion in SamlAssertion class (May CTP)

    Hi, I have developed a STS on a device that generates a SAML Assertion which is signed. I have checked this XML assertion with an original created by WCF with the same parameters. I'm willing to use this SAML/RSTR using a WCF proxy but I'm building the RSTR/SAML without using a .NET framework on PC, so I cannot use any class of WCF to build this RSTR/SAML, I get a XML text representation. They perfectly match (Digest and Signature are perfectly the same). I can import this SAML when it's not signed in the SamlAssertion using ReadXml method, then I had the SigningCredential and it works perfectly. However if I import the same way the Signed XML it is imported but the RSTR built with this SAML is rejected by WCF. I found out ...Show All

  • SQL Server Start to run a SSIS package

    I have a SSIS package which copies data from Excel file to the database. As soon as the file is copied to a specific location on the file system I insert an entry in the database table, which should kick off the above mentioned SSIS package. I tried to read on WMI Event Watcher Task to do the above thing. I am not sure that I can do something like that. Can anybody please help me out on this If you really want to do this (and I don't think you should) then put the package into an infinite loop and have it "poll" the table to see if there are new records. -Jamie ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. bitmap font messing up models?

    When i put in code for bitmap fonts (every implementation i can find and even an attempt of my own) it messes up the test model that i have displaying. I'll try to get screenshots soon, but to give you an idea... He is viewed at a 45 degree angle from HIS left. and the problem is that some polys are missing, and his right leg(the "back" one) is visible in front of the left ( the "front" leg). But this doesnt happen when i dont have the font drawing on screen. Incompatibility between 3d and 2d possibly How would you guys fix this if you dont have this problem, code examples of how you did it would be amazing! See here . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Viewport depth buffer / draw order issue?

    Apologies in advance if this question has been covered elsewhere. I've searched through literally hundreds of posts here, but couldn't find anything relevant to my issue. I'm working on some code to simultaneously display a 3d model from several different camera angles in several different viewports. Unfortunately, I've run into a rendering problem whenever I draw the model in a viewport. For reference, here is a perspective rendering in 3DS Max of what the model looks like: http://www.hph-tech.com/modelPerspective.jpg This is a screenshot of the model (as seen from above) when I render it normally (i.e. not in a viewport): http://www.hph-tech.com/modelNormal.jpg And this is a screenshot of the model from the same angle, but when rendered ...Show All

  • Visual FoxPro VFP8 & VFP9 error

    This error appears in the Task Pane Manager Class definition MSXML2.DOMDOCUMENT.4.0 is not found Task manager will no longer work. Any suggestions Bryant Minard Looks like you need XML Parser reinstallation. http://support.microsoft.com/kb/269238 http://support.microsoft.com/kb/324460 ...Show All

  • Software Development for Windows Vista Conceptual problem - Force developer to implement a method

    Dear all, I am building my own Activity, a very simple one. I would like to have something like this: protected override ActivityExecutionStatus Execute(ActivityExecutionContext context) { string[] res = a(); return ActivityExecutionStatus.Closed; } My a() function is define somewhere in my activity but is forced to be implemented by someone who uses my activity. In workflow he will have to write something like: string[] a() { return new string[] {"r1", "r2"}; } And of course link to method should be settable in activity properties. I tried to play with DependencyProperty and my own delegate, nut no way to make it works. Thanks a lot. Alex Alex, Please check this post out: http://forums.microsoft.com/ ...Show All

  • .NET Development a newbie question about mdbg sample src.

    in Mdbg sample src, corapi/Debugger.cs,i see code like this: public CorProcess DebugActiveProcess (int processId, bool win32Attach) { ICorDebugProcess proc = null; m_debugger.DebugActiveProcess ((uint)processId, win32Attach 1 : 0, out proc); return CorProcess.GetCorProcess(proc); } when i move mouse over ICorDebugProcess , no refrence info display. (i use VS2005 plus VAssist) i'm not so good at COM Interop, but does this code means in Managed Code like C#, i can directly use interface like this The unmanaged ICorDebugProcess interface is defined in CorDebug.idl (in the .NET SDK). Mdbg imports all the CorDebug.idl interfaces into managed code in an IL file ( ...Show All

  • Microsoft ISV Community Center Forums Worksheet.Copy causes execution to stop

    Hi I am experiencing an odd behaviour from my VBA code in Excel. I have some code that has worked until recently. We have gotten XP instead of win2k, which i could suspect is causing this in some strange way. My problem is that i have the code below. In the line where i say Worksheet.Copy, the execution simply stops. No errors appears, nothing. <CODE> On Error GoTo ERROR: Worksheets(SN_MonthYearAct).Copy After:=Worksheets(Worksheet.Count) .... ERROR: MsgBox(Err.Description) </CODE> The variable SN_MonthYearAct is a constant containing the string "MonthYear Act", and a sheet with this name does exist. Worksheet.Count returns currently 8, and there are 8 sheets in the workbook. I have trie ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Multiple RenderTargets with a Final PostProcess

    Hey, I am playing around with a SceneManager component I am working on and have been wondering how to do something. Right now I have a class called a RenderGroup which can render a collection of items to a RenderTarget and then Post Process the RT with an Effect. I want to take it one step further and have multiple RenderGroups(RenderTargets) and post process all of them one more final time. How is this possible Can I grab the BackBuffer before rendering completes and run an effect on it or something Do I put another RenderTarget in index 1 (instead of 0) or something Speaking of which, what is the multiple indices for when setting RenderTargets What you probably want is to nest RenderGroups. You could have options controlling ...Show All

  • Visual Studio From RDL to RDLC DataSource question

    Hello everyone, I have many RDL reports and I want a few clients to use them as local reports. They will be located in a shared folder, so I renamed them as RDLC. Now the problem that I'm having is the datasets that the RDLs use. Is there a way to export the Datasets so I don't have to create them manually Thanks a lot in advance The report viewer doesn't read the data source query information out of the report definition in local mode, so this information isn't exposed through the control API. Your best bet is probably to parse the query information out of the RDLC file at runtime and create the dataset. ...Show All

  • Smart Device Development How setup Cellular Line (GPRS) modem by visual C#

    Hi, May I ask, How can I setup a new connection for GPRS on a windows mobile 5.0 PPC by visual C#. Actually, Before I start any application in the PPC to communicate the web, I set up a connection manually: Start_Settings_Connections_Add a new modem connection_My Connection_Cellular Line (GPRS)_.... I want to do it automaticaly on each Hard-reset. What is your suggestion Thanks The easiest way would be to use configuration xml packaged as CPF file and launch wceload to install it. See here and here ...Show All

  • .NET Development SelectNodes returning no nodes when there is xmlns attribute on the node

    I don't know if I'm missing anything here, Here is a sample code snippet that tries to select foo nodes from xml using SelectNodes on xmldocument. In this case nl.Count always returns 0, I remove the xmlns attribute from the xml everything works. I tried passing namespacemanager and the result was the same. Any Ideas xml < TestData xmlns="urn:foo"> < foo > Foo1 </ foo > < foo > Foo2 </ foo > </ TestData > -------- Test Console Application using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.XPath; namespace ConsoleApplication1 { class Program { static void Main( ...Show All

©2008 Software Development Network