TA123's Q&A profile
SQL Server Reporting services with SQL Express
Ok, here's the deal. I'm just learning sql express and I'm trying to get my reporting services worked out. I have everything installed and I have managed to connect to the report server at http://<computername>/Reports my problem is I can only connect to this page when I am at the machine where the sql database, reporting database, etc... I cannot log on to this site from any other computer no my network Does any one know why Thanks!!! Hi, do you get an error message -Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Basic How to register off line
Hello! I downloaded and installed VB.NET Express Edition yesterday in my computer's house on a farm. In the farm I haven't access to internet. How can I register VB.NET and other related Express products without internet connection Sorry my poor english Regards from Brazil! Maurilio No there is no way to register without an internet connection. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=132124&SiteID=1 However you can still use the VB Express product without registering it - although you then dont get the couple of free benefits detailed without registering it but the product should still work just fine. ...Show All
Visual Basic How to sign exe with digital certificate to suppress security warning from IE7 when executed from a client
Hi newsgroup, I searched a lot in many newsgroups today, but now I'm very disappointed not to find an answer to my question. I know, that this is not a VB5 forum, but maybe my problem is useful for .NET users, too. I would appreciate, if you could point me to the right newsgroup, if this is not the right place. An old Server/Client software, developed with VB5 many years ago and still in use, is installed on a server and executed on some clients through a network share. Server and Clients run with every operating system Microsoft has released the last 10 years (Windows 95 to Windows 2003 Server). For many years this approach worked fine. But since the latest Updates from Microsoft for Windows XP SP2, especially IE7, a security war ...Show All
Visual Studio 2008 (Pre-release) 3D Performance and Caching
I made a little 3D example that you can see at http://thewpfblog.com/ p=35 . Everything works great except that my system starts to bog down when a lot of letters have been created. This makes sense since there are more and more visual elements for WPF to display. Is there some kind of bitmap cache for object that you want to be displayed but which won't be changing position or appearance In Flash there is a property called cacheAsBitamp . Does WPF have a similar capability Thanks, Lee There is a an object called a RenderTargetBitmap which you can use to render a visual into a bitmap form. You might be able to compose a background bitmap yourself that you gradually update with new letters. Each new letter that you'd like to put in ...Show All
Visual C++ The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Ive been getting this message when trying to load my C++/CLI DLL. This DLL loads just fine when I try to use it from my Visual Studio Extensibility project, but fails to load when its attached to a stand alone application. My first guess was a WinSxS problem so I installed vcredist_x86.exe just to make sure I wasn't actually failing to find the run-time. This did not result in any kind of change, so I opened up fuslogvw and set it to log any bind failures, the result was empty in the default category and in native it shows the msvc runtime but just says that its using the "IL" version instead of a native image. So as far as I can tell I dont really have any kind of load failure. My C++/CLI dll is completely self contained and rel ...Show All
Smart Device Development how to send sms using call events application?
hi expert, I am using VS 2005. I have downloaded 2 applications regrading sending and receiving SMS from the MSDN web site. Following is the link of the 2 applications. http://msdn.microsoft.com/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp frame=true http://msdn.microsoft.com/library/en-us/dnppcgen/html/callevents.asp I have converted the source files to VS 2005 format but i am unable to send SMS to the emulator(pocket PC) using Call Events application. How can i connect the Call event application to the emulator Please help me, urgent!!! thanks in advance. Read this blog post about special numbers - http://blogs.msdn.com/barrybo/archive/2005/09/17/469702.aspx Manav ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Invisible Skybox
Hi i have used some of the code from the SkyBoxDemo tutorial to make a skybox in my game. I adapted the code to run with my game but when i debug the game i cannot see the skybox and my model following camera flips round to face the front of the model insted of the back and The Ship model turns weird colors! but wouldnt moving the skysphere make everything go wrong, If the skyphere is always located where the modelPosition is then to alter the skyspheres location you would have to do a sum on the model position vecter which would change were the model is and most likeley dissapear the skybox. Is there an easier way than this :D -Thanks- ...Show All
Smart Device Development regsrvce.exe and Platform builder
Hi, I want to register a directshow filter. Actually I'm using one of the Microsoft exemple : ball.dll. I use regsvrce ball with Platform builder, but I have the error message DllRegisterServer in ball failed, and then ball.dll is unloaded. Do you have any idea how to solve this problem Is there any problem to use regsvrce with Platform builder Thanks a lot Rgds Please refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 Typically this is due to your dll referencing another dll that does not exist in the system (assuming you have DllRegisterServer that is well formed) ...Show All
Smart Device Development Installation Error
I am trying to install CF 2.0 SP2 on my HP iPAQ 2210. When it reaches the end of the installation process on my device, I get an error messages saying "Installation error. Stop all applications and processes, maximize available storage space, and run installation again. Support info: 3." I don't have anything running, and I have adjusted my memory allocation so that I had about 20mb free for storage (I even tried adjusting so I had just as much free for programs). I've uninstalled, did a soft-reset, and tried again. I've removed unused programs, basically I have done everything short of resetting my device to it's initial state. When I had v1.1 on my device, any programs that used it would not work at all (they wouldn't even load ...Show All
SQL Server Populating staging table using SSIS
Hi, I have a flat file with columns from a geographical hierarchy such as: Country Zone State County City Store Sub Store , etc. The file also has data columns for months to the right of the above columns such as: Jul Aug Sept ......... basically 25 of these columns for two years' data for one product and another set of 25 columns for another kind of product. A typical record in the file looks like: Country Zone State County City Store Substore USA Southeast FL Hillsborough Tampa walmart Fletcher May04_ProdA ....Jun06_prodA May04_ProdB...Jun06ProdB 144 160 180 158 I need to upload this data into a staging table in SQL Server 2005 ...Show All
SQL Server Cannot Create New Database
when i am trying to connect to sql server2005 thru Visual studio i am getting an Error: "SQL Server does not allow remote connections (provider: Named Pipes Provider, error: 40 could not open connection to Sql Server)" Can any body tell me why is it happening and its Solution.... You will have to enable Remote Connections for your SQL Server instance, by default this is turned off. See the screencast on the screencast section on my website for more details. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Smart Device Development program output string to textbox on WM5.0
After highlight a textbox on a webpage, users go start then select a program which will automatically enter a string text on the textbox. Can this be implemented with visual studio 2005 I am using a Imate jasjar which is running WM5.0 Many thanks Let me try and understand your question. You have a webpage open in Pocket Internet Explorer. A particular textbox has focus on that webpage. At this point, you want some other app to insert some text into the textbox. It would help if I knew why you want to do this - we could try giving you an alternate mechanism Now, this is not going to be directly possible or easy but you could try finding the handle to PocketIE and then to the textbox using ...Show All
Windows Forms Loading Image (Visual C# 2005)
Hey, I after these lines of code what should I put to make it load the image into a PictureBox openFileDialog1.DefaultExt = "*.gif" ; openFileDialog1.Filter = "Gif Images (*.gif)|*.gif|JPG Images (*.jpg)|*.jpg|TIF Images (*.tif), (*.tiff)|*.tif|PNG Images (*.png)|*.png|BMP Images (*.bmp)|*.bmp" ; openFileDialog1.InitialDirectory = "MyDocuments" ; openFileDialog1.CheckFileExists = true ; openFileDialog1.CheckPathExists = true ; Thanks :) o..k..no I have not...so...I would just do the same thing...but...ummm...so I just go: all the iamgebox. stuff.save(string, imageformat); that kinda way Thanks :) ...Show All
.NET Development DateTime interpretation between ADO.Net and SQL Server
In my application I write to a table in a database a DateTime field (which happens to be a primary key) by executing a SQL command, e.g. INSERT INTO MyTable (MyDateCol) VALUES ('8/22/2006 4:20:21 PM'). Then, I insert the same value into another table (in which that same field is a foreign key) by using ADO.Net's SqlAdapter->Update(), where in a DataTable in a DataSet I had stored that same System::DateTime object. I am getting a failure - foreign key constraint violation - when trying to do that last write. When inspecting the value of that field in the DataSet from within the debugger, the date looks like this: "22/8/2006 16:20:21" (same thing, just different representation). This is all on the same computer so the culture is the same ...Show All
SQL Server Can connect to sqlexpress but not the DB ?
whenever i try and choose the database i wish to work with like below. I end up with an error message about the user not being associated with a trusted sql server connection cnStr = @"Data Source=server\SQLEXPRESS;Initial Catalog=sqldata;User ID=blah\me"; same with this one cnStr = @"Data Source=STOCKYARD\SQLEXPRESS;Initial Catalog=DB;Trusted_Connection=Yes;"; i figured this was all permission based so i kept dorking around with security adding my user name to anything i could find, and also went through and dozen or so connection strings and found when i take out the DB name that i can open a connection.... as the code below works... cnStr = @"Data Source=Server\SQLEXPRESS;Trusted_Connection=Yes;"; cn.Open( ...Show All
