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

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

Batistuta

Member List

Roman S.
Matty4242
brian_tsim
alviny
shehz
Rich A
Abhishek Chadha
SyracuseCheer
Brandon Merillat
Rodolfo Montero
Ofer Elboher
Mark Macumber
rcook349
AbErCrOmBiE12
22Pom
Zulbaric
Kirk Lipscomb
Kamii47
JasonG271009
Sumit Bhatnagar
Only Title

Batistuta's Q&A profile

  • SQL Server team system

    We were using source safe as our version control, and we are now planing to migrate to team system 2005 can anyone help me how I can shift from source safe to team system. Any link is a great help Thanks Thankyou for your response Here is one other issue I have different projects with the VSS, where different users have different level of permissions, I want to migrate this permissions to the team foundation as it is. what is the better way to do it Thanks ...Show All

  • Visual C++ How to add MFC support in this project?

    Hi I've donwnloaded a solution form the link below and compiled it. http://my.opera.com/Diniska/homes/files/test.zip It worked fine, but when I went to project settings and set "Use MFC in a shared DLL." Once I've set this option and re-compiled, it gave me LNK2019 error. It was about not being able to find __imp__CreateWindowExA@48 , __imp__GetWindowLongA@8 , __imp__SetWindowLongA@12 , __imp__MessageBoxA@16 , __imp__DefWindowProcA@16 extern symbols. What else do I have to do to be able to add MFC support to this project Thanks in advance. Look in the MSDN for LNK2005 . It references KB article "LNK2005 Errors When Link C Run-Time Libraries Are Linked Before MFC Libraries ...Show All

  • Visual Basic Cannot update / insert to access table

    All. I have an access database containing one table stored in my resource file. I can select from this table using the OLEDBCommand and an sql statament etc which works fine. However when I try and do an update or insert to the table no changes actually take place even though when debugging the code it says its been successfully. Can any one help Code Below Cheers Dim PPSConn As OleDb.OleDbConnection, PPSCmd As OleDb.OleDbCommand, strSQL As String, RowCount As Integer = 0 PPSConn = New OleDbConnection(csGlobal.PPSLocalConnString) strSQL = "update tblLocalApp set LocalVersion ='" & "9.9.9" & "' WHERE AppID=" & ApplicationID PPSConn.Open() PPSCmd = New OleDb.OleDbCommand( ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Does LPD3DXMESH have built in values I can adjust manually?

    I have my CUBE.x loaded into LPD3DXMESH object. Are there specific flags I can set for the entire object Like I want to translate/rotate/scale just this object in the view of my camera. I don't want these changes to affect any of my other loaded models. Are there local axises that I can alter Have you already take a look in the 6 tutorial examples in the SDK The 6 th one shows what you want to do. ...Show All

  • Visual Basic tables/image do not show

    I have a strange problem. I have a VB.NET application which was devekoped in Visual Studio. In design view in Studio the tables all appear fine however when I build and view the website the sometimes do not appear. Now if they did not appear every time I would guess itw as something to do with my coding but they fact is they appear sometimes and other times they do not - even thoug I do not change any code. Has anyone come across this problem before or know how to fix it Thanks My code: <% @ Page EnableSessionState ="True" Language ="vb" %> <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or ...Show All

  • Visual Studio Express Editions Help IIS cannot start after install Visual Studio and SQL 2005 Express in XP Pro

    I have installed VS.NET 2005 , SQL 2005 Express , Dot net framework 2.0 SDK ... then my IIS cannot start go to inetmgr i see Default Web Site(Stopping) click right mouse button to start then i have an error " the service did not respond to the start or control request in a timely fashion" i think World Web Service Publishing didnot start after run services.msc i see i know i was right but when i start it i have another msg " Could not start the World Wide Web Publishing service on Local Computer " " Error 1717 : The interface is unknown " Plz help me thank for leave comment PS : before that i haven't installed Dot net framework with any version and my IIS v5.1 working fine ...Show All

  • .NET Development Strange Error when executing a stored procedure

    When executing a stored procedure in a web service running in .net 2.0 i get the following error No mapping exists from object type System.RuntimeType to a known managed provider native type Running the same web service in 1.1 results in a success. i think its a .net framework bug never seen that before but thats just me having not worked with ASP.NET webservices alot. Can you post the code you are using and where the exception is thrown from Also what does the SPROC do ...Show All

  • Software Development for Windows Vista SQL Support

    Hi! I tried few times to run some basic SQL queries like: "INSERT into...", "SELECT * from...", but I didn't success. Why does it not suppoted in Windows Vista That supported in Windows XP. Thanks, Idan. I am sorry but I am not able to get what actually isn't working. What tools are you using, what kind of server are you using I don't think it is about lacking support in Vista, it might just be some configuration necessary ...Show All

  • Visual C# RTF Encoded Caret Position

    Hi all, I am looking for a way to insert text into a RichTextBox at the current caret position. The trouble is that I am trying to preserve the rtf formating in the box. The obvious answer (first I tried): rtb.Rtf = rtb.Rtf.Insert(rtb.SelectionStart, "Hello!"); The problem is that SelectionStart returns the caret position in the unencoded text, while the string represented by the Rtf property has all of the rich text control words as well. So the essential question is "How do I find the current caret position in the encoded rtf of a RichTextBox " Irephin, if you want to insert a string into a RichTextBox, you can simply assign the "SelectedText" property. When ther ...Show All

  • SQL Server VARBINARY and DATALENGTH()

    I have two databases that have the same exact tables. Each table has a varbinary(max) field that will hold a pdf file. In one database, I can use datalength() on the pdf varbinary(max) field and it will return the same number of bytes as the actual size of the file. In the other database, I use datalength() on the pdf varbinary(max) field it it returns exactly half the number of bytes as the actual size of the file. Do you know what is causing this I know that nvarchar will return double the bytes. But this is returning half. Any suggestions would be appreciated! Trish There was a problem with the two files sizes being different. But that was my fault. Don't worry about that. I have ...Show All

  • Visual C# Grouping files in solution explorer

    Hi, I have files in various subdirectories that I want to include in the Solution Explorer. It is getting a little tedious to "Add Existing Item" with a link (sometimes I click the button before changing it to "link" whereby I have to delete the copied file - bad UI design IMO). The files appear as a flat list in the explorer which is also a pain. I've discovered I can use <CSFile Include="..\Display\*.cs/> in my .csproj file to avoid having to enter every file manually. However, I still have a few problems: 1) I still get a flat file list in the solution explorer. I've tried using <Filter ...> (used in .vcproj files) but VS doesn't like it. 2) I haven't figured out how to identify forms and link partial classes ...Show All

  • Visual Studio Tools for Office Can't load CustomXMLParts since Technical Refresh

    Hi! I'm working on a data export function from our software into Word2k7, using CustomXMLParts therefore to save the Data to docx and a COM-AddIn to step through the single DataSets. Everything worked pretty fine until i updated to the Technical Refresh. Now i can't get the CustomXMLParts out of the docx anymore. I checked the unzipped docx files and they are alright - they got the correct GUID, but when i call for (from the Add-In): Office.CustomXMLPart customXML = _Doc.CustomXMLParts.SelectByID(MYGUID); it returns null - but that's just since the technical refresh! Did they change anything concerning this I've already read thousands of blogs (or maybe a few dozens ;)) but I haven't found anything helpfull ... hope somebody can h ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Keyboard Text Input

    Is there an easy way to get a standard ascii (ok, unicode, whatever..) character from the XNA keyboard input   I'm looking to type some normal text in - and need to be able to support different keyboard layouts(particularly UK/US) and preferably international characters as well. I was really trying to avoid hard coding something like that, simply because I don't have a complete set of international keymaps - that code looks to support only the US keyboard and ignores international characters. Hmm, wonder if I could load the keyboard details into an array holding those keycodes, now, how to do that.. The keyboard search goes on. It sounds so simple.. ...Show All

  • .NET Development msxml 4.0 SP2 (kb 927978) installing continuously

    I reinstalled my sistem three weeks ego.Updates coming one by one,every minute ,non-stop.After every update finished,in my C disk is making a new file like ff22b18b93b61efeac529dda2518...calling.There is more than 400 of those files.Can someone tell me if is something wrong with my laptop and if it is what to do thanks! Hi: I've the same error after my last OS reinstallation ( that was two week ago aprox ). This update have been creating folder's ( more than 8 ) in my C disk with a strange combination of letters and numbers. I tried a lot of methods to resolve or find an answer for this error. But, it still happen the same. If anyone find the answer for this error I'll appreciate. ...Show All

  • SQL Server Data type not supported issue.

    EXEC master.dbo.sp_addlinkedserver @server = N' DM ', @srvproduct=N' DM Association ', @provider=N' MSDMine ', @datasrc=N' ray620 ', @catalog=N' DM Association ' select * from openquery ( DM , 'SELECT * FROM [Model Association TB].Content where NODE_TYPE = 8;' ) Msg 7354, Level 16, State 1, Line 2 The OLE DB provider "MSDMine" for linked server "DM" supplied invalid metadata for column "NODE_DISTRIBUTION". The data type is not supported. I'm getting an error with the metadata. Appreciate any assistance. Thank you in advance. This is because the datatype for the NODE_DISTRIBUTION column is a Data Reader and not a simple data type. Try the following que ...Show All

©2008 Software Development Network