Cammyr's Q&A profile
Visual Studio Team System SP1: unhandled exception opening documents from Project Portal site
I am getting the error "An unhandled exception occurred in IEXPLORE.EXE [3976] when I attempt to open a document that has been uploaded to the project portal sharepoint site in VSTS. This causes IE to close and I cannot open any documents from the site. I recently upgraded to SP1. Could you do me a favor and let me know if this happens separately from VSTS For example, if you upload a document to the same sharepoint server, view sharepoint itself, then try to open the document from sharepoint, do you get the same problem ...Show All
SQL Server String Format
Hai I have a table call TimeMgt, and i have got a field name call TimeDifference like this: TimeDifference (varchar(255)) ------------------ 10.230 10.856222 25.355542 85.2455 12.98888882542533 Now need to get this out put TimeDifference ------------------ 10.23 10.85 25.35 85.24 12.98 In this case i cant use cast(TimeDifference as decimal(16,2)) becasse eg : 12.98888882542533 values after writing this sql cast(TimeDifference as decimal(16,2)) gives me this result ===== 12.99====wrong! i want to display like this 12.98 Ho do I do this task what is the best way to format like this Is there any straight methods to do this task sujithf ...Show All
Visual Studio Tools for Office CheckOut and CheckIn customization
Hi folks, Is there any way to intercept Documents.CheckOut and _Document.CheckIn methods in Word 07 I'd like to provide my own document management services, but there doesn't seem to be a way to replace SharePoint access code with my own. I'd also be interested to hear any alternative ideas on how to transparently load/save documents from remote server. Cheers, Alex. Thanks for your reply John, but that's not quite what I'm looking for. I need a way to make Word call my code for document storage, not just override user commands. For example, I can save a document to a temp file and then send it off to my server, but Path property of that document would still point to a temp file. I've been ab ...Show All
Visual Studio Tools for Office Desperate: it doesn't open anymore my project!!
Hi, it's been a week since I had opened my project...today I tried, and I cannot open the VSTO project inside the solution! I get a weird message which I really don't know what it means...I'm crying, because I really don't understand! The message is this one: Unable to read the project 'RemoteCalendarsVSTO.csproj'. The project file ' ' has been renamed or is no longer in the solution. Yes, there is that weird ' ' reference which I don't know...what the hell has happened This is the XML code: <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- This section defines project level properties. Configuration : Specifies a default value for debug. Platform : ...Show All
Visual Studio Generating Tabs in Excel Report
Hi, Does anyone know if it is possible to generate a tabbed report to Excel format with Reporting Services Thank you, Ray raymuirhead , When a report is exported to excel, the tab name in excel is going to take the name of your rdl report, but I am having the same problem that you have when I am exporting a report that has a group and a page break is set up in the group. When this information is exported to excel the information is saved in different spreadsheets, which is really cool. but it would be nice to be able to set up the name of the spreadsheet. I would like to be able to set up the name of the spreadsheet as the name of the group instead of "sheet1, sheet2 and so on". If yo ...Show All
SQL Server Apply ranking to a matrix report
I'm developing a matrix report with a 2-level drilldown for the rows i.e. parent - ITEM-A, child - ITEM-B. I have added a group to display ranks for the ITEM-B group, which displays the ranks based on a custom function that I defined in the report. This rank group is also displayed along with the ITEM-B group when the ITEM-A group is expanded. So when I expand the first ITEM-A, it lists the ITEM-B's with the ranks eg. 1-30, but when I expand the second ITEM-A, the ITEM-B's are listed with the ranks continued eg. 31-40, and so on. I also have a custom reset function for the ranks, but I don't know where to apply this reset function. My question is that, I need the ITEM-B's to be ranked afresh for each ITEM-A. The following example shows wha ...Show All
Visual C++ speed comparison: atan2f vs Math::Atan2
So I am writing a mixed assembly, part of it is managed C++ and part of it is unmanaged. In unmanaged part I'm calling function atan2f( y,x) from <math.h> . it runs in double for loop over whole matrix and takes a very long time to compute. In fact, when I change this code from unmanaged to managed and instead of atan2f call System::Math::Atan2(y,x), I get significant speed gains. Difference is so obvious that I cant process images in real time with atan2f, whilst with Math::Atan2 I can. How is that possible Is there any other(faster) way to compute atan2 in unamanaged C++ code Maybe you can google your way out of this one. e.g. http://lists.apple.com/archives/PerfOptimization-dev/2005/Jan/msg0 ...Show All
Visual C++ Explicit Interface Method Implementation
In MC++, I can do the following: - __gc __interface ICloneablePerson { Person* Clone(); }; public __abstract __gc class Person : public ICloneablePerson { private: String* _name; protected: Person() :_name(String::Empty) { } Person(String* name) :_name(name) { } Person(Person* source) :_name(source->_name) { } public: __property String* get_Name() { return _name; } }; public __gc class Student: public Person { private: String* _id; public: Student(void) :Person() { _id = String::Empty; } Student(String* name) :Person(name) { _id = String::Empty; } ...Show All
Visual Studio Express Editions Messages From site
Hi All, Does anyone have anyideas on how to display latest news from a website into a vb.net app basicly I want to keep people updated when a new playlist is availiable etc. ive looked at rss, but dont need loadsa catagories etc. Is it possible to display a txt file on a server for example in an app Hope someone can help, Stuart "you can use SQL Express and enable remote connections, then directly connect to it and retrieve the playlist or whatever (same way I used webservices but without webservices) however there will maybe some security issues." Is it possible for some example code would be very apreciated and thank you for the help ...Show All
Visual Basic Infrared port
The idea came to me to make a universal remote for my home entertainment center using the infrared port on my laptop. I haven't found any information available about how to access the IR port. Any help on this topic would be appreciated. --Matt Check this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=90694&SiteID=1 Here they mention that your laptops IR port is not compatible with your TV. You'll need a compatible IR transmitter. Basiclly this device should communicate as a COM port. You should be able to use the SerialPort component in VS2005 or the active x com controller in VS03. ...Show All
.NET Development Need sample code for xml validation using SAX in vb.net2005
HI, I need a sample code for xml validation using SAX parser in vb.net 2005.i don't want the DOM sample. bcos i already using that object. can any one help me .. thanks in advance Yours BabuKP If you don't want to use the DOM/XmlDocument then what the .NET framework offers is not SAX but rather XmlReader , a pull parsing approach. This section on MSDN has sample code for doing validation. ...Show All
Microsoft ISV Community Center Forums Normal.dot file for word 2003 or version 11.0
Having installed MS Office 2003 professional I have found that the normal.dot file has not been created in the C:\Documents and Settings\(username)\application data\microsoft\templates ..... I have conducted a search of the computer (including hidden file) to no avail. How does one create this file Any assistance would be most appreciated. hi, just read this and thought it would help you out, this is Word 2003 If you make changes to the Normal.dot template that you later regret, you can change back to the default Normal.dot template by deleting the Normal.dot file. You can find out where this file is located by choosing Tools . Options, clicking the File Locations tab, and then looking ...Show All
Visual Studio 2008 (Pre-release) How to Get QueryString Values inside XBAP?
Hi, Is there a way to get querystring param values inside an xbap app I have an existing ASP.NET app that passes values via querystring. In ASP.NET, i typically use Request.Params["anyparam"] to get the value. Is there any equivalent ...Show All
Visual Studio Express Editions Help Needed
I have made a web browser but i don't know how to make it the when im using that web browser and i click open in new window and it opens a new web browser form the same program and wont open a new windows explore brorowser. Can anybody help me Oh wow, Are you talking about IE7 or your own webrowser class in a tabbed application It's quite possible to do that. But for full support on the level of IE it's takes quite a bit of code. I know because I've done it. An example of a class that will do that can be found here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=957618&SiteID=1&mode=1&PageID=1 I'm writing this to you using that class right now. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. low resolutions not working (<800x600)
Hey there all! I wonder if someone of you has experienced the same problem like me: I'd like to set up my game to have a resolution of 640x480 fullscreen (or even lower). When I make a new game project (or open an existing one - doesn't matter) and change the resolution to anything lower than 800x600 fullscreen a messagebox appears (while the game starts fine, but stays a black screen doing nothing) saying that I will have to use a resolution minimum of 800x600 to use this application. I was searching for the text in the messagebox on the net, but to no avail. I'd post a picture here, but since my WindowsXP is a german version, I guess that it wouldn't help a lot. Maybe this even has nothing to do with XNA or C#. My gra ...Show All
