Jim Kat's Q&A profile
Visual C# "There is no source code available for the current location"
Hi, I was hoping someone could help me with the following problem. I have a user control in C# which is displaying the message "There is no source code available for the current location" (there is nothing else in the message) when I step through the validate function attached to a textbox control. I've isolated the problem and attached the source code below for this. I've had a look on the internet for postings regarding this issue and am doing everything that is recommended. It seems that there are four things required for this message to come up: 1. The controls need to be bound to an underlying data source, 2. The error provider (whic ...Show All
Software Development for Windows Vista Latest on ASP.Net & Workflow
Hi, What is the latest news on using Workflow Foundation to control ASP.Net page flow There is a page in the MSDN documentation that has not yet been completed which I believe will cover this subject here: http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/winwf_gettingstarted/html/dd090d25-dac6-4d39-afda-7fe5736e1075.asp A useful article I found on DevX describes a custom way of managing page flow using Workflow Foundation here http://www.devx.com/dotnet/Article/29992/0/page/1 Is this something that Microsoft will be supporting directly with Workflow Foundation Thanks. ...Show All
.NET Development C#/VB.NET on linux
Hi, I have windows forms application writed in C# and VB.NET. How can I run it on linux Thank's Alexei Hi, In addition to what JBrown said, the .net framework is some-kinda ms-os dependent. I mean yes, you could run your program in a Linux OS. But not all .net functionalities are present. And as the previous post said " MS is not supporting the building of the .Net CLR for any non-MS OS " yes this is true, and by that, non-ms .net framework would always be 1 version behind... cheers, Paul June A. Domag ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 'ddraw.h' : No such file or directory... can somebody can help me please
hello .. i'm trying to built "C:\SDK\EyesWeb 4 - SDK Beta\" ...the final line of the log give me 1>c:\program files\microsoft platform sdk\include\strmif.h(21826) : fatal error C1083: Impossible d'ouvrir le fichier include : 'ddraw.h' : No such file or directory i'm trying to get this ddraw.h but i havent find it ...can someone help me - Viusal c++ 2005 express edition - microsoft platform sdk for windows server 2003 - microsoft.net framework sdk v2.0 - and the latest version of diect9.0 ( and i think that i have installed the sdk version) so what could miss to my computer .... thanks to all juju ...Show All
SQL Server Connect to remote RS in SSMS
Got following error when try to connect to remote reporting service in SSMS: TITLE: Microsoft SQL Server Management Studio ------------------------------ The request failed with HTTP status 401: Unauthorized. (Microsoft.SqlServer.Management.UI.RSClient) ------------------------------ BUTTONS: OK ------------------------------ No problem to connect to reporting service in SSMS on RS box locally. Use windows authentication with same account in both case. How to configure that Thanks. Odd - You're logged in on as the same user on both computers Are both computers in the same domain Ca ...Show All
Software Development for Windows Vista Designer re-hosting and XAML only workflows
I'd like to change the Designer Re- hosting example to cater for XAML only workflows. Can anyone give me any advice to get me going I have some custom root workflow activities (compiled) and have xaml workflows that use these, but when I attempt to load them into the example it doesn't even get off the ground because the WorkflowMarkupSerializer can't deserialize the xaml (returns null). The serializer will ask its service provider for the ITypeProvider in the service context. This provider becomes part of the service context because I passed it to AddService ...Show All
.NET Development How i get new ID after inserting data in table through command.ExecuteNonQuery
Hi, I want to get newly inserted ID after inserting data in table. I am using command object's ExecuteNonQuery. I don't want to use MAX in another query. Is there any way to do. I am using ad-hoc query not a storedprocedure. Also i don't want to use @@identy because it is a global variable and at the same time if any other insert statement fires the value of @@Identy Thanks in Advance..... Mahseh... @@identity is limited to the current connection, so you will get the last id of the record that was inserted within the same 'connection' as the connection that you use to do the select @@identity. You can also ...Show All
SQL Server Execution of Package failed
I am trying to design package which would copy all tables and stored procedures from one server to another. It used to be simple task in SQL 2000, there was wizard. However the new wizard does not work... I wrote SSIS package, but when I execute I get the following error: "Can not apply value null to property Login..." Any idea It seems to me that this new SQl2005 is not that simple to use like 2000. 2000 was a great product. I am considering to rollback to 2000. Very frustrated with the new one... There should be more to the error message than that. Please can you copy the ...Show All
SQL Server Parent Child Relationship
I created a parent child relationship in SA 2005. It works great, except when adding it to the cube and browsing it. It shows the ID instead of the Name attribute. How do I make it show the name attribute Thanks in advance, Mardo Suppose you have the following columns in your table: ID - Integer. Primary key column of your table ParentID - Integer. The id of the parent object. Name - String. The name of the object identified by ID. Since things already work for you then you already have the key attribute and parent attribute set in your dimension. To resolve your problem select the parent attribute oin Dimension Struct ...Show All
Windows Forms webbrowser html events vs.2005
greetings, this code works for vs.2003, how is this done with vs.2005 beta 2 Dim doc As mshtml.HTMLDocument = DirectCast(webBrowser1.Document, mshtml.HTMLDocument) ' Cast to the interface that defines the event you're interested in Dim docevents As mshtml.HTMLDocumentEvents2_Event = DirectCast(doc, mshtml.HTMLDocumentEvents2_Event) ' Define a handler to the onclick event AddHandler docevents.onclick, AddressOf onclickproc &nbs ...Show All
Visual C++ Can't add new string to string table
I'm trying to add a new string to an existing string table. Right-clicking on the table and doing New String checks out the .RC file and its associated include file from SourceSafe as expected, and it lets me add the string just like in older versions of VS, but when I try to save the the changes nothing happens. If I close the string table changes are lost. The .RC file is not read-only. Not sure where to go from here as this worked fine before I upgraded to VS 2005 last week. I've seen a similar problem working with VC 2005 resource editor, but it's intermittent. Are you using multiple subprojects ...Show All
Visual Studio Team System TFS Install problems Dr Watson
Hi, I have been trying for serveral days to try to figure out what the heck is going on with this install. The issues I have ran into was during the install on TFS (RC), I keep getting these watson failures. I am so stumped on why this is doing this. I have everything else working fine such as sharepoint, reporting/SQL. Here is the last line of the error log file. [03/23/06,20:32:24] Setup.exe: GetGlobalCustomProperty({4F8791EE-486F-44B5-952B-F28F9FD58BD0}) [03/23/06,20:32:24] VSServerUI: ISetupManager::GetGlobalCustomProperty() failed to find global prop in CProgressPage::RunningComponent() [03/23/06,20:32:24] VSServerUI: {4F8791EE ...Show All
Software Development for Windows Vista Error while using Workflows within Sharepoint Site
Hi, I tried using the sample workflows from the ECM release (ECM sample started kit). Now this is what happens: I can install the workflows and the forms correctly. Once I go into my Sharepoint site, I can connect it to the workflow that I want. But once say I add a new document, open it in thr word client, from there say I click on "Start Workflow" this seems to fail for EVERY WORKFLOW - even those built in default (Approve etc). The initialization and association forms come up and I fill these (workflow has not started yet), once I click on "submit" (or any other button which is supposed to start a workflow) on ...Show All
.NET Development Sending E-mail ???
how can I send a HTML page using my free hotmail mail and photos or anything else.......... because in fact I can't send except text and by the way I don't mean attachments I want to send html pages like the ones we recieve from a company , or like newsletters , etc. Hello, This web forum is actually specific to questions about ASP.NET Web Service development. For help with your hotmail account please sign into your account and click the "help" or "feedback" links. Thanks. Daniel Roth ...Show All
Visual Basic Connection MySql
If are there a site where there's the kind of information about conection MySQL with Visual Basic, it'll help me so much. Thanks, Vivian www.connectionstrings.com ...Show All
