Merie Cockrum's Q&A profile
.NET Development Writing custom web service for sharepoint 2007
i can find a article which explains how to do it in sharepoint 2003, but unable to find anything for 2007. has anyone done it , please help. or if you are familiar with the differences between 2003 and 2007(asp.net 1.1 vs asp.net 2) can you guide me in translating the below article http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_sp2003_ta/html/odc_writingcustomwebservicesforsppt.asp I am up against the same problem. Did you get it to work I seem to be having a problem editing the wsdl and disco files correctly. Can you post how you got it to work and what changes were required to the files. Thanks Rick ...Show All
Visual Studio Team System How can I tell if SP 1 is installed on TFS
Hi everybody, I’m not sure if my installation of SP1 went through successfully. How can we find out if we have SP1 running Kind regards, Rudi Thanks Ed, now I’m sure: we installed SP1 on dual server deployment. I hadn’t checked "Show Updates". Our issue http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1060220&SiteID=1 is solved now. ...Show All
Visual C# active directory objectSID value not displaying?
Hi mates, I'm trying to access active directory SID value. Now the value is coming but its not displaying. My code is working fine till when i display value and it is just SID value, any other value is displaying fine. I want to know how it will display the value When i first display it, it was giving "system.byte[ ]. so i try to use these codes, for (int i =0; i <= objectSID.Length-1; i++) { Response.Write(objectSID[ i ]); } This is displaying the value but its not the correct value. then i put this code string objectSID =System.Text.Encoding.ASCII.GetString((byte[])result.Properties["ObjectSID"][0]); but still no luck. any ideas Hi, I have solved it myself here is the way to do it. ...Show All
SQL Server Automatically Generate Aggregation Designs for cube partitions?
Hi Everyone, Is there a way to automatically generate aggregations for cube partitions We're using the SyncAdvWorksPartition as our basis for dynamically creating measure group partitions. Our poblem is that newly created partitions does not have any aggregation designs implemented on it. We would like to place some aggregation designs on each of our partitions. Is there a way to automatically create aggregation designs on a partition just by using XMLA or other means Thanks, Joseph I, too, would like to see the official Microsoft AMO sample code. Until that arrives, BIDS Helper has such a feature: http://www.codeplex.com/bidshelper/Wiki/View.aspx title=Update%20Estimated%20Counts&referringTitle=Home ...Show All
Visual C# VS2005 IDE Crash!
Hi folks! I have an "interesting" problem with the IDE of VS2005 which crashes with no warning or error messages! Below I send info from my PC. The crash happens very often (every 15min) but I have not seen a pattern yet that causes the crash. It happens when I do simple things like clicking at the IDE's menus. I run WinXP SP2 and develop asp.net solutions in C#. I heard that there is a SP for VS2005 but it is still in beta phase and I am a bit reluctunt to install it. I know all of the info below is overwhelming... if you have time please let me know what I can we do to solve this crash. Thanks in advance! George I. Below is my system information: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727 ...Show All
Visual Studio 2008 (Pre-release) Expression Blend : API for component developers
Hi all. I am developing components for WPF and want to make them compatible with Expression Blend. Where to get info about designer API's, debugging, etc WPF is already released, but it seems that no information available about custom component design-time support architecture. Thanks, Eugene. Yes WPF is RTM. But the designer APIs are still in beta, and documentation is still being developed for it. I ran across a blog posting that gives a series of links to resources for custom control development here ...Show All
Visual Studio EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'.
Debugging asp.net application gives a strange error Hello - When i try to debug asp.net application (Framework 2.0) a strange error is logged in the eventviewer. EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'. And I ensured that the Enable Sql Debugging flag is unchecked in the project properties Can anyone please help how to get rid of this error. Thanks- Shyam It appears the user you are using to contact the database with does not have execute permissions to the sp_sdidebub stored procedure in the SQL database. Here is instructions to grant permission: SQL 2005: http://msdn2.microsoft.c ...Show All
SQL Server Report showing #Error when using the custom assemblies in the popup preview window
Hi all I am trying to create an rdl (server report) in reporting services 2005. I am using my own assembly file as data source. That assembly file is placed on server. I am accessing it by registering it in report properties using Business Intelligence Solutions Explorer(.Net IDE). My problem is that when I try to view the report in external preview window, instead of showing data it shows "#Error". But when I open the report in Preview tab, it shows me the data. According to some documentation it seems to be a security related issue. Documentation says that in preview tab, it only loads the report without implementing any security, but in case of external preview, it loads all the security. Can anyone here help me to resolve this issue. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. links C++ game programming
hi all, i am looking for good webpages about: c++ and gameprogramming c++ and direct x which can you recommend thx greg Hi, a simple search in google would reveal what you want. I compiled a bunch of links in my webpage: http://n0n4m3.gamedev-pt.net/ pag=links#programming You can also check my delicious page: http://del.icio.us/n0n4m3 that have some links about various gamedev topics. ...Show All
Software Development for Windows Vista Copying sys file into the System32/drivers
Hi, I'm trying to load my driver into the WIndow Vista Beta 2. Seems that i cant copy my dirver file (aaa.sys) into the System32/drivers. Is there anyway to work around so that i can let the system to run my driver Should i disable the UAC How can i get the Administrator privileges The error msg that i got is: "You need to provide administrator credentials to copy to this folder" Thanks in Advance... -Brian- I don't think disabling UAP is a good idea. You can add a manifest file for your application. And indicate in the manifest file that your application needs Administrator privilege. Then when your applications is launched, system will ask the user to allow your ap ...Show All
SQL Server Like operator
Hi, Can you just tell me how to use LIKE Operator(Syntax) please.I am new to SSRS2005. Hi Adam, I am getting some value from query.I want to use LIKE operator in layout and check the value. For example I am getting Email address from query.I want to validate '@' exisists or not. Thanks Adam. ...Show All
Gadgets File Association
What programme does the .gadget extension need to be associated with to get it to add to the Windows Sidebar I've managed to accidently associate .gadget with WinRar by doing an open with to work out why one of mine wasn't installing correctly, and now can't find how to reset it. Associating it with sidebar.exe doesn't work, and Windows' automated jobbie doesn't know what a .gadget is. Sorted it In regedit32 find the key, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.gadget\OpenWithList Delete everything under OpenWithList, and the whole of UserChoice including the UserChoice key itself. and it works again :) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX functionality removed from VB.NET?
From reading through the information on the Microsoft DirectX web-site, they are saying that the DirectX2.0 is deprecated and is being replaced by what they are calling "XNA Game Studio Express". Further, from reading the following : "..One problem with the first path is that XNA Game Studio Express is supported only through Visual C# Express" It seems to say that you will only be able to use managed DirectX with C# Is this true Can anyone clarify if this is the case I have quite a few applications that make use of DirectX in vb.net for display elements (like "loading bars", neat effects on forms like spinning logos, etc), and I have no intention of switching to C# at any point in the future and GD ...Show All
.NET Development Send Mail through Sun SMTP Server
Experts, I'am trying to send an email thru my asp.net app, using System.Net.Mail, but i always got "failure to send message". My SMTP server is a SUN machine, requires auth and SSL. I can send the email thru Outlook interop libraries. I can send the email thru the Outlook 2002 client. However i cant telnet the server on the required port. System.Net.Mail.MailMessage m = new MailMessage(FROM,TO,SUBJECT,BODY); System.Net.Mail.SmtpClient s = new SmtpClient(); s.Host = HOST System.Net.NetworkCredential nc = new System.Net.NetworkCredential(USR,PWD); s.EnableSsl = true; s.DeliveryMethod = SmtpDeliveryMethod.Network; s.Credentials = nc; s.UseDefaultCredentials = false; s.Port = PORT; s.Send(m); ...Show All
Smart Device Development Datagrid Paging
Hi, Does de datagrid in the CF 2.0 for windows forms suports paging Regards Mario If by paging you mean "Up" and "Down" buttons, then no, it does not. You can add these buttons and some code yourself, however. As user pushes these buttons, load data source with different portion of data and you all set. ...Show All
