Dyvel's Q&A profile
Visual Basic how to find default email client
how to find default email client and invoke corresponding app. i have outlook ,netscape,outlook express, incredimail are the email clients available in my os and need to find out the default one and send the mail through it from vb regards Process.Start is used to run a program. I believe if you pass it an email address, it will start your default mail app. ...Show All
Visual Studio Team System Erro running FxCop 1.32
Hi All, Below I put the error when I pass mouse over a line of one error find after fxcop has analysed my dlls. What are happens See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.FxCop.UI.MessageDetailsForm.DisplayMessage() at Microsoft.FxCop.UI.MessageDetailsForm.SetListViewItem(ListViewItem value) at Microsoft.FxCop.UI.MessageListView.UpdateSelections() at Microsoft.FxCop.UI.M ...Show All
Visual Basic Parameter is not valid after being valid for millions of iterations
Hi again all, I have a bitblr routine which runs for hours and then crashes with the exception details included below. I believe I have eliminated all the memory leaks, Available memory varies when the program is running between a low of 125 megabytes and an high of 158 megabytes. I have half a gig of memory installed. This problem started this morning after running the program for the entire night, about 14 hours. As I continue to run the program it seems to be degrading, I am getting run time conversion error in routines that have been performing the conversions for at least 6 months. Computers are NOT supposed to work that way. It u ...Show All
Visual C++ Windows Forms
Using Visual C++ 2005 Made a windows forms application using Visual C++ 2005, but when i run it I get a console window popping up while my form is running. Guessing one of my project settings is messed. Anyone know which setting is causing the console window to appear when I run my windows form I didn't use the form designer either. Need some votes on this topic... http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackId=FDBK46869 ...Show All
SQL Server Value dimension
Hi, I have a dimension 'Customer' with 15 customers. When I look at the value of a customer it shows : [Customer].[Name].&[1] (this is the value for Kelly Woods). Is it possible to show it as [Customer].[Name].[Kelly Woods] thx I see you've got a userid and password in your connection string - so are you connecting to the server using http If so I remember in AS2K that certain connection string properties got lost if you made a http connection. Otherwise I don't know why it isn't working; perhaps AS is deliberately ignoring it if it thinks it will create ambiguous names. Sorry... Chris ...Show All
Visual C# How set file permissions?
Hi! I am doing a SQl Server backup using SMO and I need to create a file which SQL Server can access--I don't actually know what User or Group or specific permissions it needs. So, how do I create a file with permission set to, say, Everyone with all permissions Thx! hi Another idea for security settings. if you want to give access to Directory security, this idea good for do that. see blow code snippts. Code Snippet /// <summary> /// add security to basic folder structure. /// </summary> /// <param name="FileName"></param> /// <param name="Account"> ...Show All
SQL Server Use Webservice to write user access into RS directly?
Is it possible to use the web service of RS to create an application that will automatically write the users of the reporting services directly into RS Plan to allow about 30 thousand users to our Reporting Services. We have a bit of a strict security implementation on folder securities. I was wondering if we can configure mass security access using a web app and the RS web service Yes, you can use the RS SOAP APIs to set permissions on folders, reports and other items. I suggest you use group membership to grant permissions, as managing 30k individual users is probably going to be cumbersome. ...Show All
Visual C++ Mixing Managed and Unmanaged C++
Hi All, I'm a beginner in this managed C++. Currently, all of our existing system is coded in unmanaged C++ w/ OpenGL. Then, at the moment, there is a need to produce a binary file that is readable both in current C++ and C# (using BinaryReader). With this requirement, I ASSUME that I need to code that file function in managed C++ inside the current system. However, there are a lot of errors coming out as soon as I switch the /clr switch on. It's not just work. What I need really is...make the current unmanaged code work as usual, then one more function to produce the binary. In this case, do i need to code it in managed C++ (to pro ...Show All
Software Development for Windows Vista Active Directory connection from Win 98
I have a .NET 2.0 winforms app that is having problems on a Windows 98 computer. The app attempts to connect to Active Directory for authentication. I try to create a new DirectoryEntry and get the following exception from this constructor: new DirectoryEntry(string path, string username, string password) ActiveDirectoryOperationException: Unknown error (0x80070078) A hotfix that once fixed this was installed on the computer from http://support.microsoft.com/default.aspx scid=kb;en-us;323455 we just reinstalled a new version of the winforms app and now get the error. Any ideas not sure why this got ...Show All
Visual Studio Team System TFS project deletion and Team Explorer
Following the MS Walkthrough on "Creating a New Team Project" I created the AdventureWorks team project. After messing around with it for a while I deleted the project from TFS using the Team Explorer (or so I thought). Today starting their tutorial over I tried to create the Adventureworks team project and got the Error " TF30321: The name you typed is already in use for another team project on the Team Foundation Server..." So I didn't delete it after all! How do I delete this project from TFS TIA, Barkingdog There is a command line utility, TFSDelet ...Show All
Windows Forms Async Webservice and DB calls
I need to make mutiple time consuming webservice and db calls. The webservice and db calls return BO Collection which has to be updated on a Datagrid and Tree Control. And after all the thread has completed the job i have to display all calls has been completed message. Any ideas for a clean OO approach Thanks. If the idea is to keep the UI responsive during the calls, run the calls asynchronously on a background thread (you might try the BackgroundWorker class if you are using .NET 2.0). Dont forget to use Invoke or Begin/EndInvoke to do your UI updates; windows forms controls are not thread-s ...Show All
SQL Server Report manager HTTP status 400: Bad Request
I am having trouble to access Report Manager on a fresh SQL Reporting Services install on Win 2003, SQL 2000 SP3a machine. /ReportServer works fine, I've created a Virtual Directory /OnlineReports to allow anomynous access but /Reports doesn't work. So I can't add IUSR to the folder I need anomymous access on. Can somebody please help Thanks in advance. Yes, here's what it shows <ReportServerUrl>http://www.domain.com/ReportServer</ReportServerUrl> www.domain.com/ReportServer works but www.domain.com/Reports doesn't. Thank you. ...Show All
Windows Live Developer Forums I cannot se my contacts spaces through msn.
Hello. I have a little problem. When I click on one of my contacts in msn to see their space I get to a blank page in IE. Does anyone know what the problem may be If I go to a space directly it works. This is very annoying! Is it a way to automatically open the spaces in Firefox instead Thanks for any answers... -efish <>< This is not the appropriate forum for questions about MSN Messenger. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All
Visual Studio Team System Error You are not a valid account when accessing a team project
Hello, We have just set up a Team Foundation Server, it appears that all the users have been setup correctly, but when I try to access a team project from my local machine using my windows login I receive the error "you are not a valid account", so although things look ok they are probably not. I would appreicate any suggestions or assistanct in resolving this issue. Thanks! Catherine Hello Bruce, Thanks for your reply, but after reviewing the details pursuing this as a solve this solution isn't very comforting. According to Buck Hodges, http://blogs.msdn.com/buckh/archive/2005/07/11/437820.aspx , the July CTP ...Show All
Software Development for Windows Vista How stable is the current Beta 1?
I'm going to be kicking the tires on this fantastic workflow framework for a potential replacement of our corporate workflow management system when those goes gold. I would like some measure of confidence that if I start coding to these API's that they will not be in too much flux...i.e. entire namespace deprications. I realize that is asking a lot...but from what I have used thus far of the framework it looks like exactly what we need. We currently have an enterprise licience for BizTalk but as you all know BizTalk does not handle human work flow very well. BizTalk will be reserved for our EAI aspects and I can clearly see ...Show All
