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

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

Santor

Member List

Marshes
Giber
OffbeatPatriot
Jacquipre
x868
bhmsaad
JDCAMP
Computer Guy69146
TomEire
Freddo
orouit
spattewar
Alexnaldo Santos
Gary Ash
abhishek_6023
Terry A. King
Vesigo
JohnJDB
Hoodwinked
Karim Hemani
Only Title

Santor's Q&A profile

  • Visual C++ Program database manager mismatch

    I have been working with vc++ express for about a month, and all my projects were fine but now whenever I compile anythingi get the following error: fatal error C1902: Program database manager mismatch; please check your installation I searched for a solution on Google and MSDN but neither showed anything i could make sense of. Hi, I tried to run dumpbin.exe from its installed location, \ Program Files\Microsoft Visual Studio 8\VC\bin, but the OS complained that it couldn't find mspdb80.dll.  I copied mspdb80.dll from \ Program Files\Microsoft Visual Studio 8\Common7\IDE and dumpbin.exe ran fine.  Shortly afterward, however, I got error C1902 while building a project that had built just ...Show All

  • SQL Server Stored Procedure Transfer - Best way

    Question What is the best way to transfer Stored Procedures to another db without having to script it Or is scripting the best way WHY We need to transfer stored procedures from one development database to another on different machines not on the same network. Platform Studio 2005 SQL Server Management Studio Express advTHANKSance I think that scripting the objects is the more pratical way to do this. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C++ C++/CLI: why does a reference variable on the stack need a copy constructor?

    Hi all, I am trying to declare a reference variable on the stack, so that the destructor (i.e. Dispose) is called automatically, when the variable goes out of scope: void VideoPixelShader :: OnCreateDevice ( Device ^ device , Stream ^ shader ) { String ^ errors ; GraphicsStream code ( ShaderLoader :: CompileShaderFromStream ( shader , L "VideoPS" , nullptr , nullptr , L "ps_2_0" , ShaderFlags :: None , errors , m_constantTable )); m_imageHandle = m_constantTable -> GetConstant ( nullptr , L "image" ); // Create the shader m_shader = gcnew PixelShader ( device , code ); } But then I am getting a compilation error: error C3673: 'Microsoft::Direc ...Show All

  • Visual Studio Express Editions Display FileTitle "VBExpress"

    Hi How can i get FileTitle with OpenFileDialog Control Example: If i have opened text file "C:\Text1.txt" That must display only Text1.txt. Thanks if what you are saying is when you open a file in c:\ dir\dir\dir\file.txt you want the title for the app to be file.txt not c:\ dir\dir\dir\file.txt: Dim filepath As New String = OpenFileDialog1.FileName If filepath.contains ( "/" ) then me .text = filepath.substring(filepath.lastindexof( "/" )+1) ElseIf filepath.contains ( "\" ) then me .text = filepath.substring(filepath.lastindexof( "\" )+1) EndIf I am so proud of being able to answer all these questions at the age of 12 ...Show All

  • Visual Studio 2008 (Pre-release) FindResource from generic.xaml returns null, how to load resource from generic.xaml

    I have custom control for which I have defined default style in generic.xaml. That works great and without any problems. I have however another style (x:Key is set to string name) defined in generic.xaml for the same control that I would like to assign to the control from code inside of the same control. FindResource(string name) is returning null. How can I load the resource from generic.xaml Thanks, I knew that. I thought that the style is already loaded since FindResource(MyControlType) finds the style from generic.xaml yet the named one is not found... ...Show All

  • Visual Studio Team System How to force refresh of iterations on IterationsTree combo?

    After adding new iterations/areas in 'Areas and Iterations' window I can't see it in tree controls on workitem forms. I've tried following with no results: Restarting and refreshing data in VS. Restarting VSTS server. Forcing warehouse to update (Run method from Warehouse service) I've even tried to modify specific rows in databases. After adding iteration from interface it is added to tbl_nodes table in TfsIntegration. After that the change is reflected in Iteration table in TfsWarehouse table. I still can't see any connection between those tables and iteration tree. How shoud I fix it   Marcin Thanks for posting the stack and exact error. You mentioned <I've found the p ...Show All

  • Visual Studio LocalReport GetParameters() Function Evaluation Timed Out

    Background of my Project.... My project is an asp.net web page that is to run on local machines processing local reports. As of yesterday my web page is using a report viewer to load rdl's not rdlc's. It can handle subreports, drillthroughs, export to csv, expression evaluation, parameter input on the webpage, validation of parameter inputs, etc Code change that leads to this issue.... I was given the task to find "Special Keys" in expressions for parameter default values and dataset parameter values and replace them with other data. I thought this wouldn't be a big deal until I get this error. I really dont understand why it is getting thrown. Below is an sample of my code and everything runs fast except when it gets to the highl ...Show All

  • Visual Basic Adding columns to DataGrid

    Hello All, I am trying to add columns to the DataGrid and ultimately my database from the Button_Click event and am at wits end. I tried the code from the msdn library to start with and got the squigglies from DATATABLE in their code.After playing with the code for a little while and got rid af the squigglies and ran it , I got the error message : Object reference not set to an instance of an object. I have also tried code from my books and have had no luck.This is the last block that I have tried: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mytable As DataSet1.HammersDataTable Dim myColumn As DataColumn myColumn = New DataColum ...Show All

  • SQL Server Import errors from Excel to SQL 2005 DB Table

    How frustrating is this, all I want to peform is a one column to one column Import here! Why am I getting this error when simply trying to import from my excel workbook to my table  I know excel has a 255 char cell, but I specified to only account for 100 characters during the SSIS Import wizard in Management Studio.  This is using SQL 2005. See the setup here http: / / www. webfound. net/ excel_ import. jpg Then I get this error during the import:  Validating (Error) Messages Warning 0x802092a7: Data Flow Task: Truncation may occur due to inserting data from data flow column "F1" with a length of 255 to database column "Name" with a length of 100.  (SQL Server Import and Export Wizard)   Warning 0x8004707 ...Show All

  • Internet Explorer Development Solve the printing problem in IE7 when using the iframe

    hi all... i fixed the problem of printing in IE6.0 , IE7.0 and all browser like firefox, mac etc... when the thing to print out the contents of the iframe. IE7 Printing problem in Iframe: IE7 automatically shrinks the content down to letter sized paper. Now i have solution: this code using when you want to print a content in the iframe in broswer IE7 with without shirnks the content. // an application that loads a page into an Iframe, and a button outside of the iframe first of all : step one: - wirte a print function: example: <script language="JavaScript"> function printPage() { window.parent.inner.focus(); //inner the id of iframe..... window.print() } </script> calling ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Partially map a resource

    I saw in the DX10 documentation that the function D3D10Buffer::Map() doesn't seems to allow the user to modify only a subpart of the buffer. So if I havefor example a very large vertex buffer and I need to modify just one vertex, do I need to resend the entire model to the GPU Thanks in advance. Partial lock of resource in D3D9 actually was not widely used feature. To update only part of resource you just Map() it and write only bytes you need - you don't have to overwrite content of whole buffer. Most efficient way to do this for VertexBuffer - is to use D3D10_MAP_WRITE_NO_OVERWRITE flag while Map() it. Look in DX10 documentation how to correctly use this flag. ...Show All

  • Visual Studio Express Editions Newbie Scope Question

    Please could someone explain the flow on loading a form please. When you open a new form with the form show event does the class run before the load event If something is within the load event does that have form wide scope or is it only things in the class Thank you for that explanation it makes things clearer for me. One other question springs to mind can you declare an new instance of a program global class and make that global within a form class If so how would one do this ...Show All

  • Visual Studio Team System Issues with moving TFS to a new domain

    Hi Over the last month or so I've been trying to move our TFS from one W2K3 domain to a different one. Having followed the guides I always have problems and I think I know where these problems stem from but I don't know how to fix them. One of the first steps in moving domains after stopping the TFS services is to join the new domain. It is here I think the problems start. Once I have joined the new domain, I can no longer look at any TFS database properties in Sql management studio, I get an SMO error, saying the owner property is missing. Before moving domains I have noted that the database properties say the owner is <originalDomain>\TFSSETUP. Now, when I move domains this owner is no longer valid. Have I done somet ...Show All

  • Visual FoxPro Framework in VFP...

    Hi all,          I'm planning to develop a framework for my development environment. The framework should enable me to automate most of the development process . Please help me with suggesting the directions to go about and things to consider...      Please tell me if there exist any such products....that can be customized to my own needs... Thanks in advance. Regards, Markish Creating your own framework may not be such a good idea, unless you are an OOP expert, have lots of unpaid time to develop it, throw your first try out and start again learning form the first mistakes. I would recommend to do what many of us did; get a professional OOP Framework. Most ...Show All

  • Software Development for Windows Vista Creating a timer event

    I am trying a create a timer event in my sharepoint sequential workflow. I am using EventScopeActivity and have one Sequencial Activity and one delay activity. On the delay activity, if the sequential activity is not complete, i need to execute some code once a day. I do not seem to get the Delay activity to work. Any help will be appreciated. Your instructions worked like a charm. Thanks for the same. I am trying it in SharePoint. Fingers crossed. As for exchanging info b/w IP and Asp.Net, I am yet to try webcast. I remember going thru this sometime ago (not full). Does not look like it deals with my situation of sending information from sharepoint after the CreateTask is called. Any he ...Show All

©2008 Software Development Network