BratZeid's Q&A profile
Visual Studio Team System Code Analysis Error #0001 occurs
Hi If I apply to the assembly A attribute InternalsVisibleTo, then CA#0001 occurs. Invalid assembly strong name: <AssemblyName>,PublicKey=<Public Key> As I understood this is really invalid assembly strong name, because there should be PublicKeyToken, not public key, but InternalsVisibleTo demands PublicKey. So I thing FxCop shouldn't treat this string as assembly name. Thanks for your answer, Nick I don't use standalone FxCop, so I can't answer your question ...Show All
SQL Server Seamless Authentication with ReportingServer on another domain
Hi ! My web application is using Windows authentication and it is calling the ReportServer(2000) on another domain to show the report using the url . I need to seamlessly integrate them that the report should not pop up for user credentials as my user is already authenticaed with his first domain account. i do not want to use webservice, beacuse i want to use the standard viewer that come with RS2000. Thanks a lot for any guidance and support. ...Show All
Windows Forms unbound column in a data bound datagridview
I have a unbound column which i want to show data that is related to the current data this is showing in the grid. The unbound column is read only. And the datagridview is used for data-entry so it being edited or added to. The grid is used to show which instructors are teaching a course and for editing this particular file. Instructor_id is save in the file that is bound to the grid. And I am trying to show the instructors name in the unbound column. This following code works only for the highlighted row. When you leave the row the cell doesnt show the instructors name anymore. Private Sub InstGridView_CellValueNeeded( ByVal sender ...Show All
SQL Server SSIS Logging to database - configurable table?
I'm using the Logging feature of SSIS to store the errors & information output during a run in an error database. One thing I noticed is it puts the errors in the table 'sysdtslog90'. I'd like to configure the table the errors get output to. Is this at all possible Right, our log provider wouldn't write to another table. However, it's fairly straightforward for you to write your own Log provider destination to log in your specific schema. ...Show All
Visual Studio Express Editions VB 2005 Express and game programming
Is VB 2005 a capable language for use in game programming I'm a complete novice at programming at this time, and would eventually like to try to program some simple games for foreign language review and acquisition, and maybe even some 2D or 3D action games. Would the action games be beyond what VB 2005 could easily handle I've heard that most game developers learn C++ or C# instead of VB, but isn't VB a capable language for game development as well Would appreciate any comments or opinions on this. Thanks in advance. David F. Thanks for the information, Ryan. That would make sense to me, since b ...Show All
Visual Basic Parsing Question! :) help needed bigtime...
I have an issue where data in cells could look like a few different ways: 14.83 140.83 1140.8 1140.83 1140.83(Session: 84848) Basically, I'm drawing a blank on how to parse the data. Obviously the data string length is dynamic. My main goal is to find IF the cell has the "(Session: 84848)" then delete that, but keep the 1140.83. And it needs to be dynamic... Any thoughts Would I use the InStr I'm stuck! TIA! -Scott scott@fightingzero.com o yes... much better than split. I guess my and hard grained days of vb6 are showing. ...Show All
Software Development for Windows Vista Aero
Is aero good Yes, it is beautiful so far in the latest build. Works greatly with a 128MB RAM video card, such as NVidia 6800. ...Show All
Visual Studio Team System Extending Team Build.
I have several compiles that need to done with custom build actions. After reading several blogs I began to look for a CustomActions.targets file as I beleive that my custom targets would go here and this gets imported into the teambuild.proj file. I can't find this anywhere. I'm using the the Trial editon of TFS, did this file and process get thrown out for rtm. If this file no longer exists than how is this done That is correct, that file was used in pre-release versions. I would recommend that you first take a look at and understand how C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Micro ...Show All
Visual Studio Tools for Office Error on Visual Studio Tools for Office "v3" install
Hi everyone!!! I was really excited with the release of the "v3" June CTP, and i directly go to download it, follow the instructions and then an error raised saying this: "Error 1937.An error occurred during the installation of assembly 'Microsoft.VisualStudio.Tools.Applications.Contract,Version="8.0.0.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="8.0.50727.146",ProcessorArchitecture="MSIL"'. The signature or catalog could not be verified or is not valid. HRESULT: 0x80131045. " Well, I think: "Maybe the in the download something goes wro ...Show All
Visual Studio Team System Problems with istalling...
Hi! I use Windows Server 2003 and I installed SQL Server 2005 and tryed to install the Team System... Then I got some errors. Some SQL components were required and a lot of stuff. Does the team system not support SQL Server 2005 or something Windows SharePoint Services with SP1 is available for download from Microsoft Downloads: http://ms.url123.com/wsssp1 ...Show All
Windows Forms moving status bar text
hi, I want to rotate the text of status bar. how to do it Any ideas Thanks for any help! Just set a timer to expire every second and then change the text in the status bar. So take the last character off the string and put it at the front. Something like the following... panel.Text = panel.Text[panelText.Length-1] + panel.Text.SubString(1, panelText.Length -1); Phil Wright http://www.componentfactory.com Free UI Library for .NET2 ...Show All
Windows Forms App w web services not running on norton
I wrote an app (windows forms) that uses web services, it runs fine on my pce at home and office, but does not run in a machine that has norton installed, any ideas why or how to get around it Thanks a lot With Norton what installed AntiVirus Internet Security Utilities There are a lot of tools that come from Symantec, and l ...Show All
SQL Server Is an output parm needed?
I have a simple stored proc with one input parm that gets first and last name based on an ID#. There will be a connection established to this database and sproc from a VB 2005 front end. Do I need output parms for the name fields Thanks. No, see the following samples to see how you could achieve it, you need some sort of container to retrieve your data, if you only want to read you can use the fast SQLDatareader. string ConnectionString = ConfigurationManager .ConnectionStrings[ "SpringField" ].ToString(); SqlConnection conn = new SqlConnection (ConnectionString); SqlCommand cmd = new SqlCommand ( & ...Show All
Windows Forms Image on Splitter Control
I've put an image on the splitter control to make it easier for users to use it and know it exists. However when dragging from the image(picture box) itself the splitter control doesn't get the event. How can I get the picBox to ignore mouse events Here's how I added the image... VSplitImg = New PictureBox VSplitImg.SizeMode = PictureBoxSizeMode.AutoSize VSplitImg.Image = barimg.Images(0) VSplitImg.Top = 0 VSplitImg.Left = (splt.Width - barimg.ImageSize.Width) \ 2 splt.Controls.Add(VSplitImg) FYI, thanks to Mr. Kean in a separate post , I was able to solve this problem by inheriting from the splitter contr ...Show All
SQL Server Problem with Custom Security Extensions
I have tried and tried to get the "Security Extension Sample" to work. I can browse to http://myserver/Reports and http://myserver/ReportServer and get the custom logon form. But, when I try to register or login I get System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: An error occurred while attempting to verify the user. An error has occurred while establishing a connection to the server . When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, e ...Show All
