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

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

cosminb

Member List

ZopoStyle
Alan S
John Padilla
lokeya
sqldummy
Cecil0812
Tryin2Bgood
jomunoz
julien talois
sean_kirkpatrick
kevinzx
carjo
Baris ERGUN
JerryNixon
singam
Mürşit Hakan ÇİL
VikasGoyal
mkfl
Chris Muench
Milad.a.p
Only Title

cosminb's Q&A profile

  • Visual C++ C2244 / Template error / kb 930198

    Hi all I would like to think that issues in the Beta compiler was fixed in a release version, but seems like they were to stressed to get this out on the market. Please take a look at: http://support.microsoft.com/kb/930198 which gives a CC2244 error. If they at least just put that hotfix available for download... Or if anyone have the hotfix, please put it up somewhere I tried contacting support, but all I got back: This will cost you a support incident, are you sure you would like to use one incident on this matter No way. This is Microsoft compiler error. I'm not going to pay loads of $ for microsoft errors... Please admit your error and provide hotfixes for free... cheers, Leif luuf wrote: I tried contact ...Show All

  • Visual Studio Team System TF build Project File displays schema error

    When configuring the build Project File (TFSBuild.proj) it displays the following error: Warning 1 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'TeamProject' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. We have installed the latest TFS & client and SP1 for studio Yoni - System Architect It sounds like the editor is trying to validate the XML file against some schema. The MSBuild XML files don't really follow a schema in the sense that new tags can be introduced as desired. So, you can just ignore the warning. ...Show All

  • .NET Development Help running SQL Transaction in 2005 vb expess

    I may have this in the wrong forum but, here goes... I need to run a SQL transaction against an SQL database in my vb2005 express application to remove duplicate records. I am really in need of some direction. Now here are the problems: I saved the transaction as a procedure in the database. (A sproc I believe). If I open SQL Server Manager Studio and execute it, it runs like a clock. There is a warning message about it not supporting the OVER command, but it works ok. So Here is the Btn_click to run the procedure; Private Sub Btn_sql_deletedups_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Btn_sql_deletedups.Click Dim MyCmd As New OleDb.OleDbCommand Dim Cnxn As New OleDb.OleDbConnection("Data S ...Show All

  • Visual FoxPro Error Problem in FoxPro application

    Hello all, I am trying to open an application that was build using FoxPro and when I open it, I got this error message. I have no clue at all that it means. And if I click "Ignore" the application will run just fine. Here is the message error that I am getting: Error #1429 in Init line 27 OLE IDispatch exception code 0 from Nodes: Element not found.. Call Stack: 7 Surveys001.Oletree.Init (..\..\..\..\..\program files\tfhudgins\compressormanager\source\surveys.sct) 6 Cmstatemanager.Cmformcollection.Add (..\..\..\..\..\program files\tfhudgins\codemine\common50\cmstate.vct) 5 Cmstatemanager.Openform (..\..\..\..\..\program files\tfhudgins\codemine\common50\cmstate.vct) 4 Tbrlaunchpad.Chktoollaunchbutton1.Launchform ( ...Show All

  • SQL Server how stored procedures return multiple result sets?

    hi i read that stored procedures can return multiple result sets how is that thanks in advance. Hi, Once you use MyCommandObject.ExecuteNonQuery() to execute your SP The datareader object returned by ExecuteReader() has a "NextResult()" method. Simply call NextResult() in a loop until you go through all the results. In sort-of-VB: reader = command.ExecuteReader() do do while reader.Read() ' process the row loop loop while reader.NextResult() ' this moves to the next result-set ...Show All

  • Visual Studio 2008 (Pre-release) Can WCF help me.

    Hi, I've been tasked with writing an app that will allow a single scanning system to provide data to multiple programs on a network. In a nutshell, a single PC will be connected via serial cable to scanning hardware. The new app will detect the scan via comm port, then transmit data over the network. There are presently 3 vb6 apps, on different PCs, that need to listen for and recieve the data. Each of these apps will be expecting data from only a single scanner which is identified by ID in its transmission. This will allow my client to have a single scanning system for all software requirements. I was envisaging a WCF app on the scan connected PC, this will have a list of the IPs of the LAN PCs and a list of the scanner IDs, this will ...Show All

  • Windows Forms Trying to get GUI to appear for logged in user, from a service running as System.....

    I've got a service that runs from system, and it needs to reboot the client, but I can't get any gui to be displayed to the current user. Has anyone got any suggestions on how I can get some kind of popup to give the user warning the machine is about to reboot and wait for user input before the reboot takes place Thanks, Eric- You also need to ensure that the service has the property "Allow service to interact with desktop" set in the Logon properties otherwise no matter what you do, and despite the fact that your code is trying to display one,no message box will appear and your service will hang as it is waiting for a response from the dialog box. ...Show All

  • Windows Forms where do put the reference to the last screen of the installation

    Hi, I need to maintain the contents of the last congratualtions screen during an installation. Where do I set the path of the RTF file that I want displayed in that screen, pls Thnak you. I'm assuming you mean the ReadMe dialog that you've inserted into the dialog sequence. You need Right-Click on the dialog, show property pages, and there's a readme link for an rtf file. There is no place for an rtf file on the default Finished dialog, just text. ...Show All

  • Visual Studio Team System 0 error(s), 47 warning(s) --> Failed Compiling sources

    Hi! I have no errors, but the build failed Where can I set that option Thanks! Regards Simon I think I found the problem, in the buildlog.txt C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(478,5): error MSB3202: The project file "C:\net\DLL\DAKOTA\BUILD1\DAKOTA\Daily Build\BuildType\..\Sources\Globalization\Globalization.sln" was not found. C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets(478,5): error MSB3202: The project file "C:\net\DLL\DAKOTA\BUILD1\DAKOTA\Daily Build\BuildType\..\Sources\WebControls\WebControls.sln" was not found. C:\Program Files\MSBuild\Microsoft\VisualS ...Show All

  • SQL Server Duplicate index spool or not?

    Hello. I have a question about the execution plan here: The four branches are identical and the Index Spools take in the same record set and output the same expressions. Also, no rebinding will be necessary during the entire query (as far as I can gather). My question is (and I know it may sound silly, but bare with the newbie here): does that plan say that there will be four identical temporary indexes created, one for each branch Or is it that there will be a single spooled index which will be used on all 4 branches (and that would make perfect sense) but there's no other way for the execution plan to show it (as in, draw it) Here's a reduced version of my query: ( and full version here ) -- CTE here WITH yearlySales (SalesPersonID, Sa ...Show All

  • Visual C++ Converted from C: How to make it accessable from other .Net programs?

    Hi there, I am familar with .Net in generial but really new in C++ .Net. Now I am charged with a task of converting an existing C program into .Net so that it can be accessed by our other .net components. Due to the complexity of the C program, re-witting is not an option for us. That's why C++ comes up as the tool for the task. I created a new C++ .Net project (class library project) and then created a new class file in it. Then I pasted my C code into the class. I also loaded all the header files needed into the project. After a bit of struggle I finally got it compiled! I can also see the DLL file generated. Big achievement, right While, only if I can figure out how to use it. What I want to do now is that I need to make this c ...Show All

  • Visual C++ Any way to link against a .NET 2003 lib in .NET 2005 ?

    I have a third party static library that appears to has been compilied with the "single threaded" runtime in .NET 2003. I have none of the code or any means to recompile this .LIB. If I try and compile this in .NET 2005 I get tons of "duplicate symbol" errors at link time, no matter what runtime I use (the "single threaded" runtime has been dropped in 2005). Is there anyway round this, so I can link against this lib in .NET 2005 Hi! You can probably convert your library into inroc COM-sever (having it wrapped with your own adaptation code). I believe you can use free MSVCToolkit. Chances are it is free :). Kirill ...Show All

  • Visual Studio Team System BUG: Certain extended properties won't add

    These were all from one table and were added to ScriptsIgnoredOnImport.sql EXEC sp_addextendedproperty N'MS_Description', N'Instructor Created Homework Assignments', 'SCHEMA', N'dbo', 'TABLE', N'homework', NULL, NULL GO EXEC sp_addextendedproperty N'MS_Description', N'user_id of creator', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'creator' GO EXEC sp_addextendedproperty N'MS_Description', N'0 - type A 2 - type B 3 - type C 4 - External', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'homeworkformat' GO EXEC sp_addextendedproperty N'MS_Description', N'0 - type A 1 - type B 3 - type C 4 - type D 5 - Unknown', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'exerciseformat' Nothing about them stands out that I can see a ...Show All

  • SharePoint Products and Technologies Connecting MOSS2007 to Office 2007

    When I tested the Pre-release version of MOSS2007 the site seemed to connect it self to Office and my windows network. It showed up in "My Network places" etc, automatically. I started over when the RC came out but the installation did not have the same effects. I cannot save a document from Word2007 to the sharepoint site, and I cannot sync my tasks or calendar. When I try it just tells me to "Contact my network admin"...I am the network admin and I don't know what's wrong. Any suggestions on even a place to start In your Shared Services Provider Administration, you can find a page that let's you manually add links to your Office apps. Under the User Profiles and My Sites Sec ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is XNA the tool for serious game developers.

    I'm trying to make the decision if our game development team should use XNA as the technology solution. The question is, if XNA is capabale, or is intended to be, a commercial game development tool set for serious game developers. Reviewing the majority of the posts here (XNA vs. C++/DirectX) It is a very powerful and fast development environment, however at the moment its range is limited to the Windows and Xbox 360, meaning that (at the moment ) you cannot develop as easily as you can with C++/DirectX for alternative next-gen platforms (Macintosh (hah, as if), Wii or PS3). I, however, haven't seen many remarks on the possibility to opening this to other platforms. ...Show All

©2008 Software Development Network