TraviSQL's Q&A profile
Software Development for Windows Vista About the solution in "DesignerSerializationManager seems to not work with typeproviders"
Can anyone confirm that the solution proposed in the topic "DesignerSerializationManager seems to not work with typeproviders" ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=420682&SiteID=1 ) does solve the problem Thanks. Yes - I can confirm that the WorkflowMarkupSerializer (as well as many other WF components) rely on the TypeProvider to get type information, and a key in many WF app ...Show All
SQL Server Report Model and Aggregates
Once I build a model without selecting "create aggregrates". Can I take that model and change one decimal attribute (PCOM AMT(C2) and make that a numeric aggregate with the additional aggregrate attributes I tried changint it to "isaggregrate" and then regenerating the attribute but there was no change. Is isaggregrate only used for new expressions I get the following message: The IsAggregate property for the Attribute ...Show All
Visual Studio Team System TFS Beta 3 Install Error 32000 w/ Report Server
Have repeatedly worked through many of the other issues posted here on this forum associated with installing Beta 3. It looked like it was finally going to complete the installation when it hit one final snag. Error 32000. The Commandline "C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\creatds.exe /setup /install http://EDISVRDEV/ReportServer/ReportService.asmx TfsReportsDS "Data Source=EDISVRDEV;in ...Show All
Windows Forms Need Help: Image In A Datagrid Column (code partially from here)?
OK. I'm new to .NET. VERY new to classes, overriding, etc. Pretty much lost, I guess is the best way to say it. Anyway, for over a week now I've been trying to do something that I thought would be pretty easy but as ...Show All
.NET Development Different Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
hi, all, I did check this forum to make sure that I can dig out the solution from others: " Named Pipes Provider, error: 40 - Could not open a connection to SQL Server ], but cannot. My environment setting is SQL 2000 on Windows 2003 w/ VS 2003 and framework 2.0. I use Namepipes, no firewall, no IP connection in SQL Server but IIS. DotNet application works on develop box perfectly. IIS6.0, Windows2003 sp1, SQL 2000 sp4. Windows Update co ...Show All
SQL Server Fuzzy Lookup
How is it possible to get the Unmatched records on the error path of lookup so that they may be passed to a fuzzy lookup. I'm trying to duplicate the 1st example on the Data Cleansing Webcast. All I'm getting is a null on the title out of the lookup component. TIA, GUY Here you go.. http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20050512SQLServerDF/manifest.xml ...Show All
Visual C++ redirecting stdin/stdout/stderr for windows console
Hello I want to redirect stdin/stdout/stderr of any console app to a pipe. the technique given in the relevant MSDN sample( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dllproc/base/creating_a_child_process_with_redirected_input_and_output.asp ) does not output to the pipe in case the child process uses printf() statements.. although if the child uses _write(), the output is redirected to the pipe correctly. I ...Show All
Visual Basic Serial Port Error Code Definitions
Where are they explained/defined Is this what you are looking for: http://msdn2.microsoft.com/en-us/library/system.io.ports.serialerror.aspx Best regards, Johan Stenberg ...Show All
.NET Development Where to save the User Preference data? (XML to every local machine or DB server)
Hi to all, I'm just wondering, what is the proper way to handle the user preference of an Application. What I mean is we have a desktop application (not web apps) we have menus and options to the user to the change the fonts, color , order of the datagridview colums, in other words the user can change the properties of the objects and components. So my question is, where to save the user pref Thanks and have a nice day to all. ...Show All
.NET Development X has encountered an error and needs to close...
In .NET 2.0 it sometimes happens that users of my application receive an error just like in Microsoft programs: X has encountered an error and needs to close. We are sorry for the inconvenience. Would you like to send an report to Microsoft (! ) I don't understand... what kind of exception are that This thing didn't get caught in my general try catch handler... It seems to me that this is a joke :( Thank you for any help! David ...Show All
Visual Studio ToolWindow, obtain project reference
Hello, I'm developing a ToolWindow and I want to interact with a loaded project (add folders, create files, add references, etc.) How can I obtain a reference for the project object When I developen an add-in I used a DTE2 object reference from the method OnConnection in the Connect class and then I used te Solution.Projects collection. Have the ToolWindow something similar Regards From managed code (MPF) you can just c ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to Connect XBOX to my PC
Hi, well I am wondering about, how can I connect my XBOX to my pc, and use my default PC monitor to play... and if someone know how can I build some applications for the XBOX I will appreciate that I think it's similar to PS2. Look for sockets that look like USB plugs. That's how the PS2 works, two USB sockets in the front. ...Show All
Visual Studio Express Editions VB 2005 Express/MS Access - row is not being added
Has anyone had any success with adding a row to an (external) Access 2.0 database. My code is: ' *** create a new row by calling the NewRow method Dim thisRow As DataRow thisRow = dsACCIMAGE.AccImageTable.NewRow() ' *** manipulate newly added row using column name ' note: can alternatively replace column name with column index ' e.g. thisRow(3) = SelectedPathName ' Code for the 1st column goes here after auto-cou ...Show All
.NET Development GZip/Deflate Issue
I have the following functions: public static System.IO.MemoryStream DecompressToStream(System.IO.Stream SourceStream) { System.IO.MemoryStream ms = new System.IO.MemoryStream(); SourceStream.Position = 0; using (System.IO.Compression.GZipStream _zip = new GZipStream(SourceStream, CompressionMode.Decompress, true)) { CopyStream(_zip, ms); ms.Position = 0; return ms; } } and /// <summary ...Show All
.NET Development .NET 2.0 Spanish redistribution package?
Do anyone know if MS have .NET 2.0 Spanish redistribution package If not when do they have it If so where I can find it My application have been developed based on the .NET 1.1 but have a lot of memory leak then switch to .NET 2.0 the memory issue fix; but my customer is in Spanish language, I can deploy it if I don't have the redistribution; Can I just install the English version of 2.0 redistribution kit, what is the impact or I need to ins ...Show All
