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

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

RafaBotero

Member List

Mathew1972
GS80
Fahad349
KathyGirl
WineNCheese
Smitty1276
iceshadow625
rternier
jpmk12
Mystagogue
SynergyNT
Ryan Slimmon
IAC77
ogtr
AlexBB
Hatter Jiang
mr4100
overthetop
jy1234
Dave Perry
Only Title

RafaBotero's Q&A profile

  • SQL Server SQL Server Profiler Cant Dump To Trace Table

    After upgrading SQL 2000 to SQL 2k5 I cannot dump Profiler Results to a table anymore. the trace immediatley fails with the following Error: "Failed To Start A New Trace" so, I run the Trace dumping results to a trace file or just to the UI\grid and later attempt to "Save Output As Trace Table" and receive the following Error: "Failed to save table XXXXXX. Cursor operation Conflict" What Gives Has anyone else seen this issue with SQL2k5 Satya, thanks for the post but this link\article refers to sql 2000. Just to be sure, I checked my environment variables and they are set fine. GAJ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MathHelper - Trig methods, fast float math

    I think it would be helpful if MathHelper had a performant set of trig methods that work directly with floats, rather than having to use System.Math, which works with doubles. Also, does the x86 build of .NET Framework 2.0 optimize math on the float type using processor capabilities such as MMX or SIMD If not, this would be nice to see optimized float math functions as a feature of the MathHelper class as well. I would post this in XNA feedback, but it appears to be down at the moment. ...Show All

  • Software Development for Windows Vista How to pass parameter in ManualWorkflowSchedulerService

    when using WorkflowRuntime.CreateWorkflow, there's a overload, so that we can pass some parameter to workflow but, in statemachine workflow, if an instance already exists we use ManualWorkflowSchedulerService to RunWorkflow how to pass the paramter 1. asumming I have a createactivity and a updateactivity, in each activities there is an object property, let's say ContentProperty and there is a ContentPropertyin workflow defination also when i create a workflow, i can pass the Content object using Dictionary<string, object> by calling the overload method of CreateWorkflow and then it pass the property to createactivity, so i can use it in createactivity next time, i invoke some event, to d ...Show All

  • Visual Basic Permissions Issue

    I have a service which copies files from a local diretory to a remote, I set the permissions on the remote directory which to start with was the local machine to Users (DEVELOPER\Users) - DEVELOPER is the machine name everything worked fine I then used a directory on our Windows 2000 server, under the security tab it states the Everyone has full control yes the images do not copy over. It has to be a permissions issue as it works fine locally just not sure how to get around this Two things to check: 1) Which account the service is running as 2) What the permissions for the network share are (this may be different than the directory itself) Best regards, Johan Stenberg ...Show All

  • Windows Forms THEARD

    hOW CAN I ACCES A RESOURCE THAT IS IN A DIFFERANT THEARD ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3d tools using mfc+Directx

    hi all, Basically am a entry level game programmer now i had started my path on tool development, presently i am developing a software like motion editor for that i need to write code for the basic setup so i want to know is there any article of tutorial for creating the basic setup using MFC + directx. ie multiple viewport (you know what a editor needs) please help... KissPsycho I am not working. I am still in college - B.E. 3rd Year. I think we should be discussing these stuff in private - senthil.uac@gmail.com ...Show All

  • SQL Server base unavailable

    Hello, After have saved my database, I can work on it for few days and without any reasons, The database is no more available and the name of my database appears in grey.... What can I do so as to work again on it For the moment, the only solution I found is to ecrase the database written in grey by my last databased safed. This means that I lost many information... Thanks for your help, When I opened SQL Server Entreprise Manager, I try to go to my database from the console arborescence and it is not available. Whatever the database, the name of them are written in grey and I have no access to the different table... Thanks for your answer     ...Show All

  • SQL Server How to specify config file for package within a package

    I have a situation where I have Package A, which is called from Package B. Both packages have been designed to use config files for their connections, etc. The issues arises when executing Package B. I can specify a config for Package B to use, but how do I tell the embedded package to use its correct config file By default, Package A has its config file pointed to development, but I would rather not have to save a special version of Package A that points to production. I dont see any option within the execute package task. Any ideas Markmar11 wrote: We usually setup our jobs with a config file which points to the respective environment. We havent decided to use system variables to point to environments, or use ...Show All

  • SQL Server A connection could not be made to the report server http://localhost/reportServer..

    hi, I got this error when I was trying to deploy the reporting into IIS.. A connection could not be made to the report server http://localhost/reportServer . ------------------------------ ADDITIONAL INFORMATION: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. (Microsoft.ReportingServices.Designer) ------------------------------ The request failed with HTTP status 404: Not Found. (Microsoft.ReportingServices.Designer) I am not able to solve it please help. Thanks. Yes jbrauer, this was exactly the solution for me too, thankyou. ...Show All

  • SQL Server Predict Probability in Decision Trees

    Hello, I installed the bike buyer example and i am learning the DMX language. Now i wrote the following query (using MS decision trees): SELECT T.[Last Name], [Bike Buyer], PredictProbability ( Predict ([Bike Buyer])) AS [Probability] From [v Target Mail] PREDICTION JOIN OPENQUERY (....... And so on..) Now the result is surprising to me. In the resulttabel all the probabilities are equal. Bike Buyer Probability 1 0.99994590500919611 0 0.99994590500919611 0 0.99994590500919611 0 0.99994590500919611 0 0.99994590500919611 1 0.99994590500919611 and so on. Now i am wondering what predictProbability means. I thought that PredictProbability meant the probability that the prediction is correct. Now all the probabi ...Show All

  • Visual Basic Copying similar rows into different sheets in Excel

    I have a spreadsheet wth numerous rows of data. These rows are grouped together by a unique number in the first column. After sorting, how can I automatically cut the rows with the common numbers into a new sheet. In other words, if I have 15 rows with the number 1 in the first column, 23 rows with the number 2 in the first column, etc. how can I separate those rows into different sheets Thanks. I'm still having trouble. Dim TheValue as Integer = Selection.Value is giving me an error NumberofSimiliarRows +=1 is giving me an error. Should the "+" not be in the code Sorry, I'm a newbie so I only know the basics. Thanks for your help. ...Show All

  • Visual Studio Tools for Office Which Interop To Choose?

    Hello everyone. I have a question about the Office 12 Interops - I wish to develop a solution for that platform under .NET v2, But the interops i have right now are either COM or .NET v1.1 assemblies. Are there any v2 interops planned (Although the v1.1 interops seem to work with v2 form applications) Which are preferable - COM or Managed Thanks in advance, Ran Sagy. Hi ChaosBlade This is going to depend on exactly what you want to do, and which version of an Office application you're targeting. Usually, I wouldn't expect to find any PRIMARY interop listed as you describe ("compiled as a .NET v1.1 runtime assembly"). If the PIAs weren't installed, or you created a solution for an ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem creating a Mesh

    I am trying to create a mesh, with a derivitive of the "How to create a Mesh" example, but I get a runtime error when I get to the data.Write portion. The error is "Specified method is not supported." Also I noticed while stepping through the code that the mesh is created with a 0 length vertex and index buffers. Here is the code: private void buildActor() { int numberVerts = 8 * body_part_cnt; int numberFaces = 12 * body_part_cnt; int numberIndices = 36 * body_part_cnt; int i, j; short [] bindices = { 0,1,2, // Front Face 1,3,2, // Front Face 4,5,6, // Back Face 6,5,7, // Back Face 0,5,4, // Top Face 0,2,5, // Top Face 1,6,7, // Bottom Face 1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Does XGSE play nicely with Visual Studio 2005

    Hi, I read in one of the threads that XNA Game Studio Express is dependent on Visual C# Express. I have a Visual Studio 2005 development environment on my system and I am worried that installing VC# Express may cause some problems. Will these products play nicely together Thanks. T I was worried about this too, but a few people have tried it and it seems to work without any problems. For more info, check David Weller's blog: http://letskilldave.com/archive/2006/08/29/XNA-releases-are-coming_2100_.aspx ...Show All

  • Visual Basic surpressing the "Printing page 1 of Document" message

    I am using vb.net. and sql server 2005 reporting services. But the report in question uses the local report functionality. I am writing a credit card processor that prints a slip at the end of the transaction. There is an annoying message form that pops up on the screen stating that it is "Printing Page 1 of Document" . It seems to be beyond my reach. Its position is the typical windows auto positioning (ala cascade). I dont want the user to see it. How do i surpress this printing message Is it embedded in the printer driver or spooler services Is it surpressable from the reporting services local report configuration Thanx Hi! Thank you for your responce. I create a ...Show All

©2008 Software Development Network