GTrz's Q&A profile
Visual Studio 2008 (Pre-release) DataTemplate with Viewport3D using a StaticResource
Why won't this DataTemplate work < DataTemplate x:Key = " 3DItems " > < Border BorderThickness = " 1 " BorderBrush = " Black " > < Viewport3D Width = " 50 " Height = " 50 " ClipToBounds = " True " > < Viewport3D.Camera > < PerspectiveCamera FarPlaneDistance = " 50 " NearPlaneDistance = " 1 " FieldOfView = " 90 " Position = " 5, 2, 15 " LookAtPoint = " 0, 0, 0 " Up = " 0, 1, 0 " /> </ ...Show All
Visual Studio Tools for Office Clear data from excelsheet
Hi I am able to bind ListObject/ExcelSheet control from the database. Now I have created one Button control named as "Clear". When this button clicked the content of listobject should be disappeared (not from database). What code should I write on click event of the button. Thank you. Set the data binding on the ListObject to null. You can do this by calling the SetDataBinding(null) met ...Show All
Software Development for Windows Vista using workflow parameters
In workflow: -I can defines parameters and use them to put values in/out workflow and outside environment througth C#/VB assignment code. -I can create some public variables and use them to store/transfer data with outside method/service througth tab Properties. Is there any way to direct use parameters to communicate to outside method/service Thanks Kha - what do you mean by tab properties W ...Show All
Visual Studio Express Editions Aspx files not working
When clicking view in browser, it hangs when trying to run aspx files. HTML files work fine. Any suggestions Found it ... Had to run aspnet_regiis.exe - i again. Some reason, it didn't take the first time. ...Show All
Software Development for Windows Vista Statemachine not Stable !!!!
I checked in several constellations. Rasing Events works between 1 - 20 times than I get by random Event can not be deliverd. By seeing the unanswerd request here in the Forum I think it's not working. If yes some good Ideas are always well come. Wolfram Most probably the raise event happens before the state is active. Please see this post for more details http://forums.microsoft.co ...Show All
Visual C# Problem raising Event with INotifyPropertyChange (ADD and Remove )New in 2.0?Need help
Hi I am trying to understand how you raise event when you implement INotifyPropertyChange interface explicitly I am new to c# (used to program in vb.net) so bear with me. What I am trying to do is that only when a property changes I raise an event in .net 1.1 you Would do the following public class Employee : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged;   ...Show All
SQL Server URL rending vs embedded reports
Hello, We have an intranet app which is created by a group of developers. The app has buttons to invoke reports. They don't want to embed rdl files into Web app but want to render reports using the url and passing the required parameters. Since none of the people in our team is expert in Reporting Services I would appreciate some advice on the following: 1. Is the url rendering easier than using embedded reports when it comes to deploying ...Show All
Architecture designing an online & offline application... what methodology to use?
Hello, I am at a stage where I want to develop and application that will work the same whether if you are online or offline. I can always write an application that hooks up to a server while online (connected to a network) and queries a db for the interactions bewteen the user and the app. Then when offline have another app that looks at the local database... but i don't want to write two apps... I want to build an app like outlook ...Show All
Visual Studio Team System Error 32000 during Team Server install
I installed the prerequisites: Sharepoint services, SQL Server 2005 CTP April on a new install of Windows 2003 Server Standard SP1. Around 99% through the install I got a 32000 error. I am using the Virtual CD tool to access the ISO image downloaded from MSDN. The image is set as drive z I am logged in a TFSSetup user who is an administrator on the current box I assigned TFSService user as the service user (Both users are domain ...Show All
SQL Server reporting services 2005 proxy
I am trying to create a RS proxy to use in my web site. I did this successfully with RS2000. I used web matrix to generate the proxy and put the dll and .cs file in the bin directory of the web site, then I just used <%@ import namspace="rsProxy" %>. It worked like a charm. Now I am trying to get the 2005 version working and created the dll's but all I get in my web page is that it couldn't find the namespace. I also tried ad ...Show All
Visual J# Web Browser, HTML selection
Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All
SQL Server Error messages in event log - bucket table 5
I keep getting this error in my event log: Bucket 04944163, bucket table 5, EventType sql90exception, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 sqldumper_unknown_module.dll, P5 0.0.0.0, P6 00000000, P7 0, P8 0f1e826d, P9 00000000, P10 NIL. SQL server 2005, Windows 2003 I cannot find anything on the web or in help about this - any clues anyone I am using SQL 2005 RTM within an ASP page. Our whole re ...Show All
Smart Device Development minimize by code ?
Hi, how can i minimze a form by code. i still want my form to be on the 'running programs' list. 10X, Just for closure, this thread is answered here . ...Show All
Windows Forms ClickOnce Deployment Error
Can anyone help with the following error It's happening when a user launches the application from IE. "Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first." "Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Gl ...Show All
Visual Studio Express Editions If IsNothing(command.Parameters("@UserId")) thrown an exception why?
command is a sqlcommand and i need to test the parameters collection before to add the @userid parameter so i use: If IsNothing(command.Parameters("@UserId")) and i get this exception: + ex {"An SqlParameter with ParameterName '@UserId' is not contained by this SqlParameterCollection."} System.Exception Avoid this exception by using SqlParameterCollection.Contains() . ...Show All
