IrishAnto's Q&A profile
.NET Development Class Library Protection
How could I protect my DLLs, so that others could not make reference to my DLLs Such like what happened when you directly reference the OE DLLs... Thanks for any advances. You can add a password parameter, but even then, people can disassemble your .NET code and read it, so really there is no protection at all. Obsfucators will help, but the only real solution is to write your code in normal C++. ...Show All
Visual Studio Sorry - correction to my previous answer
hi. i have a solution with 40+ projects in it. allmost every time i add a new project, check out a file or do a 'get latest version' one of the projects gets checked out automatically. (its allways the same project). the output window has a message that says 'project nameOfProjectHere was checked out automatically for editing'. however, nothing has been done to that project. none of the files in the project have been changed for ages. the projec ...Show All
SQL Server SQL Server 2005 Reporting Services on Windows Vista
Hello out there! I've tried to install all features in the SQL Server 2005 to run on Windows Vista. The Reporting Services failed to install. I think it is because of the IIS 7.0 that 's not recognised by SQL Server. Is there anyone who have had the same problem and is there anyone who have a suggestion to solve this problem I'm betting that as long as Vista is in "beta land" it will be hit-and-miss functionality at bes ...Show All
Visual Studio WinForms: SubreportProcessing event not fired after loading report from stream
This is probably related to my earlier post regarding a zero length byte array being returned from Render(). If a report is loaded using LoadReportDefinition, the SubreportProcessing event does not fire when the report is processed. If loaded by setting ReportPath to a file, the event fires. The previous workaround of setting LocalReport.DisplayName does not appear to work in this case. You're probably already aware of this, but if ...Show All
SQL Server Bug in Management Studio - Execution Plan from SQL 2000 database when FOR XML AUTO is used
I believe I've found a bug in SQL Management Studio, release version. Appropriate version information is below. The scenario is: - Connection to SQL Server 2000 database - Using FOR XML AUTO - Include Actual Execution Plan Example query: SELECT * FROM AnyTable FOR XML AUTO If I execute a query ...Show All
Microsoft ISV Community Center Forums unable to register comsvcs.dll
Hello, I have a VB application that has been evolving for several years. I have installed and used it on work stations running win95,98,NT,2000 and XP. The developement computer has evolved from a win95 to win2000 machine. Recently, I have begun to experience "an error occured while registering the file ... comsvcs.dll" when installing it on a win98 work station. winxp installs fine. I have always installed dcom98 and mdac prior to the ...Show All
Visual Basic add .dll
My visual studio project fine on the development machine. I am able to install the project on other machines, but when loading one of the forms I receive the error: Could not load file or assembly "Microsoft.VsDesigner,8.0.0.0. This error only occurs on one form, all others load fine. I am not sure if I am missing a component, or if there is a way I can change the form to elimiate this dependency. Any help would be greatly appreciat ...Show All
Visual Basic Internet Cafe Application
Hi Everyone, I am currently developing an specific Internet Cafe application, that really doesn't exists yet. It has additional features. As I am not advanced programmer, I have got to a stage where I am stuck. I am trying to make my application hide, using another computer. Bascailly there will be 1 admin system, and about 10 computers. But using the admin computer, I want to send commands. How do I do that in VB.NET. and can it be don ...Show All
Windows Forms ListView Control in Visual Studio 2005 - Please help!
Hi, I am new to .NET and I want to do the following thing with Visual Studio 2005: I have got a ListView control in my form. It includes one column and many groups with items (also checkboxes). If a user doubleclicks on an item or group then I want to open a dialog where the user should be able to edit the text of the item or group that was doubleclicked. Is this possible Thanks..juvi ...Show All
SQL Server Can't put an array into an object variable
Hi, I have the following code in a script task: Dim items(0) As String ReDim items(response.HierarchyItems.Length - 1) For Each item In response.HierarchyItems items(count) = item.AreaId count += 1 Next Dts.Variables( "User::AssetIdMaster" ).Value = items Which works fine. Then I have this Private Structure ...Show All
Visual Basic I keep getting out of range exception
I have this peice of code Dim out(2, 100) As Char Dim a As Integer = 0 Dim b As Integer = 0 While a <= 100 And b <= 2 out(col, row) = val(cnt) all the variables not declared are just not in this snippit. I keep getting array outofrange exception or something on the last line ive tryed a ton of things and im really frustrated, thanks in advance note: cnt = 0, and increases each time ...Show All
SQL Server oledb source issues with parameters
Hi, I been having issues trying to use the OLE DB Source in the DataFlowTask. If I use the SQL Command to build a SQL Statement, i.e. "select * from tablea a join tableb b on a.column1 = b.column1 where column2 = ", I can't get the query to parse and it won't allow me to set a value to the parameter. It seems to be a bug as the only way I can see to get around it is to use a variable to place my sql statement into and use the "S ...Show All
Windows Forms ClickOnce, assembly validation failed.
Ok, I have a very strange problem. I have a class library and I create a windows forms application that uses it. I Publish it as a ClickOnce online only setup. When I try to run it it fails the validation and I get: ERROR DETAILS Following errors were detected during this operation. * [01/06/06 9:47:45 PM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation) - Reference in the manifest does not match the ...Show All
Visual C++ After installing the PSDK and modifying CoreWin_Express.vsprops i get an error...
Okay, i installed PSDK and then modified CoreWin_Express.vsprops and it started giving me errors when i opened a solution, so i reverted back to the old one and i'm still getting this error... The following error has occurred during XML parsing: File: C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\CoreWin_Express.vsprops Line: 8 Column: 6 Error Message: The parameter is incorrect. The file 'C:\Program Files\Microsoft Vi ...Show All
Smart Device Development how to transfer data to PC
Hi, i need to transfer some data to computer via port some port... ActiveSync can by used. But impuls of transfer will come from PDA. And also i want to know how to copy files prom PDA to PC - also impuls from PDA. Everithing i want to do under .net CF. can you give me som advice Thank you. >I need to transfer some data to computer via port some port... ActiveSync can by used. But impuls of transfer will come from PDA. ...Show All
