Elaine brockway's Q&A profile
Software Development for Windows Vista When will this come out to non subscribers?
Does anyone know when Vista Beta 1 will "come out" for us non subscribers to try out Thanks Josh Phillips wrote: There have been several avenues to obtain the betas, including attending conferences, MSDN sub, sign up for the beta. Not sure we will ever see a truely public drop, but my guess on when we would see that if it were to happen would be around beta2. Josh http://windowsconnected.com Exactly what I've been saying for the past 3 months whenever someone would tell me "I'll wait for beta 2 since its ...Show All
Microsoft ISV Community Center Forums Business Scorecard Manager 2005 - Deploying to Reporting Services
After deploying a scorecard to Reporting Services, RS reports that "ScorecardDPE" is not installed or configured properly. After uninstalling and reinstalling, the following error messages are observed in the RS log file: - ScorecardDPE does not implement iExtension or System.Data.iDbConnection - An attempt has been made to use a data extension 'ScorecardDPE ' that is not registered for this report server. Report Services 2005 is installed. Given that there are quite a few questions around BSM, the product team has set up a blog with a common issues FAQ. You'll find it on http://blogs.msdn.com/bsm/ . ...Show All
Visual J# Wndproc in j# and mouse scroll event
He, i was working with j#. I could not override WndProc. How in that case to realize processing event mouse scroll in J# You can't overide wndproc from j#. You need to inherit from a base class that you write in C# that calls a delegate in j#. ...Show All
Visual Studio vss issue
Hi, I've upgraded to the July CTP of vs2005, vss , msdn etc . upon opening a vss controlled solution I receive this in the output window , Source safe tab: Unable to use SourceSafe LAN service, performance of SourceSafe operations will not be optimal. Not wanting to be less than optimal , what does this mean ( beyond the obvious) and how can I correct this The vss database is on a server with shared access . All operations seem to be functional from within VS2005 . thanks This message indicates that LAN service was not used. LAN service can be running o ...Show All
Visual Studio Team System Licensing Question
I had TFS Workgroup setup. We needed to upgrade to TFS Standard because of the increasing number of developers accessing TFS. We cannot purchase the license for another month or 2, so Microsoft said to install the 180 day Trial, which will remove the 5 Licensed Users cap. Well I uninstalled Workgroup, installed the Trial, and I still have the error come up when trying to add more than 5 licensed users. Any ideas Hi Keith, Just saw this post in another thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=418789&SiteID=1 and thought it might help. Michael. ...Show All
Windows Forms Binding ArrayList (of Structures) to a Datagrid Question?
OK. I am **hoping** this is something silly and simple that I'm forgetting to do. I've read some examples on binding a datagrid to an array list and that is what I'm now trying to do. I've got an ArrayList (populated from a structure). I've got the MappingName set to the ArrayList name (which I believe is what I'm supposed to do). I've g ...Show All
Visual Basic OpenFolderDialog
I could use a reference to any code classes for enabling the selection of a folder via a dialog window. thanks, Fred Try this code (written for vbs-Script !) Dim comdlg,result,n set comdlg = createobject("UserAccounts.commondialog") comdlg.Flags =&H104& 'Flags comdlg.FilterIndex=2 comdlg.InitialDir="C:" comdlg.filename="(none) " comdlg.Filter = "Folder| " comdlg.showopen result=comdlg.filename n=InstrRev(result, "\") if n>0 then result=Left(result, n-1) end if if n=0 then result="" end if msgbox result set comdlg=nothing ...and have a nice day ...Show All
Windows Forms application-wide variable?
Hello, Sorry for the newbie question, I'm new to windows forms programming. How can I use application-wide variables I want to retreive the active-directory username of the user starting the program. This var I want to store application-wide, but I can't seen to find where to do it. Is it as easy as app-wide vars in ASP.NET or am I looking in the  ...Show All
Software Development for Windows Vista ASP.Net & ManulScheduler Nightmares...
Well the isues go on... The details: 1. When a delay activity is arrived at in a workflow and that instance is persisted. 2. When a new instance is created, the previous instance is loaded, but doesn't go any where, and when the delay is reached the item is persisted. Why doesn't it carry on I did some digging and found out that you needed to call the RunWorkflow(Guid) method on the Manual Scheduler, so I added the following code to my WorkflowLoaded event handler: // Now get a reference to the ManualWorkflowSchedulerService ManualWorkflowSchedulerService scheduler = GetManualScheduler(); // Now run the workflow. This is n ...Show All
Visual Basic Bad generic method overload resolution?
Hi, I've come accross the following situation which seems to cause an infinite loop in the code: Public Sub ArgumentNotNull( ByVal argumentValue As Object , _ ByVal argumentName As String ) ' Check for null parameter If argumentValue Is Nothing Then Throw New ArgumentNullException(argumentName) End If End Sub Public Sub ArgumentNotNull( Of T As Class )( ByVal argumentValue As T, _ ByVal argumentName As String ) ' Simply defer to the non generic method ArgumentNotNull(argumentValue, argumentName) End Sub Aside from the f ...Show All
Visual C# Read XMP Metadata information Using C#
Hi How can I read (XMP) Metadata information using C# Adobe photoshop Save and retrieve (XMP) Metadata information from the files .. In Adobe photoshop if you will go to File>>FileInfo you will see the (XMP) Information. I have try it to (JPG,JPEG) files How can I write Application in .NET to read and write (XMP) metadata information to files And thanks with my best regarding Fraas Or, You can try the Windows Imaging Component , BitmapMetaData Class , but it is limited to Framework 3.0. ...Show All
Visual Studio Express Editions Basic Array Help
If i was to make a socket array like Dim Sockets(1000) as socket Then in form_load i put For a as integer = 1 to 1000 sockets(a) = new socket next a How would i go about handling when it connects and stuff I don't think you'd want to do that. I do think you'd want to create a thread pool with connections and use then as needed. ...Show All
.NET Development HttpWebRequest fails on some computers (weird...)
Hi all, I got a strange problem with HttpWebRequest code, failing on some computers, but i can't reproduce it on either of my 3 different computers here. Following is the code snippet causing the error (on some machine configurations): HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http: //someurl.tld/somefile.txt"); /* --> optional block */ request.KeepAlive = false; request.ProtocolVersion = HttpVersion.Version10; request.Proxy = WebProxy.GetDefaultProxy(); request.AllowAutoRedirect = true; request.MaximumAutomaticRedirections = 10; request.Timeout = (int) new TimeSpan(0, 0, 60).TotalMilliseconds; request.UserAgent = ...Show All
Visual Studio Team System TFS Install disappears
While running the TFS install (dual-server deployment) installing the TFS services, I get to the form that asks me for the destination folder and Database Server. I enter the information, click Next, and the install just "goes away", although i'm expecting the System Health Check page according to the documentation. I am fairly certain i have everything configured correctly on both the database server and local tfs box. No error message is given, nothing. Has anyone run into this and what was the solution Thanks... Scott Scott, There is a known issue at the point you are getting to, specifically we attempt to m ...Show All
Visual Basic Automate MS Word Doc with VB.Net
I amtrying to pull info from a Sql Server to populate a word Doc using a VB.Net App any ideas Hi, If you're using Visual Studio 2005, a good place to start is Visual Studio Tools for Office: http://msdn2.microsoft.com/en-us/library/d2tx7z6d(en-US,VS.80).aspx There is a section for automating Microsoft Word tasks: http://msdn2.microsoft.com/en-us/library/78whx7s6 Regards ...Show All
