Software Development Network Logo
  • VS Team System
  • SQL Server
  • Windows Vista
  • Visual FoxPro
  • Game Technologies
  • Visual Basic
  • Visual C#
  • Visual Studio
  • IE Development
  • Windows Forms
  • Smart Devicet
  • .NET Development
  • SharePoint Products
  • Visual C++
  • Audio and Video

Software Development Network >> sniwas24x7's Q&A profile

sniwas24x7

Member List

vinaychavan22
Jonathan Howard
Klaxas
DiasVFX
Sianspheric
Thorri
The ZMan
Haashole
Rob123qwe123
red-ned
MDesigner
Hoang Le
Charley Lou
clint 2
ossent
Bilberry71
stombiztalker
robear
tkrasinger
shambhu sau
Only Title

sniwas24x7's Q&A profile

  • SQL Server Installing Report Service in Window XP - Report Builder and other option are not displaying

    hi I have installed SQL Server Reporting Service on window xp. everything working fine except one thing. I have installed sql server with my a/c. my a/c have admin rights. when i giving http://dineshpatel/reports it is displaying page but Report Builder and other option are not displaying. I hope i don't have admin rights. I have checked with local administrator login also but same problem. what additional setting are require for admin rights Dinesh Patel Report Manager will display the Report Builder button if the current user has permission to the Execute Report Definitions task. This is included in the Report Builder system role by default. In Report Manager, go to Site Settings, Confi ...Show All

  • SQL Server Open url in a new window

    hi, I got a problem with reporting services 2005. I have to create a link activated by clicking on an image. In the image navigation properties I inserted the link in "jump to url"  but the problem is that no new window is opened, the url is opened in the initial report page. I tried to use jscript this way: javascript:window.open("myurl","", "scrollbars=yes,width=800,height=600,left=0,top=0"); but in this case the url opens in a new window but a blank page is shown in the report page. How can I solve this problem and open the url in a new window without changing the report page Thanks in advance and sorry for my english Adding more info to above. On my development machine (XP/SP2) ...Show All

  • Visual Studio Need help developing a COM Add-in for Word(Office XP)

    Hi all, I created a "Shared Add-in" project in Visual Studio .NET 2005 and tried to develop a simple hello world COM add-in for Word. After created the project, it automatically generated another setup project and this is good. Then I added a reference to the Word Interop Assembly in the Add-in project and confirmed that the DLL file actually references to assembly in windows\assembly folder. Since I just want to make sure that Word can connect to this COM Add-in, I simply added a statement MsgBox("hello world.") to every event that appears in the default Connect class. Then I built both the add-in project and the setup project and right-clicked on the setup project and selected "Install" to install the add ...Show All

  • SQL Server Merge replication foreign key problem

    Hi there. I'm somewhat new to merge replication, and I've been having an issue with one of the scenarios that I've been trying to get working. I am using SQL 2005 on the server, with 2005 express on the client. I have 2 tables: Photo - which has a PhotoID primary key PhotoData - which has a PhotoDataID primary key, and a PhotoID foreign key both primary keys are int, and set to identity. I only want the Photo table to replicate for the merge, because I want the data in the PhotoData table to only be called by demand through a web service (since the images in that table are too large to be included in the normal replication). However, when a client adds a photo to his local database (which adds a record in the photo table, ...Show All

  • .NET Development xmlwriter->writeelementstring formatting

    im using an xmlwriter and its WriteElementString method. if i use it with empty data, i get the short tag as expected (<data />) but i was wondering if its possible to have this method produce the full empty tag (<data></data>) instead Not with WriteElementString, but you can do this if you use StartElement + WriteString + WriteFullEndElement. In XML <data /> is exactly the same in meaning as <data></data>, so you generally don't need to use a full end element tag. -Ryan / Kardax ...Show All

  • SharePoint Products and Technologies Integration of web app to Sharepoint Portal 2007

    Hi, I am wondering if it is possible to integrate an existing web application into Microsoft Sharepoint Portal. The application could be in the form of an opensource cms or web digital assets management (images/documents/videos) application in J2EE, php running Oracle/MySQL. If yes, what are the factors that have to be considered How can i do it Any links, resources would be great. If not possible, pls explain as well. Thanks a million! Hi, What are the things you need to know about the existing application How would the migration be done Is there some kind of generic template or wizard that facilitates this Wud appreciate if i could be pointed to the right direction in this. Thanks ...Show All

  • .NET Development regsvr32 dll problem

    i'm trying to register a dll using regsvr32 and i got the following error the module "e:\myAx.dll" was loaded but the entry-point DLLRegisterServer was not found. Make sure that "e:\myAx.dll" is valid DLL or OCX file and then try again Another option is that your dll is depend on other dll/s, which are not registered or not in a folder to be found. ...Show All

  • Visual Studio 2008 (Pre-release) Problem importing an xaml file into a xaml template file

    What i want to happen: I want to an xaml file that i can use as a template for other xaml files that are loaded into the template file. Now i got a template xaml file that contains this code: < Window x:Class = " XamlLoader.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " XamlLoader " Loaded = " Starter " Name = " mainWindow " WindowStyle = " None " > < Grid Name = " documentRoot " > <!--Here will an xaml file be imported with its nodes--> </Grid> </Window> The code behind for loading xaml files into the file above looks like this: public UIElement LoadXaml( String fileName) { s ...Show All

  • Smart Device Development Error in Microsoft Sample Code For RDA

    Hi, I think that there may be an error in some sample code that is on MS website and around the Internet with respect to RSA. Here is the code try { if (File.Exists("\\My Documents\\RdaDb.sdf")) File.Delete("\\My Documents\\RdaDb.sdf"); Where RdaDb is the name of the SQL Server mobile database. This will work fine the first time the database is pulled down, but the second and third.... times, the file cannot be deleted as it is in use by SQL Server Mobile. Any ideas Right after rda.Dispose(); If you not familiar with P/Invokes, that would be a great opportunity to learn as these functions are very simple and easy to P/Invoke. Here's starting point: h ...Show All

  • Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)

    Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine Atallah I'm interested in knowing what you end up finding out abo ...Show All

  • Visual C++ hello world fails - MSVCP80D.dll not found

    Hello, I'm new to C++ and just installed Visual Studio 2005 Pro, Student Edition. I attempted to run the compiled Hello World! application -- the compilation was fine, but when the command window opened the error message generated was: This application has failed to start because MSVCP80D.dll not found. Re-installing the application may fix this problem. I did a repair/re-install by running the add or remove programs wizard to no avail. Any assistance would be appreciated. Thanks, Michael Try adding the following path in PATH system variable (installation drive) :\Program Files\Microsoft Visual Studio 8\VC\redist\Debug_NonRedist\x86\Microsoft.VC80.DebugCRT I'm not sure this will help you or not. have inst ...Show All

  • Smart Device Development Active Sync, Outlook and Mobile 5.0 - Making them work!

    After much trial and tribulation I figured out the problem in syncronizing my computer and smart phone running Outlook and Windows Mobile 5.0. I hope this helps someone else.... 1. Delete Norton Internet Security - COMPLETELY. This is not the first time Norton has foiled me, but it will be the last. I had other problems with Norton when networking, but left it on one of my computers, BAD decision. I now run Trend Micro Internet security and it works great. 2. Disable ALL firewalls EXCEPT windows and make sure it has an exception for Active Sync. 2. Delete all OLD versions on Active sync and download FREE Active Sync 4.2 beta. Thats what got me on track! Good luck. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Codeplex Team explorer

    Is there a tutorial on how to release project files to codeplex from XNA environment I followed all the steps signed up for codeplex, installed team explorer, connected team explorer but i'm lost as to what to do next. do i upload the files one at a time from the codeplex website what about the solution files Is there a way to add the whole solution at once through teamexplorer ok i figured out what i was missing out on, thanks to the videos on teamsystemrocks the next step that i was missing was i needed to create/edit a workspace in the team system IDE and then add the project folder. thanks! matt ...Show All

  • Gadgets Dll inside gadget

    hi every body how can i use a dll inside the gadget code and if it is required to regsiter the dll please any one know answer reply thanks Fathi S. Elashery Yes, dsxlib.dll is a library I created to wrap around DirectSound because the sound support in Sidebar is too basic. Hopefully in v2, they'll expose DirectSound (Bruce - you reading this ) Yes, you just need to register the DLL and then use the functions I've exposed to call DirectSound. If you download Asteroids you'll have all the code you need. Feel free to use the DLL. Because I wrote the DLL in VB6, you'll need to register the DirectX VB library that exposes DX to VB (it doesn't come with Vista as it only includes DX10). When I get time, I'll recode it i ...Show All

  • SQL Server Showing different counts for the same dimension?

    Hello, For the life of me I can't figure out the best way to do this. I have 2 fact tables, hosehold and account where several accounts roll into 1 household. Each fact table has several dimensions attached to it on of which is the "core" dimension. The "core" dimension indicates if a household or account is "core" based on several business rules. I need to be able to show counts of "core" households and ALL of their associated accounts and also "core" households and their associated "core" accounts ONLY. What's the best way to set this up THANKS! Hard to say what's happening, without looking at your actual cube. But could you confirm h ...Show All

©2008 Software Development Network