Alex Golikov's Q&A profile
SQL Server ReportViewer Help
I am having trouble populating my reportViewer. Is there a walkthrough that will show me how to do this. I am trying to view reports that reside on my ReportServer. I would really appreciate a point in the right direction Thanks -JW This may help you: http://odetocode.com/Articles/128.aspx If you are going to do further modifications to the report viewer I've written a post that could also help. http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server-reporting/11593/ReportViewer-and-Click-through-links Cheers, Patrick http://www.patrickperon.com ...Show All
Visual Studio Express Editions Windows Sharepoint Services and Visual Studio.NET 2005
Hi I saw that the Express editions of visual studio.net 2005 do not support web-part development for Windows Sharepoint Services. Is this true for the full team edition too Sharepoint uses .NET Framework 1.1 internally, does this mean there will be no more support for sharepoint custom development in the VS.NET 2005 editions There is nothing in VS.NET 2005 docs about sharepoint, but there is support for ASP.NET web parts. Is this the same thing As of now, I am able to run my sharepoint sites with .net framework 2.0, and I am able to develop webparts for sharepoint 2003 in visual studio 2005 on .net framework 2.0. There is a project ...Show All
.NET Development Returning a custom class object
This is my first time creating a web service ... so I'm hoping this is an easy question Basically, I have a normal windows class (call it myNamespace.myService). This class has a method that returns a serializable class object (call it myNamespace.myClass). Now, I've written a seperate web service that's really just a thin wrapper around myNamespace.myService. (I call the web method, and behind the scenes it calls into myNamespace.myService, and returns an instance of myNamespace.myClass). Now, all that works ... sort of - the problem is the return parameter. Instead of coming back as a 'myNamespace.myClass' object, it comes back ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 32 bit address Error
I get the following error after trying to compile Microsoft's code in Watcom: The instruction at 0x69c16ed0 referenced memory at 0x00798000. The memory could not be read. Error [E14]: Cannot execute (wlink): Error 0 The error I was having before was a .lib problem and that is fixed. I do not know how to force Watcom's complier to read a 32 bit address it says it can not read. If any one knows how to make Watcom's complier read that address please let me know. I was programming in OpenGL but I wanted to use DirectX if I can get it to work. I don't have any problems writing Windows programs from Watcom except for DirectX. Watcom's compli ...Show All
SQL Server Script Task errors
I have a custom .dll that I put in MS.Net framework 2.0 + Gac for my development environment to create packages. I have a script task that references this dll and the precompile option is set to "False". When I change the precompile option to "True" and remove the dll from .net framework 2.0, I get errors. My question is why doesn't dtexecui.exe utility check GAC since I have set my precompile property for script tasks from false to true Is it possible that the script task is not getting refereshed in the package I checked the .dtsx in notepad and found the binary listed right below the actual script. Any help would be appr ...Show All
SQL Server Cannot connect to a named instance of analysis services with RTM
Running on XP Sp2, no firewall SQL 2000 as well as default instance AS is named instance YUKON Browser is running service account is a local user and a administrator (tried system, local service and network service) AS is running Cannot connect via any tool get error A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient) This seems to be posted on lots of newsgroups but no reolutions. Please help Hello, you have found a soluti ...Show All
Visual Studio Team System Team project creation failure. Initialization for plugin "Microsoft.Pcw.wss" failed with error:
Hi MS Staff, We're getting an error 'Event Description: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message:' when attempting to create a new team project. I've inserted the error log below. Any ideas Thanks, Tony Bierman HNI Corporation 05/04/2005 04:09:19.616 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://srv-it-devnet:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0469107 seconds 05/04/2005 04:09:20.554 | Module: ELeadService ...Show All
Smart Device Development Unable to Register COM/Activex in Windows CE .NET Emulator
Hello Sir, I want to register "OCX" control in Windows CE .NET Emulator. For that i copied "my.ocx" into the emulator. For registering, i opened command prompt and executed the command "regsvrce my.ocx".But i am getting the error "can't execute regsvrce.exe". How to solve this problem I need your help. Please Can you confirm if regsvrce.exe is in your image If not check your image settings (if you are creating the image yourself) or SDK settings if you are targeting an image which is part of an installed SDK. thx. Upender ...Show All
SQL Server I am unable to install SQL Server 2005 on Win XP SP2 box
I get to the point of starting the services and receive the following message after about 4 minutes of trying to start. I tried in Mixed Mode and Windows Authentication Mode. Message: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually." For help, click: http://go.microsoft.com/fwlink LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=setup.rll&EvtID=29503&EvtType=sqlsetuplib% ...Show All
SQL Server Virtaul Cube in MSAS 2005
We have virtual cube in MSAS 2000 but I cld not see the same in MSAS 2005 any ideas Thx and regards Pankaj The AS 2005 cube, along with the cube perspectives feature, addresses some of the same issues as virtual cubes did in AS 2000: http://www.microsoft.com/technet/prodtechnol/sql/2005/asmigrtn.mspx >> Analysis Services 2005 Migration ... In Analysis Services 2000, you would create two cubes and then combine them in a virtual cube. In Analysis Services 2005, you have a single cube with multiple measure groups (one for each fact table). ... To add measures of multiple granul ...Show All
Visual Studio Team System Stopping Build After First Error For Desktop Builds
We are building multiple solutions in our Team Build project file and I have have had a request from developers to be able to halt the build when the first error is encountered when doing desktop builds. In looking the CoreCompile target, it seems that I want the MSBUILD task that performs the compile for the solutions to have the StopOnFirstFailure attribute to be true. However, I do not want to have to copy the Team Build CoreCompile target to override it in my Team Build project file just to change one attribute. Any ideas on how I can accomplish this goal Ideally I would like to parameterize this with a proprerty so that those dev ...Show All
Visual Studio Installing VS2005 web service on system with TFS/WSS
We would like to install VSS2005 on the same system as Team Foundation Server. I have installed it and am having trouble accessing the server via Internet plugin from VS2005. VSS2005 works and I can access the database on the server from VS2005 using the regular plugin just fine. I enabled the database for Internet access, setup sharing/authentication per Alin Constantin's instructions. I went into WSS server confg and excluded the SourceSafe path. I can browse to the server asmx page and get the runtime error. But when trying to access the server from the plugin I get "A connection with the server could not be established x80072EFD ...Show All
Visual Basic Uniquely identify an object
Hi, I have asked this question on a number of forums, with no luck. So I hope you experts can help. Basically I have instances of the same object stored in many collection and other classes as well. Now when I am using the break points in the debugger, I am performing comparison to see if one object is the same as the other, I tend to use the ‘Is’ keyword. Now this will tell me if they are the same, but when are not the same and I am expecting them to be, I am having trouble working out what’s going on! Because I have object all over the place I would like a way to uniquely identify an object. In the debugger I have no idea which ...Show All
Visual C++ Relative paths to include supporting files - how to set-up a VS project for deployment?
Hi there, I have an application that includes: a) Graphic files b) several additional command line programs (exe's) c) Some text files. Thus far this has all been developed in the debug environment. Now that I need to deploy the application I need to bundle all the support text files, programs and graphics with my application so that it will be deployed as a single application. I am aware that I need to set up "relative paths" but I have no clue how to actually do it. Are there any good examples of how to set-up a project that includes a variety of different support files and applications Where can I find more information about using relati ...Show All
Visual Basic VB Dummy
I have inherited a vacation request form. In the start and stop dates there is a macro. Right now when somebody tabs onto the start or stop date a calendar comes up for the year 2000. You can change it and select any other date you wish but I would like the calendar to pop up with the current date. I am enclosing the macro below. Is there any entry I can insert or deltete to make this happen Thank you for any assistance with this. Option Explicit Public sDate As String 'used to write value from calendar form to form field Public fFlag As Boolean 'did they c ...Show All
