Justin Souders's Q&A profile
Microsoft ISV Community Center Forums VB Script Crashes Access When Exporting to Excel
I am trying to solve a minor problem for a small school running Access 2000 on a network. The program runs well with several forms and reports. The problem is that one of the reports is exported to Excel. This works fine except when the database is moved off the network, the export process either produces an error message or crashes Access. The database filename is AA92603.MDB. When it is copied to the C: drive on a computer off th ...Show All
.NET Development What a Laugh
I could not help laughing when reading my server logs, besides the usual traffic, there are a few trying to launch games (none on my site) run perl scripts (no perl on my server) and hunt for some linux oriented folders etc. All I can say is good luck, because the server is secure, and the firewall prevents anything but port 80 requests in. www.greenrelations.com Now, the x64 machine I use is now doing better. Been upgrading the site, with ...Show All
SQL Server Need Article/Information - 2 databases 1 report
Hi All, I need to find information on how to get two oracle databases data into one report. The two databases are not really a like, althought they do "talk" to each other and pass data to each other, and their tables are not the same. One is a manufacturing database, the other financial. If anyone can point me in the right direction, that would be great. I am working with the newer 2005 products. Thanks in advanced, Kerrie ...Show All
Windows Forms Test Certificate Signing problem
Hi, I have created a test certificate using VS 2005 and installed it in the Trusted Root Certification Authorities and Trusted Publishers. I have set my manifests to be signed by this certificate. Then I am publishing it into an intranet zone ie http://<machinename>/<appname> When i try to download the application from the same machine, I get a "The publisher could not be verified" prompt, and the publisher name is coming as "Unkown ...Show All
Visual Studio Express Editions Download Installation Registration vs Manual Installation Registration
After much research through the forum, through the Registration FAQ (#7), and finding the answer I was looking for, I feel compelled to share this information in a clear and concise manner. If you install a Visual Studio Express product via the download, when you register, you will be taken to a page with a registration key, and you will receive a registration benefits email. If you install a Visual Studio Express product via the CD ISO(IMG)- in ...Show All
Visual Studio Team System Feature Request
Surely it is not too late to ask for this incredibly nice feature. When I am in the Source Code Explorer and I navigate to a solution (SLN file). I should be able to open the solution from that dialog (right-click open Solution, or something). Thanks/ Well, I feel like an idiot. Why didn't I just double-click it and not (***)(u)(me) that clicking it would simply view the file in the text viewer. All these months of browsing to th ...Show All
Windows Forms DataGridView - when I select an item in a combobox i dont want a new row of comboboxes
Hi everyone, I've searched the forums far and wide and I cannot find an answer to my question. Basically, I have a form with a number of items on it including a datagridview. I have a sub in this form which initializes the datagridview with a number of combobox columns (all pulled from different datatables), and because I have used raw queries to populate the datatables, all columns are unbound. Whenever I select a value from any combobox, a new ...Show All
.NET Development Sqlparameters open or close
anyone know for sqlparameter could be open or close No, the SqlParameter object doesn't have the concept of state, where it could be open or closed. Is there a particular scenario that you have where this would be useful Could you provide more background on what you are doing that is prompting you to ask this question Maybe there is another way to do what you need to do, without such functionality. Thanks ...Show All
SQL Server Database Engine Connection Error.
I got the sql2005 std edition at the msdn rollout, and the vs2005 studio. I uninstalled sql2000 and now, cannot connect to the database engine. I get the following error message with a link to an page that offers no info. What's up and how can I get it to work Please, help. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default ...Show All
.NET Development .NET 1.1 process.kill?
Hi. in .NET 1.1, I can create a process: Process someProcess = new Process(); someProcess.StartInfo.FileName = this .someTextBox.Text; someProcess.Start(); However, if i wish to kill that process, I have tried using: someProcess.Kill(); //AND: someProcess.Close(); however both of the processes to close/kill results in an exception: "No process is associated with this object" &nb ...Show All
Visual C# Generic methods and warning CS0184: The given expression is never of the provided '%typename%') type
In the given example... public virtual type GetUser< type>() where type: class { if ( typeof ( type) is User) { // do something } string temp = typeof(type).FullName; if( temp.CompareTo( "User") == 0) { return _myUser as type; } throw new NotSupportedException( "Type is not supported"); } Why does the C# compiler generate the follow ...Show All
Windows Live Developer Forums Regarding the "Business Opportunity for Building Applications with Windows Live and MSN Messenger"
I was wondering if the Kanoodle program was available for Canadian Developers. http://msdn.microsoft.com/live/gettingstarted/businessopp/ Thanks in advance. Yes, the Kanoodle program is available to developers around the world, but currently only for applications that are monetized by users within the United States. The background here is that Kanoodle currently only has ad inventory in the US. But that ...Show All
Visual Studio Tools for Office VSTO crash :)
VSTO crashes after i try the above code : this .sendThread = null ; this .sendThread = new Thread ( new ThreadStart ( this .SendThread)); this .sendThread.Start(); // in the SendThread function i try to ...... 1 add the range to the sheet rangeAddress = "=Sheet1!$A$1" rngName ...Show All
Visual Studio Team System How to assign state transition to certain roles?
I've been customizing my own template based on the MSF Agile one. I created three new project user groups (in addition to Contributos, Build Services etc) called Business Analysts, Developers and Testers. How can I limit the work item state transition to individual roles For example, I'd like to allow only Developers to move a work item from Active to Resolved. There are two attributes you can use on the TR ...Show All
Visual Studio 2008 (Pre-release) ASP web-app authorization is not applied to WCF .svc files
In an ASP web application, I have a test page (.aspx), a test web service (.asmx) and a test WCF service (.svc). My web.config file includes the following: < authentication mode = " Windows " /> < authorization > < allow users = " DANIEL_P\ASPNET " /> < deny users = " * " /> </ authorization > (The reason behind this configuration is that my web service should only cur ...Show All
