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

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

jeje1g

Member List

Geoffrey Tseng
jgz
sachhha
Steve Eichert
Kamii47
Andy Ho
Steve Kibble
ElliotHC
Garrett Serack - MSFT
Shaantu
Sathyags
tornin2
dev_.net
AlexBB
smtraber
JesseD70
Danny Thorpe MSFT
elgor
MarkEmery
IonWarp
Only Title

jeje1g's Q&A profile

  • Visual Studio 2008 (Pre-release) Creating a Hyperlink with Databound text

    I would have thought this question would have an obvious answer, but I've been looking for a couple of hours now: How do I create a hyperlink in WPF where the text displayed is DataBound The only way I've found to do that so far is the following: < TextBlock > < Hyperlink ToolTip = " {Binding Details.Description} " Command = " {Binding Details.Command} " > < Label Content = " {Binding Details.Name} " /> </ Hyperlink > </ TextBlock > But that seems very inelegant, and produces a textblock with far too much spacing. I tried putting a Run element inside the Hyperlink, but the Text property of that cannot be databound. Any ideas ...Show All

  • SQL Server sql server express 2005| installation

    Dear Sir/madam While installing sql server express 2005 get an error message install latest version using sqlnci.msi . Please let me know from where i can find or download sqlnci.msi This error comes while installing native client option With regards Anil Hi Anil, Check out my answer here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=669799&SiteID=1 Mike ...Show All

  • SQL Server Can't connect via HTTP remotely...

    Hello- I've just set up HTTP Access to SSAS and can connect locally, but when trying to connect remotely, as the same domain user, I receive the message: The connection either timed out or was lost Unable to connect to the remote server No connection could be made because the target machine actively refused it I can connect remotely if I connect using just the servername (rather than http://...) Anyone else runinto this one Hi Tristan, For troubleshooting connectivity problems, one great resource is Edward's blog at: http://www.sqljunkies.com/WebLog/edwardm/ . If you still have connectivity issues after following the guidelines described in this blog, please l ...Show All

  • SQL Server your answer?

    Hello. I've read the other day (don't remember where :( ) that there is no performance advantages on executing stored procedures than executing sql strings made "on the fly". It said that both operations are precompiled on first execution, and then cached to posterior executions... Is that correct Thanks in advance, Matias Yes they are as compared to the normal TSQL statements provided the stored procedures a recompiled whenever they are modified for update of cache plan. You need to refer to the books online and these links http://www.sql-server-performance.com/tn_stored_procedures.asp and http://www.awprofessional.com/articles/article.asp p=25288 to know more about SPs. ...Show All

  • SQL Server 0xC02090F5 DTS_E_DATAREADERSRCUNABLETOPROCESSDATA

    I am moving over 100 tables from mainframe to SQL Server 2005 using SSIS all but 2 tables have worked to some degree. 2 of the packages when executed write 0 rows to SQL Server becaue they are getting this error 0xC02090F5 = DTS_E_DATAREADERSRCUNABLET OPROCESSDATA I have looked at the definitions on the mainframe and SQL Server side all looks good. I have looked at the data on the Mainframe side and there is nothing unusual. The Mappings are simple one to one mappings At one time I could even preview the data while in designer building the package but when the packages for those 2 tables are executed I get the same error. Other tools can read the data. Does anyone know what could possibly be wrong ...Show All

  • Visual Studio Express Editions How Do I change a String Varible into a int varible

    Hey I making a Xml Reader program and part of it use #s that I have stored in the xml file. <random>23</random>. Well I made a program that gets the #s and counts it down. Well the problem is it keeps telling me that I need a int varible and I can't convert a string into a int. Any Ideas or something. ahmedilyas wrote: probably is best to post the way you write the xml file (in its fullest) and how you read it. Here is a short but quick example on how I write/read to xml for this example: write: XmlTextReader theWriter = new XmlTextWrite(Application.StartupPath + "\\text.xml", null ); theWriter.WriteStartDocument(); theWriter.WriteStartElement(" ...Show All

  • Visual Studio Generating Code From a Model Walkthrough

    I'm going through some of the walkthroughs today. I was not sure what to do after step 14. "Copy and paste the following XML into the file, and then save it." I used the "Copy Code" link button to copy the code from the web site. Apparently the next step is to add a new text file to the project and name it "DomainModel.tt", but this is not clear. I did that and completed the other steps. When I save the ".tt" files, I see the following error message. "Running transformation: Dsl ExampleModel has no Editor." When I open the .cs file all I see is "ErrorGeneratingOutput". I am using the Sept. 2006 RTM version of DSL Tools. Other walkthrough, such as Creating and Custom ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL Syntax Highlighting in XNA Express?

    This is incredibly minor, but are there any plans to add HLSL Syntax Highlighting to XNA Studio Express Shaders aren't going away for a while, and it would be quite useful to have some syntax support in XNA. Hang on a minute, shouldn't those of us who have shelled out a fortune to get the pro version of VS2005 get that first Seriously though, it is about time that feature was put back into VS, along with the long lost shader debugger. Andy. ...Show All

  • Visual Studio 2008 (Pre-release) Example of GridViewItemContainerStyleKey usage?

    I'd like all of my ContentPresenters within my GridView to have HorizontalAlignment=Stretch, but this does not seem to be the default behavior. It looks as if I can use GridView. GridViewItemContainerStyleKey to define the style of the cells in my view. Does anyone have any sample code to demonstrate how this works Also you could try - <ListView.Resources> <Style x:Key="{x:Static GridView . GridViewItemContainerStyleKey }" TargetType="{x:Type ListViewItem}"> <Setter Property="HorizontalAlignment" Value="Stretch"/> <Setter Property="VerticalAlignment" Value="Stretch"/> </Style> </ListView.Resources> If that doesn't work try replacing HorizontalAlignment & V ...Show All

  • Software Development for Windows Vista Rule editor problem

    My scenario: I have a custom workflow designer (I use the latest sample of Workflow Designer .) I create a custom activity with a bool type property - "IsChecked". I put this activity into a sequental workflow in the designer. Next I add "if/else" activity and triy to set up the "Rule condition" property of each branch. I want my "if/else" activity depends on the property "IsChecked" of the custom activity. When I write the condition in the "Rule Condition Editor" everything looks fine and I can find my custom activity with intellisense. But I can't see my property "IsChecked" with intellisense and when I write it manually (custom activity name is "boolActivi ...Show All

  • Software Development for Windows Vista Glass with MDI apps

    Is there a reason (and can anything be done about it) why MDI child windows don't have a glass Caption bar It seems odd to invest in such a contempory look as glass produces but have it let down by only making certain windows behave that way. David As this can be useful in some circumstances, is there any way to add this back into an MDI window's caption area, using the DWM glass APIs ...Show All

  • Microsoft ISV Community Center Forums Select Syntax problem in a Query

    Hi - i have a query setup that is held on a subform that displays all activities that have been logged by users.  there is a field called 'leadofficer' that displays the name of the user who logged the activity. Based on prior help from forum users I thought it would be easy enough to set criteria whereby the form, when opened would only show activity where the values in the 'leadofficer' field would equal the value of the user who has logged in - where the value of the user who has logged in is held in a global variable called 'loginname'  - but i was wrong! - ive been wrestling with the SQL syntax in the query but can only get it to work by having the query to prompt me for the name, which is no use because it al ...Show All

  • SQL Server Connect to database without showing the "Connect to Server" dialog box?

    Is it possible to configure the SQL Server Management Studio to behave like good old Enterprise Manager, so that it automatically connects to my configured servers without showing the "Connect to Server" dialog box every time upon startup After successlessly searching Google and these forums, I still found no suitable answer to this question (maybe beside this one ). Thanks Uwe You ae right this is not possible, perhaps you can suggest that as a feature request on connect.microsoft.com HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Community Chat Kyro KidSafe Browser (alpha)

    Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc.  It takes only minutes to set up.  I am 10 years old, so who can make a browser for kids better than a kid Progress:  Final will be started in January Thanks you everyone for your contributions  and encouragement.  *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All

  • .NET Development can´t find System.Configuration.Configuration Class

    Hi, I'm new in .net programing. I'm trying to use the System.Configuration.Configuration Class but it doesn't exist under the namespace System.Configuration. I've just installed SP1 for .NET 2005 but nothing changed. If somebody have a clue I'll appreciate it. Thanks, Rodrigo. ...Show All

©2008 Software Development Network