nil130180's Q&A profile
Visual Studio Team System Doc lacking for the Process Editor
This is the supplied documentation for the Process editor section in the Powertool.doc : Installed Microsoft Visual Studio Team System Process Editor The TFPT application installs an editor that you can use to edit process templates. The installation media includes separate documentation for the Microsoft Visual Studio Team System Process Editor. The included documents are User Guide and Readme with Known Issues. Where do I go to access the tool within the IDE Where do I go to view the User Guide/Readme Any guidance would be greatly appreciated. Thanks, Will S. Looks like you did not install the DSL Tools for Visual Studio 2005 before running the instal ...Show All
SQL Server DBCC CHECKIDENT (jobs, RESEED, 30) does not work
Hi, I'm trying to set up merge replication and when I try to synchrinize with the subscriber I get the error "invalid column name ROWGUIDCOL". Following an article it recomended to reseed the identity columns on the subscriber so that there is no conflict. Now the tables with the identity column have the "Not for replication "option on. Using DBCC CHECKIDENT (table_name, RESEED, some_value) does not change the SEED when I check. SQL server help file remarks on DBCC CHECKIDENT say that if the column was created with the "Not for replication " option on it cannot change the value. From sql server help file: Remarks If necessary, DBCC CHECKIDENT corrects the current identity value for a column. The cu ...Show All
Visual C++ Can not run a C++ program over a network
Hi, I coded a VC++ program using VS 2005. It's a MFC MDI structure and it run fine both from VS Start and Release directory in Windows Explorer in the computer it was created. However, when put its release build into a directory in a network and start it from the computer where it was created, it doesn't work. There are no explicit libraries to be linked to the program. A "TODO" error message is related to MFC, simply saying "TODO: <File description> has encountered a problem and needs to close." Does anybody happen to know any clue for solving the problem Thanks in advance. Jason this looks like an access denied problem. your remotely hosted release build may not have ...Show All
Visual Studio 2008 (Pre-release) Where is System.serviceModel
I install .Net Framework 3.0 RC1 but I cannot find System.serviceModel for Windows Communication Foundation. Do I need to install some other components As I understand it, you need the SDK to get the assemblies for compiling. You need orcas tools to get the Visual Studio enhancements. So I don't think you can install just Orcas and have a fully functioning development system. ...Show All
SQL Server include column from table in SELECT in an INSERT OUTPUT clause
Hey All – I am having problems with the OUTPUT clause in an INSERT. I have something like this: INSERT INTO dbo.Person ( PersonID ,Name ) OUTPUT p.AuditVersionGUID ,inserted.PersonID ,inserted.Name INTO dbo.PersonAudit ( AuditVersionGUID ,PersonID ,Name ) SELECT p.PersonID, p.Name FROM #Person p AuditVersionGUID is not and shouldn’t be defined on the Person table but I do have it defined in my #Person table. I get this error: Msg 4104, Level 16, State 1, Procedure spExtractPerson, Line 275 The multi-part identifier "P.AuditVersionGUID" could not be bound. I can accomplish this when I ...Show All
Visual C# does managed code take precedence over native code?
i wrote a small demo C app that sends a message and a struct to a managed C++ dll. this C++ dll marshalls over the message and struct to a managed struct and sends it to a C# assembly that just prints out the values of the struct (to see that everything came over ok) and sends back a string reply, it also prints some debug text to console. before the call to the C++ dll, i make a few calls to printf to print to console. when it runs, it does the C# assembly debug statements before the native C printf statements. other than that everything looks ok. does managed code take any sort of precedence over native code printf is buffered by default. The output won't show up until there's a certain number of charact ...Show All
SQL Server Regular Expressions in SQL 2005 using C#
Hi all, i wrote a little function that is basically supposed to give me a match of a regular expression in C#. i tested it out in VS05 and it seems to work fine. It hits the fan when i try it on SQL Query analyzer once deployed. Anyone have any idea why here is the C# class that I deploy to a db using VS05. using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; using System.Text.RegularExpressions; public partial class RegExTest { [Microsoft.SqlServer.Server. SqlFunction (IsDeterministic = true , IsPrecise = true )] public static string RegExMatch( string pattern, string matchString) { Regex r1 = ...Show All
Software Development for Windows Vista Slow startup times
Hello, I have just installed WWF on my development system. I have noticed that the start/load time for an extremely simply workflow (ie-hello world) is slow. This isn't just the runtime of the application either.. Here is some pseudocode, main print 'in main' workflow.setup print 'wf setup' workflow.start workflow.waitforexit print 'done workflow' The application sits there for about 10 seconds before even entering main. For all intensive purposes please assume that my development machine has never been connected to the internet. Anybody have ideas why this could be happening This seems to be environment/system related. How does the performance compare with against a normal C# console application I can' ...Show All
Visual Studio Express Editions Unable to convert String to Integer
Hi all, I'm having problems getting a string of data from a database and converting it into an image. It should be working. This is the code: Dim ImgData As String ImgData = Me .RegisterdbDataSet.Time_In_Table.NewTime_In_TableRow.Signature_Data( "Signature Data" ) Dim bytes As Byte () = System.Text.Encoding.Unicode.GetBytes( "ImgData" ) FileOpen(1, Environ( "temp" ) & "\Sample.jpg" , OpenMode.Binary) FilePut(1, bytes, , True , True ) FileClose(1) signaturedisplay.Image = System.Drawing.Image.FromFile(Environ( "temp" ) & "\Sample.jpg" ) 'delete the temporary image file Kill(Environ( "temp" ) & "\Sample.jp ...Show All
Windows Forms combobox
hi guys, how do i add a datagrid to a combobox any sample code or links will be helpful . Thanx in advance. rawky Here is the answer: http://www.xmlfox.com/CSsamples.htm -L ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Game Components - help!
Hello, I'm just starting out with XNA (and it's the first language I've tried that doesn't include the word basic...) but have found myself a bit stuck whilst trying to use GameComponents. I followed the rather excellent tutorial for creating a tile engine at XnaResources and now have a fully functioning game component that draws & controls my tile map to screen - my idea being to create a simple 2D RPG, but first I want to build a map creator/editor that uses the tile engine to display & scroll the map. So far so good - I've written a (very) basic interface that allows me to enter the name of the text file that stores the map data and then displays it on the screen. But where I've hit a wall is that anything I do in my main game i ...Show All
Software Development for Windows Vista MP3 in memorystream
Hi all, is any possibility how to play mp3 from memorystream or o ther forms of streams Or how decode mp3 file to wav with any external dll (no *.exe!) with api wraps. I appreciate, if you could solve this problem out, and help me or tell me how i can do this, thank you neurobion wrote: The Async File Source filter opens and reads only local files of many different data formats. http://msdn2.microsoft.com/en-us/library/ms783348.aspx Geraint was refering to the Async "mem" source sample. \WindowsVistaSDK\Samples\Multimedia\DirectShow\Filters\Async(\MemFile) ...Show All
Visual Studio Team System Creating a local IIS Website on a sharepoint server
The Problem: When we try to create a local IIS website project in Visual Studio 2005 on a server that has sharepoint installed it says "visual web developer does not support creation of a web site on a sharepoint web server". The Question: Is there any way around that Background Information: Sharepoint is installed on this server as a prequisite for team foundation server, which is also installed. This is also our nightly build server, which is the reason we have visual studio installed on there. We realize that with MSBUild we don't need vs2005 on the server, as was necessary with vs2003 and BuildIt, however we found it convenient for occasional diognosis of build issues, and would like to have the option if possible. We p ...Show All
Gadgets Dashboard Reports as Vista Gadget
Hi we are trying to develop gadget for Vista side bar which will display the dashboard reports. Any idea on how this can be developed any links will be very useful. Thanks Srikanth try the SideBar forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=1063&SiteID=1 and also the SQL Reporting Services forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=82&SiteID=1 ...Show All
Visual Basic Error, HRESULT: OX80210015
My problem is incoporating WIA Automation into my VB application. I did add the component but the Common Dialog does not show when I run the application. I got this error " HRESULT: OX80210015 ". I am trying to access my scanner device or at least see the Common Dialog to access the device. I used this code: "Set myDevMgr.Device = myComDialog.ShowSelectDevice()" , run the application but often get the above error. Please help! Hi The problem you are having is with your hardware not with the WIA dll. The error occurs when the object (Scanner, Cam etc) you are trying to connect to is not WIA compatible. This error will occur if the following conditions are met: 1: No WIA Devices connect (You have no USB ...Show All
