Byonksd's Q&A profile
SQL Server How to install just Report Designer
Hello, I am trying to find out how to install just Report Designer for SQL Reporting Services. I have Visual Studio 2003 and the install CD for Microsoft CRM Server, which includes the install for SRS. I don't want to install all of SRS, just the Report Designer, but it doesn't seem to have it's own setup.exe or .msi. Does anyone have any information that can help me Thanks in advance, Kurt ...Show All
Audio and Video Development Question about audio fingerprinting
hi, The only information I can find about Audio Fingerprinting is in WM10 it is done using metadata and in WM11 it is waveform fingerprinting. I have tested that and its working fine. But is there any literature on fingerprinting and is there any API for fingerprinting (finding id3 tag, album art based on waveform fingerprint) Thanks, kalyan This forum focuses primarily on Media Foundation, which is the new multimedia platform for Windows Vista. Since your question has to do with the Windows Media Player, you might want to try posting it to the Windows Media Player newsgroup, which you can get to from here: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx d=1 Becky ...Show All
SQL Server Cant upload report (rdl-file) in Reporting Services 2005
When uploading a report definition file in Report Manager I get following error: An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC2000] compiler initialization failed unexpectedly: Project already has a reference to assembly System. A second reference to 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll' cannot be added.’. (rsUnexpectedCompilerError) Any suggestions It looks like you added an explicit reference to the System.dll in the custom code section of the RDL. This is not necessary because we will automatically include references to the following assemblies/namespaces: * System * System.Math * System.Convert * Microsoft.VisualBasic Does this ...Show All
Visual Studio Where can I get all the documentation of how to working with crystal report in vc environment? In the help file I can only get v
Where can I get all the documentation of how to working with crystal report in vc environment In the help file I can only get vb document and a little information about vc development. Thanks. Hi Su, There are a number of places to get up-to-date product documentation. Probably the best source for VS2005 is the MSDN library. You can access it online or you can install it onto your machine (it should be an optional part of the installation). The help contains material for VB and C#. It does not include material for C++ or J#. - Dave ...Show All
.NET Development How to call a function inside of XSL?
I have a function written in C# and I want to call this function inside of XSL file. I am searching on the web, but I could not find any related resources up to now. How can I do You can pass a .NET object as an extension object to the XSLT processor, see the AddExtensionObject method . ...Show All
SQL Server Merge Replication Replicate Master and related tables
hi all, Could we configure a merge replication such as replicate the master table and its all related tables (relation deep could be 1.) We dont want to manually find master table relations and configure replication for the related tables. please help for that configuration kinds In repl UI, there is capability to create a dynamic filter on the parent table and then automatically generate the join filters based on PK-FK, do try it out in the publication wizard. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Can XNA Build manage LOD?
Hi everybody. Assume that you have an Asset that has three levels of detail (you have for instance three different models of the same car) How does XNA build manage this kind of things Hi Michael, Yes, Does XNA Build collapse the different files in one Could you explain a bit the entire process I mean, assume that i have 3 levels of detail for a car in 3D Max and i want to export this stuff to a file/s that can be loaded by the framework). Should i implement my own importer, loader for this kind of stuff thanks. ...Show All
.NET Development Localized Exception messages from the framework
How do I get rid of the stupid norwegian exeption messages from the framework I don't remeber installing a norwegian version of the framework, but if this is the case, can I delete a localized satellite assembly and get en-US exception messages, or do I have to reinstall the whole framework Localization is usually a great thing, but when it comes to exeptions, it's just stupid. I don't understand norwegian exeption messages, and it is impossible to google those messages to find help on the exceptions. All I have to do is to change Application and current thread's default culture. But it's useful only for my local texts. I want to apply a resource to the system and then it will change the language and direction of system messages i ...Show All
Visual C++ Dialog without resource
I tried to create the dialog using CreateIndirect function. But even after filling the DLGTEMPLATE structure, I an application error occur on creation. The dialog box contains a list box, which is created dynamically. Could you please help me to create dialog without adding resource to RC file I found one article in Codeproject but the parameter specifying as BYTE array which is a bit difficult to understand. However I checked the binary values in a hex editor after writing to a file. But it is not matching with the DLGTEMPLATE structure. Sarath. wrote: [...] BTW this will not call the OnInitDialog virtual function no In my quick tests with a class derived from CDialog , the OnIni ...Show All
SQL Server Can we add templates to SSRS?
Hi. Is it possible to add a custom template to SSRS for new reports We'd like to create a template that has our logo and colors. Can you point me to a tutorial on this Your help is much appreciated. Yes, it is possible. For more details, check out this blog entry: http://blogs.msdn.com/bimusings/archive/2005/12/06/500462.aspx ...Show All
Visual Basic Session state in VB.net
Hello all! I know there is a session state in asp.net. Is there something in a vb.net application that does the same thing Thanks! Rudy Session state is required in a web application because its a stateless model. Windows application can maintain state - so there is not as much of a need for a session state implementation. ...Show All
Visual C# Process Management
Can someone explain to me how to make a process automatically go Idle in code Or how to set a process' state to idle. Any help would be appreciated. Do you mean that you want AIM to report to other users that you are idle If so... such a task would be very problematic as IM programs like that are simply watching the time since the last time you used the mouse or keyboard... not unlike the delay before your screensaver is displayed, it is in no way a measure of the idle state of a specific application. Aside from digging into the (likely non-public) API for AIM and trying to forcibly trick it... you’d be far better off rolling your own client with something like Fluent.TOC . ...Show All
.NET Development Sending large number of mails
Hi every one Here I have a problem. I need to send over 2,000,000 mails or more (to the members only not Spam) in asp.net web application. I don’t know how to handle the situation. I ma looking for any help you guys. Any code snippet or article on how to will be highly helpful to me. Thanks in advance. Please help me. The SmtpClient class is your friend here. Take a look at http://msdn2.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx for more info. You may need to specify credentials if your default credentials dont work on the smtp server. Also, this forum has other threads that have sample code on this. ...Show All
Visual Studio 2008 (Pre-release) TreeView BeforeSelect event equivalent
How can I cancel a TreeViewItem selection When a user selects a new item in the TreeView I need to check whether there are unsaved changes and give the user a chance to cancel the selection and save. BeforeSelect event did this for WinForms. How do I do this in WPF Thanks Michael Has any progress been made on the aforementioned "hack" to give TreeView (and ListView) a chance to cancel a selection change It is "too late" in the SelectionChanged event handler. ...Show All
Visual Basic How to ignore SSL CA error in Site Name?
Is it possible to programmaticaly ignore errors in SSL Certificates when connecting to a web service The site I am connecting to has a mistake in it's certificate (site name spelt wrong). I can ignore the error if I browse to the site, but I want to ignore it with my program. Are there any parameters or properties I can set to achieve this (It all works fine on a site with the correct certificate info) I am initialising the web service through Excel at the moment. Excerpt.... Set sc_myWS = New SoapClient30 sc_myWS.MSSoapInit2 c_WSDL_URL, str_WSML, c_SERVICE, c_PORT, c_SERVICE_NAMESPACE Set sc_myWS.ClientProperty("GCTMObjectFactory") = New clsof_Factory_myWS robbie__ wrote: I am init ...Show All
