Anonymous280z's Q&A profile
Visual C# How to determine file reading progress
I am using streamreader to read lines of text from a file. I would like to indicate on a progress bar the status of the reading process. What would be the best way to determine where I am within the file so that I could divide this number by the filename.Length member to display in my statusBar I'm having trouble finding the right method for indicating where the file pointer is... You can try checking your ...Show All
Visual Studio "Microsoft.Sdc.Tasks" project is not getting recognized
I have created a web service with default settings. Copied the contents of the Install folder <from the GDN2[1].0.051004.000.zip file> onto a new folder called Build. I created a DevBuild.proj file with the following contents: < xml version = " 1.0 " encoding = " utf-8 " > < Project DefaultTargets = " Full " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " & ...Show All
Visual Studio Express Editions Database Explorer: Cannot save new query on Access DB ?
Hello, I've created a project which connects to an Access database by using a Data Source. When I create a new query from the Database Explorer, I am unable to save this query to my database. The Help says it should be done through File - Save <query>, but that option is not available. Am I doing something wrong Thanks in advance. They really stuffed up on this. Clear documentation working with da ...Show All
SQL Server SSMSE Cannot show requested dialog
In Database Properties | Permissions when I highlight a "user or roles" and click "Effective Permissions" I get an error dialog as indicated below. Given that this is beta software, is it a known bug, or is it something I'm doing John =================================== Cannot show requested dialog. =================================== Could not load file or assembly 'file:///C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\C ...Show All
Visual Basic Loading and gathering information from a text document
I am currently producing a program for myself and i need to know how to gather and put loaded text information into a table and allow searching ect, i will clarify with pictures. Please be patient with me because i am a novice. given the following text [item 1] name=Welcome Note description=Welcome to the world of Darkness. class=12 reqlevel=1 quality=1 bonding=4 classes=0000 //All Classes model=5567 level=1 races=0000 //A ...Show All
.NET Development got problem when try to connect a Access database remotely
Hi everyone, I have a c# desktop application, and it connected to a Access database, everyting was fine, my connection string (in app.config) was: <add key="LocalPath" value="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:/app1/database/patientRecords.mdb; User Id=admin; Password=;" /> however, now I need to access this database through Internet, so I change my connection string to: <add key="LocalPath" va ...Show All
Visual Studio Team System Testing Native Code (C++ ) using Team Unit Testing frameworks
I have been looking for some pointers or guide lines as to how do I test C++ unmanaged code using Unit Tesing capabilities of VS 2005. Do I need to write wrappers in managed code ( a sort of mixed mode class one that calls into managed code and other that calls the native code) Any suggestion welcome Regds Dinesh I don't see any workaround for this. For ExpectedExeption attribute you can specify either managed exception type or type + ...Show All
Windows Forms custom editor
Hi I need to develop a custom wysiwyg editor. Because i do not want to get RTF the RichTextBox falls out of scope. The custom editor must process a XML formatted document and provide the user with the ability to create/change the document in&nb ...Show All
Visual Basic It's slow!!!
Hello After I turn on my computer and when I launch first program (which programed by VB2005), it's take a long time to show main form. VB6 was faster. CPU speed: 2600 MHz Memory: 1024 MB Is there a solution for that Thanks & Regards What do you mean by 'long time' It's possible that, even though windows appears to have finished booting up, it hasn't - it's still ...Show All
SQL Server Grouping a query in 30 seconds
Hi, How can I make a query and group the registries in a interval of 30 seconds...like for each line I have a datetime field that have all the day, and I need it to return just like TIME Contador_type1 Contador_type2 Total 01-01-2006 00:00:30.000 2 5 7 01-01-2006 00:01:00.000 3 7 10 It's just an example...but that ...Show All
Visual Studio Express Editions Bookmarks window
I can't work out how to open the bookmarks window in Visual Studio 2005 beta -- it's not there in the view menu, and there's no View.Bookmarks entry in the keyboard configuration. I can still set bookmarks by enabling the text editing toolbar, but I can't associate any text with them. Is it there at all How do I open it TIA. Tim In Visual Studio 2005 Beta 2, Bookmarks window may not visible depending of ...Show All
Visual Studio Team System I do not have permission to view the sharepoint webpage
Hello! I've just installed Windows Sharepoint Services and when trying to got to http://localhost/ I get this: ------ You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. ----------- I am logged in to the Administrator of the domain, what is it ...Show All
Windows Forms keydown event doesnt fire if you have a webbrowser object on your form
Topic is pretty self explanatory... any suggestions as to why this is happening If i take the webbrowser object off my form, the event fires. If i put it back on again, event does not fire. I have keypreview set Can you Plz send me the same example to me. I hope you will do this small favour. Thanks in Advance,. ...Show All
SQL Server How to Store System Variables in DB?
Hi, I want to store the System::StartTime in my Integration Table Log. Please guide how can I use this in my Execute SQL Task Block. I write this SQL Statement: INSERT INTO CMN_tblIntegration VALUES ('HRM_tblParty', ) Which the is for the parameter. I go to parameter mapping tab and map the System::SatrTime to parameter0, but the package fails to run. I also changed the to @IntDate and also changed the parameter name but the error was the ...Show All
Visual Studio WebForms app using ServerReport - can I dynamically assign DataSource?
Hi All - I found tons of posts describing how to dynamically assign a datasource to a ReportViewer control for local reports - but nothing for ServerReports. Is this possible We have a great need for this. Thanks -J Brian - Thanks for the timely response. This looks promising althugh the blog has postings from a few unsucessful attempts in SSRS 2005. I will attempt this resolution and post the resul ...Show All
