-bi's Q&A profile
Software Development for Windows Vista Samples for hosting WWF in ASP.NET web Applications
hi I'm being busy all day long working myself into WWF in combination with ASP.NET. I found a few tutorials and sample code for asp.net applications in combination with WWF, but nothing which is more sophisticated than writing a hello world. Are there tutorials which use the SQL Persistence, SQL Timer and SQL Tracking Service with asp.net applications Maybe I just couldnt find them on the web. So if someone got a good tutorial, or sample then please post it here. thx I found these: ASP.NET Workflow Example Cutting Edge 04/06 Working with Windows Workflow Foundation in ASP.NET Using WF to run a page flow ...Show All
Visual Studio Express Editions Newbie Trying to get specific data from an sse database
I am trying to query a specific field from my sse database based on two different variables. And use this information to fill a textbox with an integer. The first variable is a combobox that is filled with data in one of the other tables in the sse database. This table has a PKcolumn that is an integer and the identity of the column. The only other column is a nvarchar(30) string (which is the actual data in the combobox) The second variable is a numeric up down that isn't actualy using info from the database but will be a reference. It has a max value written in to the code: if NumericUpDown1.Value > 20 Then MessageBox.Show ...Show All
Visual J# j# compiling problems
Hi, i've got visual j# 2005 (beta version). Every time i try running an application/program. The command prompt comes on the screen and dissappears after bout a millisecond, so you can't actually look at the output. Basically the command prompt should stay on the screen till i close it. Can any1 help with this please Read this thread: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=85301 ...Show All
Visual Studio Login Issue
I am developing a windows application using VB.NET 2003 and the bundled version of crystal reports. I have an issue with deployment to a number of users. I have a report viewer in my application that sends a dataset created from an xml document at runtime to a crystal report document. The reports display on all of our company PC's without any issues, but a couple of our users are getting 'Login failed' when trying to view the reports and are shown a dialog asking for the database location. Using crystal to display data from ADO.NET at runtime seems to work with 95% of users, but we can't figure out why some users are encountering this issu ...Show All
SQL Server Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Hey folks! Just discovered a quite strange error while using MSSQL I'm using the Query-Analyzer to set up an distributed select statement. looks something like this: Select * from [Server1].[DB1].[Table1] as one, [Server2].[DB2].[Table2] as two where one.pk=two.fk; Server1 is the mssql server i'm working on. Server 2 is another mssql server in our network. when setting up the statement i got the following error: Could not find server 'Server2' in sysservers. Execute sp_addlinkedserver to add the server to sysservers. I did so and did the following: sp_addlinkedserver 'Sever2', 'SQL Server' Setting the Select statement up again leads me t ...Show All
SQL Server Query optimiser choosing bad query plan
This seems to be a query optimiser problem. This selects data into a temp table, and then use the temp table in a join... Select a.WidgetID, Sum(a.Amount * (b.Sign)) As WidgetValue Into #temp From WidgetTransaction As a inner JOIN TransactionType As b On a.TransactionTypeID = b.TransactionTypeID inner JOIN Widget As aass On a.WidgetID = aass.WidgetID inner JOIN CurrentPeriod As cp On aass.CompanyID = cp.CompanyID Where a.BookID = 1 And b.TransactionTypeClass In ('ADDITION') And cp.UserID = 'ADMIN' And (a.ApplyDate <= cp.EndDate OR (a.TransactionTypeID = 1 And aass.DatePurchased <= cp.EndDate)) And a.BudgetI ...Show All
Visual Studio Team System Error 1308. Source file not found
Hi there, When I am installing Team Foundation Server Beta3 Refresh I receive the following error; Error 1308. Source file not found:c:\software\visual studio 2005 team foundation server beta3 refresh\atdt\Program Files\TFS\Web Services\WorkItemTracking\bin\Microsoft.TeamFoundation.WorkItemTracking.Server.Dataaccesslayer.dll. Verify that the file exists and that you can access it. The server's configuration is the following one: - Windows Server 2003 SP1 (Spanish version) - Domain Controller (Active Directory) - DNS Server - SQL Server 2005 - Sharepoint Services 2.0 SP2 The iso image of TFS sw has been do ...Show All
Visual J# High School Teacher needs help
Hello, I am a high school math teacher and my students and I am having difficulties getting my first java applet to work for my students using j# 2003. I have successfully written applets in miscrosoft visual j++ and want to run some of the same applets with j#. Here is my problem. I would like to run the same applet found at http://www.mrpowell.net/progra/java/example1.htm But can not get the applet to run. I have tried various approaches, so I quess I would like answers to the following questions. 1. When creating a new project, which type do I select: Vi ...Show All
Smart Device Development Using a vScrollBar??
Hey folks, new to Windows Form Programming (I am a ASP.NET guy), and was hoping you all could answer a simple question for me. How do you make use of a vScrollBar or hScrollBar I plop it on my form, but when I run my application, it launches, but the scollbar doesn't actually ummm scroll. My page is formis larger than the view of my PocketPC, so I just need to scroll down. Would seem easy, but ya know how these things are. So, whats the secret Thanks alot for taking time to read this. HC You need VS 2005 to develop for NETCF V2. ...Show All
.NET Development MMC 3.0 SDK
From the MSDN site there are several samples and documentation about the new managed MMC 3.0 extensions. I tryied to look in the april platform SDK (the last one I found) but there isn't any MMC 3.0 sdk. Does somebody knows where can I get it Thanks, Pierre russian, I'm not sure whose instructions you mean, but if you're refering to my post of 10-17, you do want the dll, but you shoudn't be trying to "register" it, as it is a .Net assembly, not a COM component. In your .Net project, right-click the references folder in the solution explorer and select Add Reference." In the dialog box, click the browse button and brow ...Show All
Windows Forms Sorting Treenodes in treeview
I am trying to figure out how to sort the treenodes in a treeview. I am allowing the user to add and update the nodes and their text at runtime. Therefore, I need to implement the Sort procedure in the AfterLabelEdit event. However, there are a few problems I'm not sure how to address. Has anyone done this I can't seem to find a good answer. My treeview is only 1 level deep. A parent node can only have child nodes and those child nodes cannot have any child nodes. When I add a child node, it adds it at the bottom initially with some default text 'New item' and goes into Edit mode. After I am done editing the text, the AfterLabelEdit even ...Show All
Windows Forms Nullable Int - Databinding to TextBox vs. UserControl
Hi, I somehow don't get it and hopefully somebody can explain this to me and/or a solution. I got a "smart" data source class which implements INotifyPropertyChange and IDataErrorInfo. Just for this test I have two values in this class, an int and an int . I validate these values, they cannot be 0 and also not null in the latter case. So i got several questions now: 1. - If I do not enable formatting on the DataBinding to the nullable field, I cannot enter any data. The value is reset to null when I leave the field and it should be written back to the underlying data object. - If I disable formatting on the DataBi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MDX CLR2.0 Release Date
Can anybody offer any information regarding the possible MDX9 (CLR2.0 compatible) release date (a +/- two month precision would be more than satisfactory). Thank you. Sandman Questions about betas should be asked in the beta newsgroups or forums. See http://msdn.com/directx/beta for more information. ...Show All
Visual Studio Tools for Office How to delete the text that were searched in the word docment
I want to delete the text that were seached in the word document using c# 2005. I have recorded what i have done in the ms word. Sub aaaa() ' aaaa Macro Selection.Find.ClearFormatting With Selection.Find .Text = "find me" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False .MatchWholeWord = False .MatchByte = True .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False End With Selection.Find.Execute Selection.Delete Unit:=wdCharacter, Count:=1 End Sub Now ,I wrote the codes as follow ,however, they could search th ...Show All
Visual Studio Publishing project with MSBUILD
I am running msbuild on our build server, the server has the .NET v2 beta 2 runtime and SDK installed, it does not have DEVENV installed on it. When I try to publish the project with msbuild from the command line on my local PC that has DEVENV installed it all seems to work. When I try running the some command on the build server I get: “C:\WINNT\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3482: SignTool reported an error 'SignTool.exe not found.'.” The command line I am using is: %windir%\Microsoft.NET\Framework\v2.0.50215\MSBuild.exe StudentAllocator.sln /p:Configuration=Release /property:ApplicationVe ...Show All
