ChristopherColombus's Q&A profile
Smart Device Development Adding a SQL Mobile Database to PPC project
I'm using VS2005 Beta 2 to develop a PPC application. When I try to add a new SQL Mobile Database to the project (by selecting Project | Add New Item | SQL Mobile Database), I receive the following error: "An error occurred while processing the local data file: Unexpected error". The database does appear in the project, but when I open it the local window shows what appears to be a memory dump. BTW, I have SQL S ...Show All
Visual Studio Team System Error TF50304 when creating project alert
In the released VS Team Explorer accessing the released TFS server, the project alert "My work item is changed by others" throws the error "TF50304: There is a syntax error in the subscription statement. Check the syntax." when clicking OK after selecting the alert and typing the email address. The other alerts can be set without error. How can I resolve this problem. It seems an error with the filter the alert uses, bu ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Move a Mesh
Newbie Question here, How does one move a mesh around in a 3d space The only thing I can seem to do is move the camera around it. I have my mesh loaded up and everything, I just want to know how to change its x,y, and z coordinates. Thank you! To display in DX you need to set 3 matrix PROJECTION, VIEW and WORLD http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/Projection_Tra ...Show All
Visual Studio Team System Custom rules again.....
hi all, i'm trying to develop a new custom rule which will help me in checking the exception handling in FxCop..... The first one is about checking whether the custom exception derives from application exception.The system exception derived are excluded for CLR. How do i make any headway into this rule The other exception handling rule is about checking whether any destructor is throwing any exception from inside. if yes, the CLR stops ...Show All
Windows Forms WebLaunched Windows App
I want to launch a windows app from an intranet web portal. I have done the following: -Created an msi project that installs primary output from WebPermissionClassProject -WebPermissionClassProject contains installer.vb with this: Public Sub New() ...   ...Show All
SQL Server More Chart Palettes?
is there a way to expand the out of box Chart Palettes It is very limited Check the following blog article with a sample: http://blogs.msdn.com/bwelcker/archive/2005/05/20/420349.aspx -- Robert ...Show All
SQL Server SQLNCLI.DLL can't find MSVCR80.dll at runtime
I have written a C++ DLL that links against the SQLNCLI.LIB, which uses the SQLNCLI.DLL. When the runtime DLL loader attempts to find MSVCR80.DLL which SQLNCLI.DLL depends on it cannot find it unless it is in your system path somewhere. I thought this behavior was depricated with the release of VS 2005 and the C Runtime 8.0 Isn't this supposed to be loaded via a manifest file from within SQLNCLI.DLL If not is the proper solution to copy MSVCR80. ...Show All
Windows Forms RichTextBox Line Spacing
Hi, My major programming language is C# I have a problem with rich text when copied from word - if spacing is specified for a paragraph in word, when I copy the text to a RichTextBox using copy/paste the line spacing is copied. I would line to programmatically remove line spacing from the rich text copied as when I extent the copied text by typing in additional text to the RichTextBox it retains the line spacing from the copied text. This is th ...Show All
Visual Studio 2008 (Pre-release) MediaElement and MediaClock
I'm trying to use a MediaElement to play a video, to which I'm connecting a Slider as a progressbar/scrubber. Video would work fine with the simple MediaElement controls, but now that I'm using a MediaClock, I can't seem to get any video. Here's what I have-- a file dialog is popped up and I want the MediaElement to be sourced to that chosen file. Worked fine when I used MediaElement.Source, but going through the MediaTimeline doesn't se ...Show All
Visual Studio Random behaviour with ITaskItem[]
I have a target that I pass an ItemGroup to. I then call a task that takes this ItemGroup as a parameter and a ITaskItem as another parameter. Sometimes, if I pass an ITaskItem[] to the ITaskItem parameter, MSBuild is clever enough to realise that I want the task called once for each item in the ItemGroup. Most of the time, however, I get this error: Multiple items cannot be passed into a parameter of type "Microsoft.Build.Framework.I ...Show All
Visual Studio VS 2005 RC setup is endless!!!
I set up sql 2005 september ctp successfully and then since yesterday I am still installing VS 2005 RC! I left the setup on overnight and it still has not completed this morning. My machine is completely locked up and the taskbar has disappeared. If I do Alt-tab I can't see the programs running. I have 1.2 GB RAM and yet the machine is behaving like it does when it is low on memory with window content overlapping, disappearing content, etc. What ...Show All
Windows Forms Windows Form w/Internet Explorer
Has something changed between .Net Framework 1.1 and 2.0 concerning the ability to use Windows forms in IE. In 1.1 I wrote a class library and then used it via the <OBJECT> tag in IE. I could access the public methods and properties of the DLL via javascript as well as using the <PARAM> tag. I wrote the same DLL in 2.0 and now I can only use the <PARAM> tag to access properties and methods, not javascript. For instance my class ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Common framework conversion errors
I'm working on fixing up the Common Framework files from the Zbuffer, and I have fixed most, but here are a few I'm not sure about. I don't know if this little information is enough, I can provide more context if needed. 1. effect = effect.FromFile(device, path, Nothing, Nothing, ShaderFlags.NotCloneable, Nothing) Error 10 'NotCloneable' is not a member of 'Microsoft.DirectX.Dire ...Show All
Visual Studio Tools for Office newbie in smart clients
Hello friends i am newbie in smart clients application and intrested to learn this technology..right now i am not having idea that what kind of applications could be smart client,means,i coudn`t find examples of it(except Outlook) can anyone give me some useful realworld examples of Smart clients Applications Also,if i intend to make Smart applications in Office2003,what kind of applications could I make,kindly guide me and also i didnt ...Show All
Visual Studio Team System Deleted Project Successfully.. Recreated the project with same name/Problem is that the reports run but are all blank..
I want to use the same name for a project that I deleted. I deleted the project because the reports were not working. After noticing that TFServerScheduler was not running, I quickly fixed that problem. All the services are now running and the problem exist for projects that were created when TFServerScheduler was not running. I create the project with the same name successfully without any errors. Reports display for new projects that hasn ...Show All
