karen reyes's Q&A profile
Visual Studio Cannot Enable SourceSafe Internet
Hi, I'm using Visual SourceSafe 2005 release version on Windows Server 2003 R2 x64. I cannot enable the SourceSafe Internet feature, Visual SourceSafe Administrator returned the following message when enabling SourceSafe Internet for this computer: "Visual SourceSafe Internet was not enabled on this computer because Internet Information Services (IIS) is not installed." I have a Sharepoint website running on the same computer, so IIS is installed for sure. Any idea how to enable this Thanks! The previous error about web service is solved. It seems that you will need to enable execute access during the creation of the new virtual folder for SourceSafe. I did change the execute access using folder properties ...Show All
SQL Server How to scheule job to run last day of the month
What are the settings to get a sql server job to always run the last day of the month This should be quite easy! Thanks! SQL2000 if so, on the schedule tab of the job, edit the schedule, or create a new one... on the schedule type, select recurring, then click the change button on the lower right hand side. In the Occurs section, change to monthly. Then in the monthly section that you will see to the right select the lower radio button and change the first drop down list box to "Last", the second to "Day" of every 1 month. Set the time, and away you go... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Intermittent Audio Problem
Hi, I've been developping a game recently and I'm having major trouble sith sound. I am pretty much using the code from the XNA Framework audio sample. So I can't imagine what's wrong with that code. The problem is that I'm getting intermittent clips being played. Some don't even play at all when I call the Sound.Play method, some play but stop before the end on the clip, sometimes they play fully. This does not happen rarely, I'd say this is about 50% of the time and more often on longer clips. The only one sound I've got that seems to play correctly is a clip that I am looping (alarm sound), which is of lower quality 8KHz vs 44.1KHz for the other ones. So that's basically it, I'm using XACT V2.0. I tried following the instructions ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Thank you for sharing the solution to this msvcr80.dll problem. I had the exact same problem as everyone else and when I followed your instructions, my Norton Win Doctor found no more probems, and my machine is back to normal. You have really helped some people with your posting, including me! Sincerely, John Allen ...Show All
Visual C++ Help! Link error: "unresolved external symbol"
Hello all, I'm using STL in vc console and got stuck on a simple program. Here is the .h file #ifndef SimplePropertySet_hpp #define SimplePropertySet_hpp template <class N, class V> class SimplePropertySet { private: N nam; V value; public: // Constructors and destructor SimplePropertySet(); // Default constructor SimplePropertySet(const SimplePropertySet<N,V>& source); // Copy constructor virtual ~SimplePropertySet(); // Destructor }; #endif // SimplePropertySet_hpp And the corresponding .cpp file #ifndef SimplePropertySet_CPP #define SimplePropertySet_CPP #include "SimplePropertySet.hpp" template <class N, class V> SimplePropertySet<N,V>::SimplePropertySet() { // Defa ...Show All
Visual C# Compare filename to a mask
I have a FileInfo object. I need to compare the FullName property to a mask like "*.jpg" or "warcraft.*" or " rant.bmp" to see if it matches. How can I do this Thanks Hi , Do you need to just compare against the 3 mentioned above or any jpg file and any file having name as warcraft(what ever the extension may be) and (is it rant.bmp or rant.bmp) any bmp or only the bmp file u have mentioned Anyways, since fileinfo.FullName is a string object , it has so many functions like "Equals","Compare","Contains","Endswith" and "Startswith".Using these functions u can compare any filename with any extension. Hope u ca ...Show All
Visual Studio Tools for Office InfoPath Online/Offline Use
Hi, I have an infopath form which I published to a Sharepoint Form Library. I then copied this form template (*.xsn) over to a client's local harddisk so that he can access the form without having to go to the WSS site to open it. However, when the user fills out the form by opening it the copy on his computer, then saved form does not include the "href" attribute in the Processing Instruction. Subsequently when the form is updated on the Form Library, the saved file on the client does not get updated to use the new template. I realized that by adding in the href attribute to the saved infopath form, I can cause it to update. My question is: Does Infopath support this design where a form template has been published t ...Show All
Visual J# Rebuild Issue with Object Test Bench
I am able to create an instance of a class in the Object Test Bench. But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method. It does this even though I have not modified the code in any way. I try to execute the method right after I create the instance. This seems to happen if you have multiple projects in a solution. Is there a workaround Help! :) Steven It was orginally a web site that I added projects (class assemblies) to. Then I tried just creating an empty solution and adding all the existing projects to it. That didn't work eith ...Show All
.NET Development [2005] int32
Hi everyone, how can i store a data variable of type int32 into a byte array of size 4 10x for ur help See this thread about a similar question regarding long. You just need to replace long with int and you get your answer: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=821611&SiteID=1 ...Show All
Visual Studio Tools for Office Feasibility: outlook aggregator emails
Based on past limitations of the outlook programming model, I wanted to first check on the possibility for something before perusing the documentation: I was wondering about the ability to enumerate outlook 2003 messages such that email addresses can be used to create personal folders where messages will be moved. In other words, an automatic personal folder creator based on a repetetive emails. In addition, ide like to create rules automatically for this process. Is this already done Or is it not possible Thanks in advance. Thanks for the starting point. One last question: can rules be managed programatically Thanks again; Eric ...Show All
.NET Development Remote MSI install using c# and WMI
Hi, I having a problem whilst trying to install an application on remote machines using WMI. The code im using seems right, but it just isn't working. Can anybody,please, help point me in the right direction Or maybe post a link/script i can have a look at Just to note the strings.. _DOMAIN _USERNAME _PASSWORD _MSIPATH _ARGS _MACHINE are all set correctly before they are passed to the method... Here is the code I'm working on...The thing is it doesn't throw any Exceptions at all, but it dosen't work either. So i am at a bit of a loss as how to fix it... Any help at all would be greatly appreciated. CODE: ----- public void installMsi(string _DOMAIN, string _USERNAME, etc, etc) { ManagementScope ms = null; // Connect ...Show All
Visual Studio Team System get list of files changed after a specific label
How can you get a list of all the files under a team project that have changed since a particular label was cut on that team project I would appreciate your team considering this enhancement. I might be in the minority, but it would be nice to have a straightforward mechanism to find files that have been modified after the label was cut. Thanks again! ...Show All
SQL Server Analysis Services – Step by Step: Semi-Additive-Account
If I set up a measure with semiadditive property LastNotEmpty, the browser shows for all accounttypes the correct aggregation. If I set up a measure with semiadditive property SUM, the browser shows for all accounttypes the correct aggregation. I have a problem, if I'm attempting to set up a measure with semiadditive property of ByAccount. The browser shows for all accounttypes the aggregation SUM. If I start the Business Intelligence Wizard, I can see, that all default accounttypes have Aggregatfunction = Sum. The dimension Account has Typ = Accounts. The measure amount has AggregatFunction = ByAccount. What can I make Most likely the problem is the one that Handerson pinpointed: setting up account map ...Show All
.NET Development How do I take text from a text box and store it in my existing Access Database?
I want to take the text a user enters into a textbox and store it in the existing fields in my Access Database. Ive tried several things, do you have any suggestions. Thanks. Hi! Read following topics: 1) ADO.NET 2) Connection 3) DataBinding 4) BindingSource 5) DataAdpater Sohail. ...Show All
Visual Basic Get menu item text from contextmenustrip
I have created an app with a contextmenustrip attached to a notifyicon. The menu is generated dynamically by enumerating my servers in AD.Menu items are added this way: ContextMenuStrip1.Items.Add(Name) What i now want to do is click on the notifyicon, select a server name and execute an action like this: Private Sub toolStripItem1_Click( ByVal sender As Object , ByVal args As EventArgs) Handles ContextMenuStrip1.Click Try Dim psi As New ProcessStartInfo psi.RedirectStandardOutput = True psi.UseShellExecute = False &n ...Show All
