Ofer Mozes's Q&A profile
Visual Studio VSS Lan Service working randomly
Hi, The Lan Booster service works randomly here. Sometimes everything is ok, and sometimes, for the very same operations, for the same database/project and on the same system, I get the following message: Unable to use SourceSafe LAN service, performance of SourceSafe operations will not be optimal. The service is running on the system hosting the database. Known problem I'm not very familiar with DFS, but I think that you're access ...Show All
Visual C# Releasing and Excel Object
I have creaated an excel file in my code and access, populate and download the Excel object fine. After the Download occurs, I need to Delete the file on the Server. I Close the sorkbook and THe file with the code below. However when I delete the file I get the exception that says the file is in use by another process. Any thoughts from anyone on how I release the file before Deleting it objExcel.Workbooks.Close(); objExcel.Quit(); ...Show All
Visual Studio 2008 (Pre-release) Passing parameters to ObjectDataProvider
Hi, Any ideas on how to pass parameters to ObjectDataProvider Thanks Andy I have solved this. <x:string> was not working so I used .<Page xmlns:l="local" xmlns:ws="ws"> <l:String> Note the case for the types. ...Show All
SQL Server Launching the Reports From Browser
Hi friends, We have developed the Reports using SQL Server Reporting Services 2005. In order to make our all reports dynamic we are referancing DLL in all our reports. That DLL we have pasted in D:\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies So when we observer the reports from Preview tab then we can see the effect of our DLL and all r ...Show All
Visual Studio Double Byte Characters in PDF Export
I'm using the localreport class to render RDLC files. I'm getting bad results when using double-byte characters (Korean, Chinese and Japanese) though. When I render a PDF with one of the aforementioned Asian languages, I simply get a string of " " characters where the text should be. All of the European languages my component supports (Spanish, German, French, and Italian), but they are ASCII whereas the Asian languages are Unicode, ri ...Show All
Visual Studio Unable to Delete Subreport in VS 2005 Embedded Designer
Is this a problem in the Beta package or am I missing something I insert a subreport (linked, unlinked, on demand or not) and am unable to ever cut it from the main report. thx, Linda Williams Hello Linda, Do you know the CTP version you were using June, July or August I just want to verify that it is working for me in that build. Thanks, Keith - Business Objects ...Show All
Windows Forms Is this legal for me to do this?
If not, i will happily stop, but right now, i am having a blast with Terrarium in .Net 2.0. http://tanderson.cbs-posi.com/MyTerrarium/checkmeout.jpg Just don't tell the C# coders They will probably scream blasphemy and other curses. ...Show All
Visual Studio Tools for Office Serious error when hide the column
Hi, I have one ListObject on ExcelSheet defined as: Microsoft.Office.Tools.Excel.ListObject myListObject = this.Controls.AddListObject(this.Range["A10", missing], "myListObject"); Then I am binding this listobject as follows: DataSet dsTrims = new DataSet(); string strWhere="select col1, col2, col3, col4 from tableTrims"; dsTrims = MyProvider.ExecuteDataSet(System.Data.CommandType.Text, st ...Show All
Windows Forms How to make the mouse click...
How can i make the mouse click automatic, example: if(num5 == num 6) { //Mouse click } Thx in advance Note: This is C# and windows form. Hi everyone...in the future, I'd ask that you all please use the <<b>code</b> ...Show All
Visual Studio No Debug or Release drop down
Greetings I know this has been posted a few times on the forum, but none of the solutions seem to work for me. I have just installed VS2005 TS Beta2 and from the brief play I have had with it, I think it looks great. The problem I have is that the solutions configurations drop down that is supposed to appear on the standard toolbar is not there. I have reset the toolbar, ticked the show advanced build configurations under the options, however it ...Show All
Windows Forms NumericUpDown with XP visual styles
Hi all. I have a problem with numericupdown control, it not change visual style like all other in my C# app test. I had tried with Application.EnableVisualStyles(), and adding manifest file. Thaks for your help. Same problem here. Does any one&n ...Show All
Visual Studio Team System Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28101.Error subscribing event.
I am getting this error at the very end of the Released version of the TFS Server Install. The Installation is completely clean and was started from scratch. each step of Rob's was carefully followed. can anyone tell me what this error means Sounds like one of the custom actions running during install failed. Can you provide the segment of your log file that shows the detail of the failure You can find the log file at \\Documents and Setti ...Show All
Visual Studio IVsHierarchy, item deleting
Hi, I'm working with IVsHierarchyEvents interface. It allows me to catch cases when hierarchy item is being renamed or moved; but I can't find the way how to catch delete-case, since VS calls OnItemDelete method on renames and moves. I'm using CS projects and VS2005 RTM. So, the question is how to know that the item with particular itemId is going be tottally deleted by VS Thanks, Peter I would suggest you to ...Show All
Visual Basic changing image inside a button
hi there, i would like to change my display image inside a button when the button is clicked..how can i do it programatically for example: a button with text "Log In" and image LogIn.ico, when clicked, it will change to text "Log Off" and LogOff.ico can anyone please help me this beginner thank you Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventA ...Show All
.NET Development Is this a bug in IPAddress?
I have recently run across something that appears to be a bug in the IPAddress class. I am including a source example below. In short, the IPAddress class will return a byte array using the GetAddressBytes() method, however, that byte array can not be used in the constructor of another IPAddress object. It looks like IPAddress requires the byte array used in a constructor to be 16 bytes, but the one returned by the GetAddr ...Show All
