Jim Lang's Q&A profile
System Center Event ID: 5000 .NET Runtime 2.0 Error Reporting
Unable to extract the reports in excel I have been getting this error which is mentioned below, please help Event ID: 5000 .NET Runtime 2.0 Error Reporting Could you please clarify the problem you are seeing Do you remember exactly what you were doing in the application when you encountered the error It would be very helpful if you could provide a more detailed sequence of steps that produce the error, such as in the following example: 1. Launch SCCP 2. Create a new model for Exchange 3. Specify 3 central sites and 8 branch sites 4. Finish the wizard with default values 5. Run si ...Show All
Visual Studio 2008 (Pre-release) Number format
Hi how can i store number like 00,01,02,03,.....10,11 in a combo box or list box Thanx-Nagu myLstBox.Items.Add("00"); myLstBox.Items.Add("01"); myLstBox.Items.Add("02"); etc... In XAML: <ListBox> <ListBoxItem>00</ListBoxItem> <ListBoxItem>01</ListBoxItem> </ListBox> HTH ...Show All
Visual Studio Tools for Office Preventing Folder Sync in Outlook
I am writing an add-in with VSTO 2005. In the add-in, I spin up some folders that hold some 'views' for user ease of understanding. My issue is how to prevent those folders from sync'ing back to Exchange and on to other machines. I looked at InAppFolderSyncObject and set that but the sync still occurs. Am I missing something Bart, Naveen has correctly pointed to a better newsgroup for your issue. I also have a really good list of targeted resources you should keep in your favorites: http://blogs.msdn.com/johnrdurant/archive/2005/12/07/vsto_outlook_resourcelist.aspx Also, when you want folders t ...Show All
Visual C++ wcsstr with a const return type in rc1 header
Hi 40th Floor! > _CRTIMP __checkReturn _CONST_RETURN wchar_t * __cdecl wcsstr(__in_z > const wchar_t * _Str, __in_z const wchar_t * _SubStr); > > What's the deal with the "const" on the return in > > ...\Microsoft Visual Studio 8\VC\include\string.h > > when the docs I see show > > *wchar_t *wcsstr( const wchar_t* */_string_/, *const* *wchar_t* > */_strCharSet_/ *);* It seems that the docs (or the standard) are wrong :-) If the parameter is const then the return value must also be const. If the return valus would not be const, this could lead to GPFs... -- Greetings Jochen My blog about Win32 and .NET ...Show All
Visual Studio 2008 (Pre-release) my own bug
Hi, Transforming does not occur for children of a GeometryGroup when the children are of type GeometryGroup. Is this behvior intended, or may we call it a bug Note that GeometryGroup.Children is of type GeometryCollection which accepts GeometryGroup. Cheers, Rana Ian Hi, Rana. This definitely sounds like a bug to me. Can you post a Xaml repro Also, can you let us know what build of WinFX/WPF you are using ...Show All
Windows Forms Executing DOS Commands
hi, Is there a way by which my desktop application (created using windows forms) can execute dos commands . Varun 'tis easy in vb.net Shell( "cmd.exe /C CALC.EXE" ) ...Show All
Smart Device Development Using the emulator with eMbedded Visual C++ 4.0
I am trying to use the emulator with eMbedded Visual C++ 4.0 but the compiler does not seem to recognize that the emulator exists. How do I configure eMbedded Visual C++ 4.0 to use the emulator eVC sees it as a cradled activesync device, the same as a real PDA. Choose "PocketPC 2003 Device". Barry ...Show All
Visual Studio Team System Application/System Designer question
Hi, I got beta installed on my laptop recently and was looking on all the new features and did walkthrough on Designers. They are wonderful. I don't know weather I had learn enough to put this as a new thread but I had the following question. With the application and system designer, I can create and visualize amazing multi-layer application architecture or windows/web application --> Windows/Web Service --> Database. But How to do same multi-layer architecture of having windows/web application --> Business data type/Objects (dlls, kind of separate projects) --> Database As I tried to do windows applicatio ...Show All
SQL Server Web OLAP viewer
Hi, I am trying to find a web based OLAP viewer that can be used with Analysis Services along with asp.net. Does anyone know of any products that I can use I need something that will work for an internet app, not just an intranet app so it must either use some type of Java code or page refresh on each OLAP event to refresh the data. Any help would be appreciated. Thanks, Erik Hi Erik: Try a product called Matrix from DataJungle. This is a full BI tool that can be used for exploring MS Analysis Services, but also for building dashboards. Very cool. JG ...Show All
Software Development for Windows Vista XPS Document Writer on XP
Is the XPS document writer supposed to work on XP SP2 I installed it on 2 machines and it keeps on crashing. I tried printing to it from notepad, IE, other apps. They all crash. Maybe the printer driver on the WinFX November CTP is Vista only Thanks, Albert Albert, The Microsoft XPS Document Writer (MXDW) will be compatible with Windows XP. The version of MXDW that is available in the SDK of the WinFX Nov CTP is compatible with the WinFX Sept/PDC CTP only. Future CTPs of Windows Vista will contain updated versions of the MXDW which will be compatible with the corresponding W ...Show All
Visual Studio Msbuild for vdproj
Automated Compiling of MSI project from MSBuild I'm creating a automated build process, a process witch needs to result in the creation of a installer (.msi). My choice was to use the Setup project in VS 2005 RC Running Vs 2005 manually I am having no problems ... I have tried a build MSBuild task with then projectfile mySetup.vdproj .... no succes Msbuild says : The project file mySetup.vdproj is not supported by MSbuild and cannot be built Is it posible to automate such a project, and how Best Regard I been trying with the VS2008 RTM to do the same thing, but seems it isn't working either. ...Show All
Windows Forms ExpandableList Paint Bug
1) Start IssueVision 2) in the middle pane select the top item in the second "Computer" group. 3) Then click on the last item in the above group "Telecommunications." Notice you'll see the list "jump" and draw the Telecommunications group starting at the top, when the top of that section had scrolled off the screen. It is disorienting to the ...Show All
SQL Server Error codes and how to trap certain ones
I have a system using asp pages & ADO & SQL Server 2000, which processes files, builds a SQL insert statement from the file content and then executes it. If the insert SQL fails, I need to know whether there was something wrong with the insert SQL, or something wrong with the database (e.g. SQL Server times out), and handle those differently, Questions ======= 1. Is there an easy way to do this without checking against a list of error codes 2. Can anyone point me to a list of errorcodes Can't find this anywhere thank you Thanks Joey, but this isn't exactly what I need, this system is a batch proce ...Show All
Visual Studio Team System How to create a new Report in Team Foundation Server?
Hello everybody, I know someone has already asked for, but I believe is one of most common and unexpressed questions of this forum.... Is there's any guide, walkthrough or similar which explains how to create a new report for a project in TFS Hi Paolod here is a link to a bunch of walkthoughs concerning reporting and other topics of Team System / Team Foundation Server. Thanks, Tom ...Show All
Visual J# is there a way to include SWT
is there a way to program SWT inside VJ#, if yes how do we include the JARs in the classpath and where do you provide classpath etc.... am new to VJ# correct me if am wrong anywhere in my question please do correct me. Hi, J# doesn't suppport SWT. It supports functionality equivalent to swing. You may like to check javax.Swing.* packages of vjssupuilib.dll. Please let us know if you need any help here. Thanks. ...Show All
