I'm preparing to move some project from .Net 2.0 to 3.5SP1. I've noticed, that for some UI Controls the ControlDesigner / CollectionEditor Class seems to be missing in 3.5 ( ClientProfile ). What is the best practice to convert / replace these depencies or must I consider a complete rewrite of these components ? The error occured when switching the projects target framework from 2.0 to 3.5 without changing anything on the sourcecode.
Moving from .Net 2 -> 3.5 SP1 WindowsForms: WindowsForms ControlDesigner / CollectionEditor missing ?
525 views Asked by Florian Storck At
3
There are 3 answers
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in WINFORMS
- Musical chairs: How can an asynchronous task cancel a synchronous one in c#?
- TCP Client Losing Connection When Writing Data
- how check if printing content on new page
- Find what is writing to the Output window
- WinForms, event unable to subscribe from a custom class
- A cleaner way to approach the given output
- Working with panel and moving from the second form to the the panel
- Accurately placing multiple controls in a row programmatically with dynamic table layout panel
- How to find winform application in visual studio 2022?
- How to stop comments being included in C# release build .exe
- Why is the Blazor value not immediately being rendered after changing it?
- .NET 6 Winforms separate forms control pop up freezing when unfocused and using native Windows file transfer pop up
- How to Fix C# WinForms Application Not Loading correctly on Windows 11?
- Visual Studio edit view corrupt for xaml and Winforms design views
- How to solve the problem that dragged column in datagridview too slow or miss when AllowUserToOrderColumns = true
Related Questions in .NET-2.0
- Existing Encryption and Validation method in Machine Key of IIS suddenly stops working
- Why are my input values not binding to my viewmodel?
- Why add-migration command is giving error although build succeeds in Visual Studio using .NET
- Legacy .NET CF download - Post-deploy error 0x00000001
- XmlSerializer much slower when a different constructor for it is used
- Part of DOM is deleted in ASP.NET 2.0 app on IIS 10
- What's the Microsoft DI equivalent of Castle.Windsor's DependsOn Dependency.OnValue
- C# NET. Framework 2.0 | Make a delay?
- TimeSpan.Parse of string including days dd-hh:mm:ss
- Webclient doesnt like UrlEncoded slash. How to make it work?
- unity c#, unable to acces a variable form another script
- How do I refresh my datagrid view from another form after I insert and update my values inside my database?
- Why can't I update my dates in database from 01/01/1753?
- Why is my datagrid not updating after I update my database?
- How do I compile a simple WinForms C# application for .NET Framework 2.0 in Visual Studio 2005 or 2019?
Related Questions in .NET-3.5
- Getting exception for getting instance of Worksheetpart using OpenXML
- Changing .NET runtime at runtime
- Compiling DLL project that written in .NET Framework 3.5 on Visual Studio for Macos giving MSB3086 error
- Detect disabled or unpowered Devices using WIA
- C# how to acquire OAuth2 Token using WebClient
- Find and Load microsoft.net compact framework 3.5
- NET Framework 4.0 breaks Com Interop - vb6 calling c# dll failing when changing target framework from 3.5 to 4.0 or higher
- 0x80070490 Error when installing .Net 3.5 Framework and .net 2.0 within that
- Why is virtual memory usage is so different between .NET Framework and .NET Core
- Which method is more reliable in determining whether I can install .NET 3.5 Windows features?
- null file when posting with WebRequest
- How to change and return value from within a function
- Excel VBA Object Not Released as Expected When Using .NET 3.5 Hashtable
- Excel VBA - Getting Automation Error (430) Using StringBuilder Class from .NET 3.5
- How can I resolve conflicts between System.threading.Tasks and Net35.Threading.Tasks?
Related Questions in COLLECTIONEDITOR
- How to correctly implement a CollectionEditor?
- Open Collection-Editor of property by perform Doubleclick on custom usercontrol
- Custom CollectionEditor not showing in design time, default one is launching
- CollectionEditor error if collection has null items
- Edit a List<object> in which "object" contains other objects using PropertyGrid and CollectionEditor in C#
- How to add icons to the standard Collection Editor?
- Custom Menu Strip Control using Items Collection Editor
- Is there a PropertyGrid Collection Editor "Add" button event or override?
- C# TabControl, How create custom TabPages collection editor?
- How to enable add and delete button of collectioneditor
- Set position for custom CollectionEditor form in WinForms
- How do you make a CollectionEditor modeless?
- Collection Editor data lost at design time
- Xceed Property Grid : Collection Editor Not Expanding In Proper Manner
- How do you customize the header of the Collection Editor?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Ok, I did a repair install of .net 3.5 sp1 which solved the problem. Nevertheless one question is left open:
I have an assembly with controls which include designer support. If I want to deploy the client profile only, I would have to make a separate assembly with the designer support only of certain controls, to be able to ship the application using these controls without having the need to deploy the full .Net package. ? Or if the designers are not used at runtime by the application, can I deploy the client profile ?