Jr.Coder's Q&A profile
Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.
foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you... modify command <insert your prg file here> modify form <yourformname> use <yourdatabasename> ...Show All
Visual Studio Team System problem opening file after reformatting my computer
I had to reformat my entire computer and lost Microsoft Word. I have a resume on a floppy but am unable to open it. Do I need to purchase Word to do this I am very new at this, so any help will be greatly appreciated. Thank you. Tracy P. Not sure how you stumbled into the Team Foundation Server forum, but anyway... If you had a licensed version of Word to begin with, you're certainly allowed to reinstall it with ...Show All
Windows Forms Images do not appear on TabControl when using VisualStyles
Hello, I'm having a problem with a TabControl and VisualStyles. My tabcontrol contains images on each tab, which appear at design time, but when I run the application the images are missing and only the text appears on the tabs. Does tabcontrol support images when using VisualStyles My alignment is set to "Top" if that makes a difference. Thanks Simon I seem to have fixed the problem I was hav ...Show All
.NET Development can a service abort shutdown?
Hi, Is there a way in which a windows service can abort a system shutdown In a desktop application, I can handle the SessionEnding event and abort a shutdown. Can a windows service do the same I can register for and handle the shutdown event, but if the service is doing something critical and should not be shutdown, how does it prevent the/abort the system shutdown Any pointers would be very helpful. Thanks, Roshan Hello ...Show All
SQL Server SQL RS Subscription Status Message
Hi, I received the message "Failure sending mail: Cannot access a closed Stream" when I ran my standard subscription. Can you tell me what it means and how to fix it Thx. This may be a bug in RS 2K (should not be in RS2K5). Some potential workarounds: Set <MaxQueueThreads> to 1 in the <Service> section of the RSReportServer.config file. If report is a snapshot exec ...Show All
Visual Studio Which SQL to install with VSTS Beta 2
I've worked with VS 2005 before, but always with SQL server 2000. I'm going to start over with a fresh install of the latest VSTS Beta 2 and was wondering which SQL 2005 I should install with it and which I should install first. I would like to create and debug stored procedures on the SQL server from within the VS IDE. Thanks for any advice. Hi, if you have windows installer 3.0 then sql server 2005 will be able to get installe ...Show All
SQL Server Setting permissions to clr procedures while debugging.
I'm evaluating the writing of our stored procedures in C# through the CLR integration of SQL Server 2005. The problem I'm fighting with right now is permissions and debugging. I've written a stored procedure in Visual Studio 2005. When I run the stored procedure, I get an error stating that execute permission is not set on the stored procedure. I go into SQL Server Management Studio and explicitly set the permission and everything works fine. UN ...Show All
Visual Studio how to static CodeClass.AddProperty
How can I use CodeClass.AddProperty and add static property CodeVariable has IsShared property so I can change it to static, but CodeProperty does not. Thanks. nevermind, i found it. You have to use CodeProperty.Getter.IsShared = true; ...Show All
.NET Development Can t pass an empty string to a SqlParameter
I have this code: pm = oleDBInsNeAcc.Parameters.Add(New SqlParameter("@AccAccFNam", SqlDbType.Char)) pm.Value = objCust.prpContFrsNam where objCust.prpContFrsNam is of type String When I don t fill the property objCust.prpContFrsNam (being therefore merly an empty string) and run the sqlcommand.executenonquery() I get the error : ...Show All
Visual Studio 2008 (Pre-release) JPEG &quot;Orientation&quot; from EXIF for automatic rotation
Is it possible to get Orientation from EXIF I think I can get Author and other fields, but there is no property for Orientation. JpegBitmapDecoder dec = new JpegBitmapDecoder ( new Uri ( "" ), BitmapCreateOptions .None, BitmapCacheOption .None); string author = dec.Metadata.Author; I want to automatically rotate my photos and I don't want to recompress JPEG. Should I do something special to achieve this or do JPEG decoder ...Show All
SQL Server Assembly Clash between June and July CTP in VS.NET/SQL Express
Hi! How do I upgrade the assemblies in a databases between the Framework that came in VS.NET June CTP and VS.NET July CTP. I've created a fairly extensive database in the former which I'd like to use in the later. All of the non-CLR stuff seems to be accessible just fine. Unfortunately I no longer have the June CTP installed and the assemblies are running into versioning problems. I'd be happy to delete the offendin ...Show All
.NET Development Problem with managed Outlook plugin.
Good afternoon Microsoft community, I am having an issue with managed Outlook plugin that i am developing. Outlook setup overview: I have a new version of outlook set-up for testing purposes. This outlook version has two .NET plugins. One of the plugins is the one I am developing. Second, is a news aggregator NewsGator ( www.newsgator.com ). Issue: When starting Outlook, both plugins load successfuly. My plugin creates new command ...Show All
Windows Forms horizontal separator between MenuItem-s
Hi, I created (without the designer) a menu, and the items show nicely one below the other. But I would like a horizontal separator something like File New Open -------- Exit I tried with properties like Break and BarBreak, but that is not what I want. There is a frequently used Windows standard, which i ...Show All
Windows Forms Deploying .NET 2.0 Application to Network?
I am trying to deploy a .NET 2.0 Application to the network. However, I have run into the Runtime Security Policy problem. The whole point of deploying to the network instead of to each user's machine was to decrease the amount of work involved in the initial deployment and any future deployments. I want to make the deployment process as easy as possible without leaving gaping security holes. I was wondering what the general consensus i ...Show All
Visual C# don't understand this compilation error
OS: Windows XP Pro Lanaguages: C#, ASP.NET, SQL Server Program: Visual Studio .NET 2003 Hello and thanks for reading thist post! I'm getting a compilation error every other time I run my code and I don't know why it does it. I can run my code perfectly fine the first time, but anytime after that I get an error saying my namespace was defined in multiple places. I change the name of the namespace, and it'll die after I run ...Show All
