edepicier's Q&A profile
SQL Server Deploying Report Model Error
I receive the following error when I attempt to deploy a report model to the Report Server. This is the on the SQL 2005 June CTP. Does my config file for the Report Server need to be modified Any help would be appreciated. Thanks -JW Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title>Server Unavailable </title> </head> <body> <h1><font face=Verdana color=#ff3300>Server Application Unavailable </font> ...Show All
Visual Studio Express Editions First day of learning VB,i need help!!!
ive created my file menu for my lil text editor,but i do not know how you make this menu function,i.e menu option "open file" how do i get it to bring up the open file dialog box,same for "new file" and "save File" please as well,ive tried searching the net for this basic information to no avail,could anybody help cheers Hello , you may want to try search for pdf( sorry,ebook) << " Microsoft Visual Basic 2005 Express Edition _ Build a Program Now " >>, I've been using it also & it showed me how to code the save file dialog , I'll try to attach the co ...Show All
SQL Server Images aren't being displayed in deployed Reports
Hi everybody, When I develop and run (preview) a report in my machine (Vs.net 2003), the report is displayed correctly, including images. But, when I deploy the report to the server (Win2k Server), the report runs OK, but the images are not displayed! I've already tried everything I found in the internet about this problem .... changed the way of put the image in the report (Embedded, External), tried an image with only RGB colors, changed the account for unattended execution (rsconfig) .... but nothing worked!!! Does anybody have any idea about what might be happening Thanks a lot!! Make sure cookies are enabled in your browser. Imag ...Show All
Visual J# Bug in for loop?
The following seems to increment i by 2. Is this a known bug How do I report it public static void test() { int [] counts = new int [11]; int [] theElements = new int [11]; for ( int i=0; i<=11; ) counts[( int )(theElements[i++]-0)]++; } I found the bug in Visual J# 2003 and 2005, but I cound not be a short code.See http://www.ujihara.jp/CodeTips/VJSharp/ja/jsharp-bugs.html (written in Japanese). Thank you for your report. Anyway, you can report a bug on MSDN Product Feedback . ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .XWB file format
Hi, I need access to the WAV bits. I don't see a runtime interface to access this, so I was thinking I could extract them from the .xwb file. Now the problem is the file format. I see the .xap file format is listed in the docs, but nothing on .xwb. How can I obtain access to the raw WAV bits in XACT Regards. The WaveBank file format is in the header xact2wb.h (in the same folder as xact.h). The first "entry" in the file is the header: WAVEBANKHEADER. The header lists the location of all the segments in the file. The segment WAVEBANKDATA lists the number of wave entries in the file. The list of WAV ...Show All
SQL Server New Java driver for SqlServer
Theres been rumors on a future effort in building a new JDBC driver to support the SqlServer 2k5. What level of JDBC will it strive to accomplish Can it be a more open project Also, the old driver perhaps lacks some things that higher JDBC specs feature so it would be nice if it could provide some sort of backward compatibility. It would be nice to have the new RowSet thingies and some generics support. Can I get a beta of the new Driver I'm developing a CMS using a MySQL Database and would like to see if SQL Server 2005 is more powerful. ...Show All
Visual Studio Team System Controller and perf counters on a dual homed machine
I would like to install the Controller on a dual homed machine so that testers can launch tests from one domain, and the agent machines reside in another machine. All of our web servers also reside in the same domain as the agent machines. My question is, when I run a load test will I be able to capture performance counter data from the web servers Or do the machines I want to capture performance counters from have to be in the same domain as the VS application Thanks, Eric Morceau The controller is the machine that actually collects counters, so as long as that machine has access to the webserver ...Show All
Visual Studio Help! Installation package is too large by crystal report 10 merge module.
I created a new installation package by installshield 10, I added only CrystalReports10_NET_EmbeddedReporting.msm into installation package and don't add any other file, then build the program, the size of the installation packge is 120M, it is too large for us. We use only dataset and ADO in our crystal report datasource. So we don't want to pack something that we don't need, for example: oracle and odbc etc. Is there a way to reduce its size Or reduce its size by editing CrystalReports10_NET_EmbeddedReporting.msm and deleting some dll files Have you tried to create ...Show All
Visual C++ __CxxFrameHandler3 is missing in platform sdk
I'm trying to link my x64 project Everytime I try to link libcpmtd.lib from the platform sdk (lib\AMD64\) , I receive errors like: error LNK2001: unresolved external symbol __CxxFrameHandler3 while using libcpmtd.lib shipped with Visual Studio (\Microsoft Visual Studio 8\VC\lib\amd64) it works perfectly. I observed the lib from the platform sdk and figured out that it contains no such symbol __CxxFrameHandler3, but the lib from Visual Studion does. Does anyone know what the matter with it is The PSDK lib could be an old one. For 64 bit development, the tools at the VS8 are the ones ...Show All
Windows Forms disposing a control created at runtime
hi ... this is my first post,.. yah for me :) sorry for a long drawn out question. but from the replies I have seen here.. I think some one could help me :) my question is a 3part question 1) if I dispose a control(tabs, panels, forms,yadayda) that has controls a added to it. Does it dispose/destroy all those controls that where added& ...Show All
Visual Studio Express Editions icons in video lessons
where can i donwload the icons there a being use in the video http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/ I was getting the same problem last night, the servers that you are logging onto might have had a problem. Logged in this morning and it is all working fine. ...Show All
Smart Device Development Unspecified error during device load, possibly due to security policy
"Unable to start program '%CSIDL_PROGRAM_FILES%\test\test.exe'. Access denied. Unspecified error during device load, possibly due to security policy. Ensure the device security policy permits running in debug mode, then try again." - WIN XPSP2 installed installed today - Visual Studio 2005 installed today - Motorola Mpx220 virgin ( I just made a hard reset a hour ago) - TestCert_Privileged.pfx and TestCert_UnPrivileged.pfx imported in Personal Certificate store, as specified in MSDN (http://msdn2.microsoft.com/en-us/library/ms228840.aspx) - in Project properties/Authenticode signing I have: * Authenticode signature : Y ...Show All
Software Development for Windows Vista A question of Winfx SDK
Hi to All I just installed WinFx beta 2.2, asd we know, the Visual Studio 2005 Extensions for Windows Workflow Foundation installation package contains the extensions, runtime components, and an SDK. Where is SDK How can I find it I need to see same samples or tools. There is a "window workflow foundation help" on Start --> All programs, is that what I want Also, I found some information at http://windowssdk.msdn.microsoft.com/library/ . but which one is Winfx SDK I'm new to the Winfx, Could somebody help me out Thanks and have a great one Brian If you need samples you can l ...Show All
.NET Development SqlCommand calling stored procedure with temporary table problem
Hi there, Env. VS2005 professional, SQL2005 Developer Edition. I have a problem on calling a stored procedure that uses a temporary table through SqlConnection and SqlCommand component added on a form. After enabling these components to appear on the toolbox (I am converting a VS2003 application), I put these components on the form, setting all parameters to connect to the db and calling the procedure. When the sistem ask me if I want to regenerate parameters and confirming it, I get the error message: 'Invalid object: #Rows'. What is wrong or what is changed from VS2003 Below the table definition and the SP you can use ...Show All
Visual Studio Team System Using .cpp (/CLR) file tests
Hi Having added a .cpp file to the test project (the one created by the "create tests" option) i can't get the Test Manager to scan the file and see the tests in it NB: When you go to 'add item' in the Test project, it does not give you the option of a .cpp file you need to create one outside the IDE then add an existing item to the testing source list. Is there any special naming convention needed Consistently the posts have said having a .cpp (/CLR) file was possible for unit tests. The file is being compiled. Because if make an error deliberately it gets picted up. Whether it is actually linked i can't say. ...Show All
